garage-erp/packages/api/postman/collection.json
2026-04-06 02:32:47 +03:00

35876 lines
1.8 MiB

{
"info": {
"_postman_id": "794bff52-8f3f-4ffb-8f60-33860b660461",
"name": "Reparee Collection",
"description": "Auto-generated from OpenAPI spec. Import storage/app/openapi-default.json for the full schema.",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"variable": [
{
"key": "base_url",
"value": "http://localhost",
"type": "string"
},
{
"key": "auth_token",
"value": "YOUR_SANCTUM_TOKEN",
"type": "string"
},
{
"key": "id",
"value": "1",
"type": "string"
}
],
"item": [
{
"id": "ef404ea0-3fac-40f8-98f0-488309ebd21f",
"name": "Login",
"item": [
{
"id": "35df91af-7fcb-4a0b-93ec-39446252e2e0",
"name": "POST /api/login",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/login",
"host": [
"{{base_url}}"
],
"path": [
"api",
"login"
]
},
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"admin@example.com\",\n \"password\": \"password123\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "42d81da7-fba0-4446-b8ad-7b8461ba7eaf",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/login",
"host": [
"{{base_url}}"
],
"path": [
"api",
"login"
]
},
"body": {
"mode": "raw",
"raw": "{\n \"email\": \"admin@example.com\",\n \"password\": \"password123\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Login successful.\",\n \"data\": {\n \"token\": \"1|abc123...\",\n \"user\": {\n \"id\": 1,\n \"first_name\": \"Admin\",\n \"last_name\": \"User\",\n \"email\": \"admin@example.com\"\n }\n }\n}"
}
]
}
]
},
{
"id": "697de186-80eb-4c97-8303-681d2aee9ed1",
"name": "Profile",
"item": [
{
"id": "bac206b2-dae7-40fe-a0da-194ed28fe55b",
"name": "GET /api/profile",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/profile",
"host": [
"{{base_url}}"
],
"path": [
"api",
"profile"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "3df6628c-3265-45ce-8362-537da6e31ded",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/profile",
"host": [
"{{base_url}}"
],
"path": [
"api",
"profile"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": {\n \"id\": 1,\n \"type\": \"employee\",\n \"first_name\": \"Admin\",\n \"last_name\": \"User\",\n \"email\": \"admin@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Service Manager\",\n \"salary\": 5000.0,\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": 1,\n \"shop_timing_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "430fc030-6c96-434a-8f7b-d56d813f4e1b",
"name": "Logout",
"item": [
{
"id": "25a00835-8b62-402b-8e34-a0d3eb16a5b3",
"name": "POST /api/logout",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/logout",
"host": [
"{{base_url}}"
],
"path": [
"api",
"logout"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "95be92fd-ec46-4505-a833-f7d427e6589c",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/logout",
"host": [
"{{base_url}}"
],
"path": [
"api",
"logout"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{}"
}
]
}
]
},
{
"id": "3f90b288-65e0-4493-8986-143e1fb6bee6",
"name": "Referral Sources",
"item": [
{
"id": "ab57a608-4df1-48dd-a5fe-5590622b4bca",
"name": "Display a listing of referral sources.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/referral-sources",
"host": [
"{{base_url}}"
],
"path": [
"api",
"referral-sources"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "cfce8f8d-2188-4bf3-912c-357afe15a5c1",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/referral-sources",
"host": [
"{{base_url}}"
],
"path": [
"api",
"referral-sources"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"name\": \"Google\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 1,\n \"per_page\": 15,\n \"total\": 1,\n \"from\": 1,\n \"to\": 1\n }\n}"
}
]
},
{
"id": "c4ce0209-d794-4b93-8370-9330dc4768db",
"name": "Store a newly created referral source.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/referral-sources",
"host": [
"{{base_url}}"
],
"path": [
"api",
"referral-sources"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Friend Referral\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "4e09799c-2024-46e8-9606-1c77b86b81d9",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/referral-sources",
"host": [
"{{base_url}}"
],
"path": [
"api",
"referral-sources"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Friend Referral\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Google\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "0a3fefba-245a-424a-a0d0-bef490627195",
"name": "Update the specified referral source.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/referral-sources/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"referral-sources",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Friend Referral\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7ffeaaa5-62ea-4c8e-ba87-acd41db04ef8",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/referral-sources/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"referral-sources",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Friend Referral\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Google\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c59d9134-ce1c-47e2-8316-2eb3ee61436e",
"name": "Remove the specified referral source.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/referral-sources/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"referral-sources",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "50497883-3983-40f9-aaf7-a17a6469dc9c",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/referral-sources/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"referral-sources",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "fda519c3-6c34-423d-99f9-5901fb6ee046",
"name": "Set Default Referral Source",
"item": [
{
"id": "ac95bfa9-fb81-49d4-8e5d-f79f3cdfdfa9",
"name": "Set a referral source as the default.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-referral-source",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-referral-source"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "4f843ab4-d8fb-4dfc-9a17-ed1cd6b5e3ea",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-referral-source",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-referral-source"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Google\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "451935d0-bfe8-4f56-9a0e-1a67b3750c07",
"name": "Customers",
"item": [
{
"id": "3e6a5077-60b0-4080-a41f-3278413724e6",
"name": "Display a listing of customers.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "bdeede76-0ecb-4e9f-8282-225889cfdb11",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john.doe@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"address_line_2\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "5b31617a-7536-4bf4-b98b-e9959d23b44a",
"name": "Store a newly created customer.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john@example.com\",\n \"phone\": \"+971501234567\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "0b80415c-91a1-4b8c-bb57-f80102fb1608",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john@example.com\",\n \"phone\": \"+971501234567\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john.doe@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"address_line_2\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "12245afb-8c7f-4b3a-8b70-5b7522ce6718",
"name": "Display the specified customer.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "8c2d1402-6190-419f-9ae9-44be4c9f93f9",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john.doe@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"address_line_2\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "caaa7084-0aff-4482-9bdf-996ff19915b1",
"name": "Update the specified customer.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john@example.com\",\n \"phone\": \"+971501234567\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2592f929-2b37-4a04-8cda-50c48c935f91",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john@example.com\",\n \"phone\": \"+971501234567\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john.doe@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"address_line_2\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "ceafe185-aa4f-4d24-9435-2e5ab3b7a41d",
"name": "Remove the specified customer.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "a9773974-25e2-4c20-a4a2-42318c7ffe46",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "44820139-a5ef-43be-a7e5-28fcab143824",
"name": "Export customers to Excel.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/export",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"export"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "f07597ed-1c6d-4809-9b28-b2465df1b106",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/export",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"export"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": ""
}
],
"cookie": [],
"body": "\"<binary file>\""
}
]
},
{
"id": "136074df-78b3-491d-84f9-48e4ee9a20da",
"name": "Import customers from Excel file.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"url": {
"raw": "{{base_url}}/api/customers/import",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"import"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"value": "<binary file>",
"type": "file"
}
]
}
},
"response": [
{
"id": "58165b59-c014-4ad7-aef0-1899663edd78",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"url": {
"raw": "{{base_url}}/api/customers/import",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"import"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"value": "<binary file>",
"type": "file"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Action completed successfully.\"\n}"
}
]
},
{
"id": "375a8961-5ddf-4423-af9e-cb15ea27e169",
"name": "Add a note to the specified customer.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}/add-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}",
"add-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"note\": \"Customer prefers original parts.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "c90175ce-c79a-4adf-b59c-76b0cf9a33ee",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}/add-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}",
"add-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"note\": \"Customer prefers original parts.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john.doe@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"address_line_2\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "0fd07d22-a3c5-4cbe-8010-e4eb8bb9e247",
"name": "Delete a note from the specified customer.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}/delete-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}",
"delete-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"note_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "8e360c56-e243-4903-9d02-75f06f813270",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customers/{{id}}/delete-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customers",
"{{id}}",
"delete-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"note_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "bf7556ba-6ee7-431e-8030-d80f66112f30",
"name": "Customer Types",
"item": [
{
"id": "f8ff95ca-3561-4a4e-b398-85342b1e83ef",
"name": "GET /api/customer-types",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customer-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customer-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "226c3786-84e2-4afc-a114-ebe271948358",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/customer-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"customer-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"customer_type_id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"company_name\": \"string\",\n \"email\": \"john.doe@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"address_line_1\": \"123 Main St\",\n \"address_line_2\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "d5722445-5857-4a6e-ae61-0f1ad1a111d9",
"name": "Countries",
"item": [
{
"id": "900e1d0e-37af-4f2d-bc5b-9eac8ff68402",
"name": "Display a listing of countries.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/countries",
"host": [
"{{base_url}}"
],
"path": [
"api",
"countries"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "0ad7f6ca-eb7a-4c25-8935-577885b20559",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/countries",
"host": [
"{{base_url}}"
],
"path": [
"api",
"countries"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Google\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
}
]
},
{
"id": "1464cc1f-c385-4d9f-857e-c7801654e640",
"name": "States",
"item": [
{
"id": "9c8760b9-3cfc-45ad-b9e8-ff1dc921bba8",
"name": "Display a listing of states, optionally filtered by country_id.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/states",
"host": [
"{{base_url}}"
],
"path": [
"api",
"states"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "1a4888d9-50f7-4064-9b0f-189c359f1aba",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/states",
"host": [
"{{base_url}}"
],
"path": [
"api",
"states"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Google\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
}
]
},
{
"id": "5e5c8c05-2546-48d1-8d53-9270956eb6c8",
"name": "Payment Terms",
"item": [
{
"id": "1618ebc5-4520-459f-ba67-ebacea851774",
"name": "Display a listing of payment terms.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-terms",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-terms"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "5ec9a71c-c871-4504-918d-1cf74e184d36",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-terms",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-terms"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Net 30\",\n \"days\": 30,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "6d5dde8c-f82c-419b-ae19-81f9c5e54f3e",
"name": "Store a newly created payment term.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-terms",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-terms"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Net 30\",\n \"days\": 30\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "01f3659c-43a3-402c-8b1f-7c40c537966d",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-terms",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-terms"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Net 30\",\n \"days\": 30\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Net 30\",\n \"days\": 30,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "999ae469-734a-4350-9528-43932995d99c",
"name": "Update the specified payment term.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-terms/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-terms",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Net 30\",\n \"days\": 30\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "a2b8c65b-1d0d-413d-ab01-b25ab48f2dec",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-terms/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-terms",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Net 30\",\n \"days\": 30\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Net 30\",\n \"days\": 30,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "63e22f00-df63-44ff-b8f5-de6d9901f4cb",
"name": "Remove the specified payment term.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-terms/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-terms",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c23798c4-7645-45aa-87fe-ca4433b52cf2",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-terms/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-terms",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "1f4b6503-5c75-4fe2-b66e-bd85c8987e8f",
"name": "Set Default Payment Term",
"item": [
{
"id": "54f79950-3103-445d-a377-62fc2d43dad9",
"name": "Set a payment term as the default.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-payment-term",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-payment-term"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "24c0240e-8535-4cb8-9011-935fe94af0da",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-payment-term",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-payment-term"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Net 30\",\n \"days\": 30,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "48a87c95-9821-4641-8022-7cbc633e57ca",
"name": "Shop Types",
"item": [
{
"id": "c22bddf7-f21a-4f23-9b14-39b52a03a5d4",
"name": "Display a listing of shop types.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "11db7ea3-f710-4a06-aa97-b8504bc847c2",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Car Workshop\",\n \"shop_type\": \"Car\",\n \"note\": \"string\",\n \"inspection\": \"string\",\n \"image\": \"string\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "78e1f099-04b4-4f76-8033-17c6046bb8de",
"name": "Store a newly created shop type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Car Workshop\",\n \"shop_type\": \"Car\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ce696714-6fbf-4c7e-808d-6cf52c417ac2",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Car Workshop\",\n \"shop_type\": \"Car\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Car Workshop\",\n \"shop_type\": \"Car\",\n \"note\": \"string\",\n \"inspection\": \"string\",\n \"image\": \"string\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "436206e2-cdb8-475a-891d-57abe1732251",
"name": "Update the specified shop type.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Car Workshop\",\n \"shop_type\": \"Car\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b86da94c-d9ac-4054-b64b-736fce98f948",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Car Workshop\",\n \"shop_type\": \"Car\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Car Workshop\",\n \"shop_type\": \"Car\",\n \"note\": \"string\",\n \"inspection\": \"string\",\n \"image\": \"string\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "397ed5e9-c51e-4f5f-9505-9333b995d3a7",
"name": "Remove the specified shop type.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "a5563340-ba70-4dc0-93a5-3c90c98aa090",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "12a95043-42f3-4136-b1f4-e606e170bb03",
"name": "Vehicle Body Types",
"item": [
{
"id": "0339ded3-1791-452c-820e-c86b8acfe022",
"name": "Display a listing of vehicle body types.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-body-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-body-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "2c7f0f72-cbe5-4340-832a-dd53b2747599",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-body-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-body-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "0b523f59-6849-49f7-843a-c2c19c722947",
"name": "Store a newly created vehicle body type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-body-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-body-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Sedan\",\n \"shop_type_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "c5b5181a-848e-47bf-b29d-1f2becf8cdef",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-body-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-body-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Sedan\",\n \"shop_type_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "9d290b17-92e7-4f4e-9e0c-de1a409952f7",
"name": "Update the specified vehicle body type.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-body-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-body-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Sedan\",\n \"shop_type_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "59769e26-c925-4649-b7a8-959cf95ccf91",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-body-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-body-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Sedan\",\n \"shop_type_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "172b531f-f12e-4d21-a03d-33c81ad79281",
"name": "Remove the specified vehicle body type.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-body-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-body-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "b1057c89-45e8-42dc-abb6-7d1a63d78e7a",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-body-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-body-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "55c87e3d-8da4-4e7a-a0c2-60923c2e2c09",
"name": "Vehicle Fuel Types",
"item": [
{
"id": "0f2097b5-898f-47b4-91fe-0b075c9ebe10",
"name": "Display a listing of vehicle fuel types.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-fuel-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-fuel-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "ca198035-a667-4525-94f1-0a09bd0af4fa",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-fuel-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-fuel-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "4c7da110-2110-45f1-b1ac-580a91bf6651",
"name": "Store a newly created vehicle fuel type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-fuel-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-fuel-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Petrol\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "4b16d202-4abe-493d-a263-659b3fd4aa7f",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-fuel-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-fuel-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Petrol\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "33defbe0-39d8-4aab-80cd-e100b9a8466d",
"name": "Update the specified vehicle fuel type.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-fuel-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-fuel-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Petrol\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e4a679f2-677f-489d-8868-d63fd9a0f7ca",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-fuel-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-fuel-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Petrol\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "5e58ba3a-071d-46e8-aaaf-82926c47e90a",
"name": "Remove the specified vehicle fuel type.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-fuel-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-fuel-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "31dbba1c-f88a-4a72-a05e-485ba4ddea81",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-fuel-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-fuel-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "c9cd0b6a-edac-4a75-9c5c-4135fe28b468",
"name": "Vehicle Transmissions",
"item": [
{
"id": "e446cda5-f08b-43be-8350-3d598974848b",
"name": "Display a listing of vehicle transmissions.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-transmissions",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-transmissions"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "61d7b40d-86c3-474a-9b76-cd258c18f194",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-transmissions",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-transmissions"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "f292b800-12fd-40fd-9b4e-9acaa6d4e297",
"name": "Store a newly created vehicle transmission.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-transmissions",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-transmissions"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Automatic\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "3723eea8-6993-483c-bed2-94468aba2373",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-transmissions",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-transmissions"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Automatic\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "3f85a12f-1b8d-426d-ae18-69ef2cc67879",
"name": "Update the specified vehicle transmission.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-transmissions/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-transmissions",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Automatic\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "cbcc37bf-0b55-4adc-ba83-012322f3f142",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-transmissions/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-transmissions",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Automatic\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "b0cf36f1-5ba5-4b7e-91ca-a639b12d1272",
"name": "Remove the specified vehicle transmission.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-transmissions/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-transmissions",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "b18c9226-38fc-4194-b84e-850437b9a977",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-transmissions/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-transmissions",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "08479299-af2b-48d3-b121-b1f108ef79a9",
"name": "Vehicle Colors",
"item": [
{
"id": "390d9ebb-e1c4-4082-80cf-87e0493638bb",
"name": "Display a listing of vehicle colors.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-colors",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-colors"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "94d818aa-a429-478c-8770-ec74cbfa2fba",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-colors",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-colors"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "be4375f8-052f-401f-abb9-62a134ce3079",
"name": "Store a newly created vehicle color.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-colors",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-colors"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"White\",\n \"code\": \"#FFFFFF\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "47f15f9f-4f0f-42ea-8fac-ed2b1579f38a",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-colors",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-colors"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"White\",\n \"code\": \"#FFFFFF\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "79651941-9fff-4e40-9316-ffd932249631",
"name": "Update the specified vehicle color.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-colors/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-colors",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"White\",\n \"code\": \"#FFFFFF\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ee7c37d0-5394-4abc-9afa-9c6dbe6b0c99",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-colors/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-colors",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"White\",\n \"code\": \"#FFFFFF\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Sedan\",\n \"shop_type_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "db01827c-8758-4818-b41b-748ef52e1373",
"name": "Remove the specified vehicle color.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-colors/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-colors",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "028b621c-445d-4d12-9e3a-b4ff12010830",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-colors/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-colors",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "039b646d-a6f3-4931-9e59-39579fa754b2",
"name": "Vehicles",
"item": [
{
"id": "04776731-39a4-4870-952f-a3ed7867361e",
"name": "Display a listing of vehicles.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "7b5f436e-0168-49fc-b7eb-48f837e54d7a",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"vehicles/image.jpg\",\n \"image_url\": \"https://example.com/storage/vehicles/image.jpg\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_number\": \"string\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"reg_date\": \"2026-03-31\",\n \"mfg_date\": \"2026-03-31\",\n \"parked_at\": \"string\",\n \"mileage\": \"25000\",\n \"owners_number\": \"1\",\n \"front_tire_size\": \"string\",\n \"rear_tire_size\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "81de050f-77a1-49c1-9c2a-3df6071ee93e",
"name": "Store a newly created vehicle.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"<binary file>\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"mileage\": \"25000\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "cd9897eb-73f7-464c-abb4-3254a47f1a4d",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"<binary file>\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"mileage\": \"25000\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"vehicles/image.jpg\",\n \"image_url\": \"https://example.com/storage/vehicles/image.jpg\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_number\": \"string\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"reg_date\": \"2026-03-31\",\n \"mfg_date\": \"2026-03-31\",\n \"parked_at\": \"string\",\n \"mileage\": \"25000\",\n \"owners_number\": \"1\",\n \"front_tire_size\": \"string\",\n \"rear_tire_size\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "99599bc9-d574-4143-8b3f-90972695aed9",
"name": "GET /api/vehicles/{id}",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "b6e2cdd2-0682-4028-95fe-91c24609f89c",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"vehicles/image.jpg\",\n \"image_url\": \"https://example.com/storage/vehicles/image.jpg\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_number\": \"string\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"reg_date\": \"2026-03-31\",\n \"mfg_date\": \"2026-03-31\",\n \"parked_at\": \"string\",\n \"mileage\": \"25000\",\n \"owners_number\": \"1\",\n \"front_tire_size\": \"string\",\n \"rear_tire_size\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c4e1fbb4-e557-443f-b0d7-8460f999aa1e",
"name": "Update the specified vehicle.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"<binary file>\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"mileage\": \"25000\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "08133db3-5308-402f-bf2e-a322e01fd03d",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"<binary file>\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"mileage\": \"25000\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"vehicles/image.jpg\",\n \"image_url\": \"https://example.com/storage/vehicles/image.jpg\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_number\": \"string\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"reg_date\": \"2026-03-31\",\n \"mfg_date\": \"2026-03-31\",\n \"parked_at\": \"string\",\n \"mileage\": \"25000\",\n \"owners_number\": \"1\",\n \"front_tire_size\": \"string\",\n \"rear_tire_size\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d36a9b93-1ff0-4df2-8b12-e360e717288b",
"name": "Remove the specified vehicle.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "0608e645-e7a5-443c-b5bb-9ca476f8320a",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "044d6758-609c-43fd-8a52-dd5d4527bbc6",
"name": "Export vehicles to Excel.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/export",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"export"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c010affa-1da3-4319-8b1a-18ec386e828e",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/export",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"export"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": ""
}
],
"cookie": [],
"body": "\"<binary file>\""
}
]
},
{
"id": "b06e7e29-cbb4-44b8-9dba-48e98db8e611",
"name": "Import vehicles from Excel file.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/import",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"import"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"value": "<binary file>",
"type": "file"
}
]
}
},
"response": [
{
"id": "cdea5de5-8b96-4117-94ff-ba3d47191c97",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"url": {
"raw": "{{base_url}}/api/vehicles/import",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicles",
"import"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"value": "<binary file>",
"type": "file"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Action completed successfully.\"\n}"
}
]
}
]
},
{
"id": "427e2b52-e3dc-4a1b-b6ce-15aadb61156e",
"name": "Get Vehicle Owners",
"item": [
{
"id": "16d90863-db70-4eaa-b778-6894a9773257",
"name": "Get customers linked to a vehicle.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/get-vehicle-owners",
"host": [
"{{base_url}}"
],
"path": [
"api",
"get-vehicle-owners"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "2fb18a4e-0794-4ab2-b185-b31c08c285c2",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/get-vehicle-owners",
"host": [
"{{base_url}}"
],
"path": [
"api",
"get-vehicle-owners"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"vehicles/image.jpg\",\n \"image_url\": \"https://example.com/storage/vehicles/image.jpg\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_number\": \"string\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"reg_date\": \"2026-03-31\",\n \"mfg_date\": \"2026-03-31\",\n \"parked_at\": \"string\",\n \"mileage\": \"25000\",\n \"owners_number\": \"1\",\n \"front_tire_size\": \"string\",\n \"rear_tire_size\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "4e3635f7-7a24-4b01-80bc-898a90312be5",
"name": "Link Customer To Vehicle",
"item": [
{
"id": "ae3c7e01-d07a-4440-b573-2feb8011a668",
"name": "Link a customer to a vehicle.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/link-customer-to-vehicle",
"host": [
"{{base_url}}"
],
"path": [
"api",
"link-customer-to-vehicle"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vehicle_id\": 1,\n \"customer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "9e93664f-107a-4315-b7d3-056805ea5c25",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/link-customer-to-vehicle",
"host": [
"{{base_url}}"
],
"path": [
"api",
"link-customer-to-vehicle"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vehicle_id\": 1,\n \"customer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"vehicles/image.jpg\",\n \"image_url\": \"https://example.com/storage/vehicles/image.jpg\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_number\": \"string\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"reg_date\": \"2026-03-31\",\n \"mfg_date\": \"2026-03-31\",\n \"parked_at\": \"string\",\n \"mileage\": \"25000\",\n \"owners_number\": \"1\",\n \"front_tire_size\": \"string\",\n \"rear_tire_size\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "661d1696-6c7e-405e-8f0d-e14ec3a8b9dc",
"name": "Unlink Customer From Vehicle",
"item": [
{
"id": "ce01ab28-f8d6-4876-b566-096bc27a84d3",
"name": "Unlink a customer from a vehicle.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unlink-customer-from-vehicle",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unlink-customer-from-vehicle"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vehicle_id\": 1,\n \"customer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "5fa5010c-eda9-44df-a0ef-3db523c27a95",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unlink-customer-from-vehicle",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unlink-customer-from-vehicle"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vehicle_id\": 1,\n \"customer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"vehicle_body_type_id\": 1,\n \"vehicle_fuel_type_id\": 1,\n \"vehicle_transmission_id\": 1,\n \"vehicle_color_id\": 1,\n \"image\": \"vehicles/image.jpg\",\n \"image_url\": \"https://example.com/storage/vehicles/image.jpg\",\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"license_plate\": \"ABC-1234\",\n \"vin_number\": \"1HGBH41JXMN109186\",\n \"engine_number\": \"string\",\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"reg_date\": \"2026-03-31\",\n \"mfg_date\": \"2026-03-31\",\n \"parked_at\": \"string\",\n \"mileage\": \"25000\",\n \"owners_number\": \"1\",\n \"front_tire_size\": \"string\",\n \"rear_tire_size\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "784c029d-b8b2-43b7-aa47-112466999c56",
"name": "Get Makes",
"item": [
{
"id": "435ec77c-007f-4090-be3d-8fd5aba139ec",
"name": "GET /api/get-makes",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"description": "Query: `shop_type_id` (required by controller) filters `make_and_models` rows; response is distinct make names from that table.",
"url": {
"raw": "{{base_url}}/api/get-makes?shop_type_id=1",
"host": [
"{{base_url}}"
],
"path": [
"api",
"get-makes"
],
"query": [
{
"key": "shop_type_id",
"value": "1"
}
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "06aa1b10-365e-4ab7-8b30-bdff6e545214",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/get-makes?shop_type_id=1",
"host": [
"{{base_url}}"
],
"path": [
"api",
"get-makes"
],
"query": [
{
"key": "shop_type_id",
"value": "1"
}
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n \"Honda\",\n \"Toyota\"\n ]\n}"
}
]
}
]
},
{
"id": "bfac2797-d39f-4cd3-bd60-ad4487995e4c",
"name": "Get Models",
"item": [
{
"id": "cc5ebb0d-f506-4a14-a312-0713961aa527",
"name": "GET /api/get-models",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"description": "Query: `make` (required) — distinct model names from `make_and_models` for that make.",
"url": {
"raw": "{{base_url}}/api/get-models?make=Toyota",
"host": [
"{{base_url}}"
],
"path": [
"api",
"get-models"
],
"query": [
{
"key": "make",
"value": "Toyota"
}
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "b5f5e333-c9c5-403e-8177-70a99b2554ad",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/get-models?make=Toyota",
"host": [
"{{base_url}}"
],
"path": [
"api",
"get-models"
],
"query": [
{
"key": "make",
"value": "Toyota"
}
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n \"Camry\",\n \"Corolla\",\n \"Prius\"\n ]\n}"
}
]
}
]
},
{
"id": "004364b5-6ac6-4c2d-b8d9-a001a5fa8fd5",
"name": "Document Types",
"item": [
{
"id": "9fcc7254-0616-429f-955c-3b2dcefa290d",
"name": "Display a listing of document types.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/document-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"document-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "1d41d3c0-1ec0-4557-8aec-343d278dbf68",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/document-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"document-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"name\": \"Vehicle Registration\",\n \"has_document_number\": true,\n \"min_cart\": 1,\n \"max_cart\": 1,\n \"has_document_expire\": false,\n \"mark_it_mandatory\": false,\n \"min_files\": 1,\n \"max_files\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "549f3197-4578-4734-ae4c-f0ff0af88850",
"name": "Store a newly created document type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/document-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"document-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Vehicle Registration\",\n \"has_document_number\": true,\n \"has_document_expire\": false,\n \"mark_it_mandatory\": false,\n \"min_files\": 1,\n \"max_files\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e0153878-b560-4369-8bb7-49f2a87988f6",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/document-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"document-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Vehicle Registration\",\n \"has_document_number\": true,\n \"has_document_expire\": false,\n \"mark_it_mandatory\": false,\n \"min_files\": 1,\n \"max_files\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Vehicle Registration\",\n \"has_document_number\": true,\n \"min_cart\": 1,\n \"max_cart\": 1,\n \"has_document_expire\": false,\n \"mark_it_mandatory\": false,\n \"min_files\": 1,\n \"max_files\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "40cc47d8-6ffd-4a72-b622-ed590bcc2b66",
"name": "Update the specified document type.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/document-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"document-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Vehicle Registration\",\n \"has_document_number\": true,\n \"has_document_expire\": false,\n \"mark_it_mandatory\": false,\n \"min_files\": 1,\n \"max_files\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e57249ff-f7f1-4f63-942f-e444354e3362",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/document-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"document-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Vehicle Registration\",\n \"has_document_number\": true,\n \"has_document_expire\": false,\n \"mark_it_mandatory\": false,\n \"min_files\": 1,\n \"max_files\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Vehicle Registration\",\n \"has_document_number\": true,\n \"min_cart\": 1,\n \"max_cart\": 1,\n \"has_document_expire\": false,\n \"mark_it_mandatory\": false,\n \"min_files\": 1,\n \"max_files\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "f9bebd59-405a-4c54-8808-6dfa27fa4b30",
"name": "Remove the specified document type.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/document-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"document-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "91157d49-c040-41f9-a18a-8d86bf6666ae",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/document-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"document-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "f18d0af0-a876-4f4f-b84f-300ea197fbd3",
"name": "Vehicle Documents",
"item": [
{
"id": "4494b122-084b-4c7f-97b6-4fae6a4b8585",
"name": "Display a listing of vehicle documents.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-documents",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-documents"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c797c525-dc0e-414b-8764-0e952a65feff",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-documents",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-documents"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"customer_id\": 1,\n \"document_number\": \"DOC-001\",\n \"document_expire\": \"2027-03-31\",\n \"document_file\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "87de3d08-3a90-4373-814c-f83513f27753",
"name": "Store a newly created vehicle document.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-documents",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-documents"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "vehicle_id",
"value": "1",
"type": "text",
"description": "Required. ID of the vehicle."
},
{
"key": "document_type_id",
"value": "1",
"type": "text",
"description": "Required. ID of the document type."
},
{
"key": "customer_id",
"value": "1",
"type": "text",
"description": "Optional. ID of the customer."
},
{
"key": "document_number",
"value": "DOC-001",
"type": "text",
"description": "Optional. Document number."
},
{
"key": "document_expire",
"value": "2027-12-31",
"type": "text",
"description": "Optional. Expiry date (YYYY-MM-DD)."
},
{
"key": "document_file",
"type": "file",
"src": "",
"description": "Optional. Document file (image/pdf/etc.)."
}
]
}
},
"response": [
{
"id": "21ec88e1-18b3-4b3d-af09-aac095e6ba0d",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-documents",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-documents"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "vehicle_id",
"value": "1",
"type": "text",
"description": "Required. ID of the vehicle."
},
{
"key": "document_type_id",
"value": "1",
"type": "text",
"description": "Required. ID of the document type."
},
{
"key": "customer_id",
"value": "1",
"type": "text",
"description": "Optional. ID of the customer."
},
{
"key": "document_number",
"value": "DOC-001",
"type": "text",
"description": "Optional. Document number."
},
{
"key": "document_expire",
"value": "2027-12-31",
"type": "text",
"description": "Optional. Expiry date (YYYY-MM-DD)."
},
{
"key": "document_file",
"type": "file",
"src": "",
"description": "Optional. Document file (image/pdf/etc.)."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"customer_id\": 1,\n \"document_number\": \"DOC-001\",\n \"document_expire\": \"2027-03-31\",\n \"document_file\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "dfec76dd-80dc-48db-9b5a-12980cd7b3f0",
"name": "Update the specified vehicle document.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-documents/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-documents",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "vehicle_id",
"value": "1",
"type": "text",
"description": "Required. ID of the vehicle."
},
{
"key": "document_type_id",
"value": "1",
"type": "text",
"description": "Required. ID of the document type."
},
{
"key": "customer_id",
"value": "1",
"type": "text",
"description": "Optional. ID of the customer."
},
{
"key": "document_number",
"value": "DOC-001",
"type": "text",
"description": "Optional. Document number."
},
{
"key": "document_expire",
"value": "2027-12-31",
"type": "text",
"description": "Optional. Expiry date (YYYY-MM-DD)."
},
{
"key": "document_file",
"type": "file",
"src": "",
"description": "Optional. Document file (image/pdf/etc.)."
}
]
}
},
"response": [
{
"id": "3c5ccead-cabb-418e-ae7c-7820f1330be4",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-documents/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-documents",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "vehicle_id",
"value": "1",
"type": "text",
"description": "Required. ID of the vehicle."
},
{
"key": "document_type_id",
"value": "1",
"type": "text",
"description": "Required. ID of the document type."
},
{
"key": "customer_id",
"value": "1",
"type": "text",
"description": "Optional. ID of the customer."
},
{
"key": "document_number",
"value": "DOC-001",
"type": "text",
"description": "Optional. Document number."
},
{
"key": "document_expire",
"value": "2027-12-31",
"type": "text",
"description": "Optional. Expiry date (YYYY-MM-DD)."
},
{
"key": "document_file",
"type": "file",
"src": "",
"description": "Optional. Document file (image/pdf/etc.)."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"customer_id\": 1,\n \"document_number\": \"DOC-001\",\n \"document_expire\": \"2027-03-31\",\n \"document_file\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "0cc39332-567c-4601-a531-27b5eacdd3f5",
"name": "Remove the specified vehicle document.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-documents/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-documents",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "a8e1e803-d39b-4047-972f-4799f5eff474",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-documents/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-documents",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "7137ac2e-9175-4b3b-ab19-43e69b604824",
"name": "Vehicle Mile And Kms",
"item": [
{
"id": "51cd21d0-7006-472d-867e-78a23809105d",
"name": "Display a listing of vehicle mile/km records.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-mile-and-kms",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-mile-and-kms"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "07bbad6e-5e87-4473-91cc-8a36295ad099",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-mile-and-kms",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-mile-and-kms"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"miles\": 50000,\n \"fuel_level\": 75,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "aef12f52-3ca4-454b-89dd-cc3871e4f405",
"name": "Store a newly created vehicle mile/km record.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-mile-and-kms",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-mile-and-kms"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vehicle_id\": 1,\n \"miles\": 50000,\n \"fuel_level\": 80,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00:00\",\n \"note\": \"Routine mileage check.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ba82aebc-ff70-4bbb-8c92-4ed66889cb03",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-mile-and-kms",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-mile-and-kms"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vehicle_id\": 1,\n \"miles\": 50000,\n \"fuel_level\": 80,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00:00\",\n \"note\": \"Routine mileage check.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"miles\": 50000,\n \"fuel_level\": 75,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "165a4924-6a79-4aa6-bea4-bf514cf429ac",
"name": "Update the specified vehicle mile/km record.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-mile-and-kms/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-mile-and-kms",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vehicle_id\": 1,\n \"miles\": 50000,\n \"fuel_level\": 80,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00:00\",\n \"note\": \"Routine mileage check.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b3f858a1-27be-4bbc-a2a2-762728c1490e",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-mile-and-kms/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-mile-and-kms",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vehicle_id\": 1,\n \"miles\": 50000,\n \"fuel_level\": 80,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00:00\",\n \"note\": \"Routine mileage check.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"miles\": 50000,\n \"fuel_level\": 75,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "84e4d807-f35d-47a8-ab19-7aa6f79edfc0",
"name": "Remove the specified vehicle mile/km record.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-mile-and-kms/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-mile-and-kms",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "f0d1269e-3d23-4751-bf4a-2c89534365fa",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vehicle-mile-and-kms/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vehicle-mile-and-kms",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "5c515959-486b-4bf4-9870-f20bda3f2f5c",
"name": "Departments",
"item": [
{
"id": "ea282430-65c4-4455-875a-44adcbf4fbb3",
"name": "Display a listing of departments.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/departments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"departments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "a65a1edc-d222-49a9-9c66-e27f987b3471",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/departments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"departments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"image\": \"string\",\n \"is_favorite\": false,\n \"assignment_type\": \"none\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "f380f08e-f99f-4711-9532-41bba3dac2f2",
"name": "Store a newly created department.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/departments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"departments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"assignment_type\": \"none\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "a95f6b3c-367a-49a8-87c6-340ebd42e838",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/departments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"departments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"assignment_type\": \"none\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"image\": \"string\",\n \"is_favorite\": false,\n \"assignment_type\": \"none\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "57dd77ad-3fe8-45d7-b8f3-98ca6add3141",
"name": "Update the specified department.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/departments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"departments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"assignment_type\": \"none\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "0a89de5d-3db6-4b98-b9f5-e554d71b0474",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/departments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"departments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"assignment_type\": \"none\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"image\": \"string\",\n \"is_favorite\": false,\n \"assignment_type\": \"none\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "e146cb33-b521-4d69-8eea-c04c912fa5d1",
"name": "Remove the specified department.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/departments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"departments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "05ba8803-c63f-49b7-89e6-1e2840ee0ef5",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/departments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"departments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "e01013c9-4ef0-4b16-ae63-ae279cae5a12",
"name": "Set Favorite Department",
"item": [
{
"id": "a79e0bf5-8e23-4def-92a8-28ee4762bcd0",
"name": "Mark a department as favorite.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-favorite-department",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-favorite-department"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "98e66161-2041-4823-a0c1-711d4385128c",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-favorite-department",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-favorite-department"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"image\": \"string\",\n \"is_favorite\": false,\n \"assignment_type\": \"none\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "843d50ea-c538-4527-aad7-9dbafe735337",
"name": "Remove Favorite Department",
"item": [
{
"id": "368f12e0-5c52-4764-87a1-d6fd4f99fef3",
"name": "Remove favorite flag from a department.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-favorite-department",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-favorite-department"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e9d02533-81f3-4f49-a4b7-5f54446e309b",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-favorite-department",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-favorite-department"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"Service Department\",\n \"description\": \"string\",\n \"manager_id\": 1,\n \"image\": \"string\",\n \"is_favorite\": false,\n \"assignment_type\": \"none\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "a8bbf6c6-5b46-44e7-bf6f-7f5fc4428242",
"name": "Employees",
"item": [
{
"id": "64aeab78-61f6-4f50-8860-12e0e1da2c6b",
"name": "Display a listing of employees.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "a24b96bb-74be-4f74-8dfc-0945f68f8c92",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"type\": \"employee\",\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane.smith@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Technician\",\n \"salary\": \"5000.00\",\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"status\": \"active\",\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": null,\n \"shop_timing_id\": null,\n \"geo_fence_radius\": null,\n \"can_create_appointments\": false,\n \"can_create_bills\": false,\n \"can_create_check_point_labels\": false,\n \"can_create_credit_notes\": false,\n \"can_create_customers\": false,\n \"can_create_departments\": false,\n \"can_create_document_types\": false,\n \"can_create_employees\": false,\n \"can_create_estimates\": false,\n \"can_create_expense_items\": false,\n \"can_create_expenses\": false,\n \"can_create_holidays\": false,\n \"can_create_inspection_categories\": false,\n \"can_create_inspection_check_points\": false,\n \"can_create_inspections\": false,\n \"can_create_insurance_types\": false,\n \"can_create_inventory_adjustments\": false,\n \"can_create_inventory_categories\": false,\n \"can_create_invoice_documents\": false,\n \"can_create_invoice_labels\": false,\n \"can_create_invoice_notes\": false,\n \"can_create_invoice_sequences\": false,\n \"can_create_invoices\": false,\n \"can_create_job_cards\": false,\n \"can_create_labels\": false,\n \"can_create_labor_rates\": false,\n \"can_create_make_and_models\": false,\n \"can_create_parts\": false,\n \"can_create_payment_mades\": false,\n \"can_create_payment_modes\": false,\n \"can_create_payment_recieveds\": false,\n \"can_create_payment_terms\": false,\n \"can_create_purchase_orders\": false,\n \"can_create_quick_notes\": false,\n \"can_create_quick_remarks\": false,\n \"can_create_reasons\": false,\n \"can_create_referral_sources\": false,\n \"can_create_service_group_includes\": false,\n \"can_create_service_group_parts\": false,\n \"can_create_service_group_pricings\": false,\n \"can_create_service_group_services\": false,\n \"can_create_service_groups\": false,\n \"can_create_services\": false,\n \"can_create_settings\": false,\n \"can_create_shop_calenders\": false,\n \"can_create_shop_timings\": false,\n \"can_create_shop_types\": false,\n \"can_create_task_sections\": false,\n \"can_create_task_types\": false,\n \"can_create_tasks\": false,\n \"can_create_taxes\": false,\n \"can_create_time_sheets\": false,\n \"can_create_unit_types\": false,\n \"can_create_vehicle_body_types\": false,\n \"can_create_vehicle_colors\": false,\n \"can_create_vehicle_documents\": false,\n \"can_create_vehicle_fuel_types\": false,\n \"can_create_vehicle_mile_and_kms\": false,\n \"can_create_vehicle_transmissions\": false,\n \"can_create_vehicles\": false,\n \"can_create_vendor_credits\": false,\n \"can_create_vendors\": false,\n \"can_delete_appointments\": false,\n \"can_delete_bills\": false,\n \"can_delete_check_point_labels\": false,\n \"can_delete_credit_notes\": false,\n \"can_delete_customers\": false,\n \"can_delete_departments\": false,\n \"can_delete_document_types\": false,\n \"can_delete_employees\": false,\n \"can_delete_estimates\": false,\n \"can_delete_expense_items\": false,\n \"can_delete_expenses\": false,\n \"can_delete_holidays\": false,\n \"can_delete_inspection_categories\": false,\n \"can_delete_inspection_check_points\": false,\n \"can_delete_inspections\": false,\n \"can_delete_insurance_types\": false,\n \"can_delete_inventory_adjustments\": false,\n \"can_delete_inventory_categories\": false,\n \"can_delete_invoice_documents\": false,\n \"can_delete_invoice_labels\": false,\n \"can_delete_invoice_notes\": false,\n \"can_delete_invoice_sequences\": false,\n \"can_delete_invoices\": false,\n \"can_delete_job_cards\": false,\n \"can_delete_labels\": false,\n \"can_delete_labor_rates\": false,\n \"can_delete_make_and_models\": false,\n \"can_delete_parts\": false,\n \"can_delete_payment_mades\": false,\n \"can_delete_payment_modes\": false,\n \"can_delete_payment_recieveds\": false,\n \"can_delete_payment_terms\": false,\n \"can_delete_purchase_orders\": false,\n \"can_delete_quick_notes\": false,\n \"can_delete_quick_remarks\": false,\n \"can_delete_reasons\": false,\n \"can_delete_referral_sources\": false,\n \"can_delete_service_group_includes\": false,\n \"can_delete_service_group_parts\": false,\n \"can_delete_service_group_pricings\": false,\n \"can_delete_service_group_services\": false,\n \"can_delete_service_groups\": false,\n \"can_delete_services\": false,\n \"can_delete_settings\": false,\n \"can_delete_shop_calenders\": false,\n \"can_delete_shop_timings\": false,\n \"can_delete_shop_types\": false,\n \"can_delete_task_sections\": false,\n \"can_delete_task_types\": false,\n \"can_delete_tasks\": false,\n \"can_delete_taxes\": false,\n \"can_delete_time_sheets\": false,\n \"can_delete_unit_types\": false,\n \"can_delete_vehicle_body_types\": false,\n \"can_delete_vehicle_colors\": false,\n \"can_delete_vehicle_documents\": false,\n \"can_delete_vehicle_fuel_types\": false,\n \"can_delete_vehicle_mile_and_kms\": false,\n \"can_delete_vehicle_transmissions\": false,\n \"can_delete_vehicles\": false,\n \"can_delete_vendor_credits\": false,\n \"can_delete_vendors\": false,\n \"can_update_appointments\": false,\n \"can_update_bills\": false,\n \"can_update_check_point_labels\": false,\n \"can_update_credit_notes\": false,\n \"can_update_customers\": false,\n \"can_update_departments\": false,\n \"can_update_document_types\": false,\n \"can_update_employees\": false,\n \"can_update_estimates\": false,\n \"can_update_expense_items\": false,\n \"can_update_expenses\": false,\n \"can_update_holidays\": false,\n \"can_update_inspection_categories\": false,\n \"can_update_inspection_check_points\": false,\n \"can_update_inspections\": false,\n \"can_update_insurance_types\": false,\n \"can_update_inventory_adjustments\": false,\n \"can_update_inventory_categories\": false,\n \"can_update_invoice_documents\": false,\n \"can_update_invoice_labels\": false,\n \"can_update_invoice_notes\": false,\n \"can_update_invoice_sequences\": false,\n \"can_update_invoices\": false,\n \"can_update_job_cards\": false,\n \"can_update_labels\": false,\n \"can_update_labor_rates\": false,\n \"can_update_make_and_models\": false,\n \"can_update_parts\": false,\n \"can_update_payment_mades\": false,\n \"can_update_payment_modes\": false,\n \"can_update_payment_recieveds\": false,\n \"can_update_payment_terms\": false,\n \"can_update_purchase_orders\": false,\n \"can_update_quick_notes\": false,\n \"can_update_quick_remarks\": false,\n \"can_update_reasons\": false,\n \"can_update_referral_sources\": false,\n \"can_update_service_group_includes\": false,\n \"can_update_service_group_parts\": false,\n \"can_update_service_group_pricings\": false,\n \"can_update_service_group_services\": false,\n \"can_update_service_groups\": false,\n \"can_update_services\": false,\n \"can_update_settings\": false,\n \"can_update_shop_calenders\": false,\n \"can_update_shop_timings\": false,\n \"can_update_shop_types\": false,\n \"can_update_task_sections\": false,\n \"can_update_task_types\": false,\n \"can_update_tasks\": false,\n \"can_update_taxes\": false,\n \"can_update_time_sheets\": false,\n \"can_update_unit_types\": false,\n \"can_update_vehicle_body_types\": false,\n \"can_update_vehicle_colors\": false,\n \"can_update_vehicle_documents\": false,\n \"can_update_vehicle_fuel_types\": false,\n \"can_update_vehicle_mile_and_kms\": false,\n \"can_update_vehicle_transmissions\": false,\n \"can_update_vehicles\": false,\n \"can_update_vendor_credits\": false,\n \"can_update_vendors\": false,\n \"can_view_appointments\": false,\n \"can_view_bills\": false,\n \"can_view_check_point_labels\": false,\n \"can_view_credit_notes\": false,\n \"can_view_customers\": false,\n \"can_view_departments\": false,\n \"can_view_document_types\": false,\n \"can_view_employees\": false,\n \"can_view_estimates\": false,\n \"can_view_expense_items\": false,\n \"can_view_expenses\": false,\n \"can_view_holidays\": false,\n \"can_view_inspection_categories\": false,\n \"can_view_inspection_check_points\": false,\n \"can_view_inspections\": false,\n \"can_view_insurance_types\": false,\n \"can_view_inventory_adjustments\": false,\n \"can_view_inventory_categories\": false,\n \"can_view_invoice_documents\": false,\n \"can_view_invoice_labels\": false,\n \"can_view_invoice_notes\": false,\n \"can_view_invoice_sequences\": false,\n \"can_view_invoices\": false,\n \"can_view_job_cards\": false,\n \"can_view_labels\": false,\n \"can_view_labor_rates\": false,\n \"can_view_make_and_models\": false,\n \"can_view_parts\": false,\n \"can_view_payment_mades\": false,\n \"can_view_payment_modes\": false,\n \"can_view_payment_recieveds\": false,\n \"can_view_payment_terms\": false,\n \"can_view_purchase_orders\": false,\n \"can_view_quick_notes\": false,\n \"can_view_quick_remarks\": false,\n \"can_view_reasons\": false,\n \"can_view_referral_sources\": false,\n \"can_view_service_group_includes\": false,\n \"can_view_service_group_parts\": false,\n \"can_view_service_group_pricings\": false,\n \"can_view_service_group_services\": false,\n \"can_view_service_groups\": false,\n \"can_view_services\": false,\n \"can_view_settings\": false,\n \"can_view_shop_calenders\": false,\n \"can_view_shop_timings\": false,\n \"can_view_shop_types\": false,\n \"can_view_task_sections\": false,\n \"can_view_task_types\": false,\n \"can_view_tasks\": false,\n \"can_view_taxes\": false,\n \"can_view_time_sheets\": false,\n \"can_view_unit_types\": false,\n \"can_view_vehicle_body_types\": false,\n \"can_view_vehicle_colors\": false,\n \"can_view_vehicle_documents\": false,\n \"can_view_vehicle_fuel_types\": false,\n \"can_view_vehicle_mile_and_kms\": false,\n \"can_view_vehicle_transmissions\": false,\n \"can_view_vehicles\": false,\n \"can_view_vendor_credits\": false,\n \"can_view_vendors\": false,\n \"has_active_time_sheet\": false,\n \"active_time_sheet\": null,\n \"department\": {\n \"id\": 1,\n \"name\": \"Service Department\"\n },\n \"shop_calender\": null,\n \"shop_timing\": null,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75,\n \"from\": 1,\n \"to\": 15\n }\n}"
}
]
},
{
"id": "cfa5a259-d82c-4f12-87c2-616758d6bf30",
"name": "Store a newly created employee.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane@example.com\",\n \"password\": \"secret123\",\n \"status\": \"active\",\n \"type\": \"employee\",\n \"phone\": \"+971501234567\",\n \"department_id\": 1,\n \"wage_type\": \"Monthly\",\n \"designation\": \"Technician\",\n \"salary\": 5000,\n \"country_id\": 1,\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "a88dbe4e-fbc3-4785-b12a-a01cdd381bae",
"name": "201 Created",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane@example.com\",\n \"password\": \"secret123\",\n \"status\": \"active\",\n \"type\": \"employee\",\n \"phone\": \"+971501234567\",\n \"department_id\": 1,\n \"wage_type\": \"Monthly\",\n \"designation\": \"Technician\",\n \"salary\": 5000,\n \"country_id\": 1,\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Employee created successfully.\",\n \"data\": {\n \"id\": 1,\n \"type\": \"employee\",\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Technician\",\n \"salary\": \"5000.00\",\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"status\": \"active\",\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": null,\n \"shop_timing_id\": null,\n \"geo_fence_radius\": null,\n \"can_create_appointments\": false,\n \"can_create_bills\": false,\n \"can_create_check_point_labels\": false,\n \"can_create_credit_notes\": false,\n \"can_create_customers\": false,\n \"can_create_departments\": false,\n \"can_create_document_types\": false,\n \"can_create_employees\": false,\n \"can_create_estimates\": false,\n \"can_create_expense_items\": false,\n \"can_create_expenses\": false,\n \"can_create_holidays\": false,\n \"can_create_inspection_categories\": false,\n \"can_create_inspection_check_points\": false,\n \"can_create_inspections\": false,\n \"can_create_insurance_types\": false,\n \"can_create_inventory_adjustments\": false,\n \"can_create_inventory_categories\": false,\n \"can_create_invoice_documents\": false,\n \"can_create_invoice_labels\": false,\n \"can_create_invoice_notes\": false,\n \"can_create_invoice_sequences\": false,\n \"can_create_invoices\": false,\n \"can_create_job_cards\": false,\n \"can_create_labels\": false,\n \"can_create_labor_rates\": false,\n \"can_create_make_and_models\": false,\n \"can_create_parts\": false,\n \"can_create_payment_mades\": false,\n \"can_create_payment_modes\": false,\n \"can_create_payment_recieveds\": false,\n \"can_create_payment_terms\": false,\n \"can_create_purchase_orders\": false,\n \"can_create_quick_notes\": false,\n \"can_create_quick_remarks\": false,\n \"can_create_reasons\": false,\n \"can_create_referral_sources\": false,\n \"can_create_service_group_includes\": false,\n \"can_create_service_group_parts\": false,\n \"can_create_service_group_pricings\": false,\n \"can_create_service_group_services\": false,\n \"can_create_service_groups\": false,\n \"can_create_services\": false,\n \"can_create_settings\": false,\n \"can_create_shop_calenders\": false,\n \"can_create_shop_timings\": false,\n \"can_create_shop_types\": false,\n \"can_create_task_sections\": false,\n \"can_create_task_types\": false,\n \"can_create_tasks\": false,\n \"can_create_taxes\": false,\n \"can_create_time_sheets\": false,\n \"can_create_unit_types\": false,\n \"can_create_vehicle_body_types\": false,\n \"can_create_vehicle_colors\": false,\n \"can_create_vehicle_documents\": false,\n \"can_create_vehicle_fuel_types\": false,\n \"can_create_vehicle_mile_and_kms\": false,\n \"can_create_vehicle_transmissions\": false,\n \"can_create_vehicles\": false,\n \"can_create_vendor_credits\": false,\n \"can_create_vendors\": false,\n \"can_delete_appointments\": false,\n \"can_delete_bills\": false,\n \"can_delete_check_point_labels\": false,\n \"can_delete_credit_notes\": false,\n \"can_delete_customers\": false,\n \"can_delete_departments\": false,\n \"can_delete_document_types\": false,\n \"can_delete_employees\": false,\n \"can_delete_estimates\": false,\n \"can_delete_expense_items\": false,\n \"can_delete_expenses\": false,\n \"can_delete_holidays\": false,\n \"can_delete_inspection_categories\": false,\n \"can_delete_inspection_check_points\": false,\n \"can_delete_inspections\": false,\n \"can_delete_insurance_types\": false,\n \"can_delete_inventory_adjustments\": false,\n \"can_delete_inventory_categories\": false,\n \"can_delete_invoice_documents\": false,\n \"can_delete_invoice_labels\": false,\n \"can_delete_invoice_notes\": false,\n \"can_delete_invoice_sequences\": false,\n \"can_delete_invoices\": false,\n \"can_delete_job_cards\": false,\n \"can_delete_labels\": false,\n \"can_delete_labor_rates\": false,\n \"can_delete_make_and_models\": false,\n \"can_delete_parts\": false,\n \"can_delete_payment_mades\": false,\n \"can_delete_payment_modes\": false,\n \"can_delete_payment_recieveds\": false,\n \"can_delete_payment_terms\": false,\n \"can_delete_purchase_orders\": false,\n \"can_delete_quick_notes\": false,\n \"can_delete_quick_remarks\": false,\n \"can_delete_reasons\": false,\n \"can_delete_referral_sources\": false,\n \"can_delete_service_group_includes\": false,\n \"can_delete_service_group_parts\": false,\n \"can_delete_service_group_pricings\": false,\n \"can_delete_service_group_services\": false,\n \"can_delete_service_groups\": false,\n \"can_delete_services\": false,\n \"can_delete_settings\": false,\n \"can_delete_shop_calenders\": false,\n \"can_delete_shop_timings\": false,\n \"can_delete_shop_types\": false,\n \"can_delete_task_sections\": false,\n \"can_delete_task_types\": false,\n \"can_delete_tasks\": false,\n \"can_delete_taxes\": false,\n \"can_delete_time_sheets\": false,\n \"can_delete_unit_types\": false,\n \"can_delete_vehicle_body_types\": false,\n \"can_delete_vehicle_colors\": false,\n \"can_delete_vehicle_documents\": false,\n \"can_delete_vehicle_fuel_types\": false,\n \"can_delete_vehicle_mile_and_kms\": false,\n \"can_delete_vehicle_transmissions\": false,\n \"can_delete_vehicles\": false,\n \"can_delete_vendor_credits\": false,\n \"can_delete_vendors\": false,\n \"can_update_appointments\": false,\n \"can_update_bills\": false,\n \"can_update_check_point_labels\": false,\n \"can_update_credit_notes\": false,\n \"can_update_customers\": false,\n \"can_update_departments\": false,\n \"can_update_document_types\": false,\n \"can_update_employees\": false,\n \"can_update_estimates\": false,\n \"can_update_expense_items\": false,\n \"can_update_expenses\": false,\n \"can_update_holidays\": false,\n \"can_update_inspection_categories\": false,\n \"can_update_inspection_check_points\": false,\n \"can_update_inspections\": false,\n \"can_update_insurance_types\": false,\n \"can_update_inventory_adjustments\": false,\n \"can_update_inventory_categories\": false,\n \"can_update_invoice_documents\": false,\n \"can_update_invoice_labels\": false,\n \"can_update_invoice_notes\": false,\n \"can_update_invoice_sequences\": false,\n \"can_update_invoices\": false,\n \"can_update_job_cards\": false,\n \"can_update_labels\": false,\n \"can_update_labor_rates\": false,\n \"can_update_make_and_models\": false,\n \"can_update_parts\": false,\n \"can_update_payment_mades\": false,\n \"can_update_payment_modes\": false,\n \"can_update_payment_recieveds\": false,\n \"can_update_payment_terms\": false,\n \"can_update_purchase_orders\": false,\n \"can_update_quick_notes\": false,\n \"can_update_quick_remarks\": false,\n \"can_update_reasons\": false,\n \"can_update_referral_sources\": false,\n \"can_update_service_group_includes\": false,\n \"can_update_service_group_parts\": false,\n \"can_update_service_group_pricings\": false,\n \"can_update_service_group_services\": false,\n \"can_update_service_groups\": false,\n \"can_update_services\": false,\n \"can_update_settings\": false,\n \"can_update_shop_calenders\": false,\n \"can_update_shop_timings\": false,\n \"can_update_shop_types\": false,\n \"can_update_task_sections\": false,\n \"can_update_task_types\": false,\n \"can_update_tasks\": false,\n \"can_update_taxes\": false,\n \"can_update_time_sheets\": false,\n \"can_update_unit_types\": false,\n \"can_update_vehicle_body_types\": false,\n \"can_update_vehicle_colors\": false,\n \"can_update_vehicle_documents\": false,\n \"can_update_vehicle_fuel_types\": false,\n \"can_update_vehicle_mile_and_kms\": false,\n \"can_update_vehicle_transmissions\": false,\n \"can_update_vehicles\": false,\n \"can_update_vendor_credits\": false,\n \"can_update_vendors\": false,\n \"can_view_appointments\": false,\n \"can_view_bills\": false,\n \"can_view_check_point_labels\": false,\n \"can_view_credit_notes\": false,\n \"can_view_customers\": false,\n \"can_view_departments\": false,\n \"can_view_document_types\": false,\n \"can_view_employees\": false,\n \"can_view_estimates\": false,\n \"can_view_expense_items\": false,\n \"can_view_expenses\": false,\n \"can_view_holidays\": false,\n \"can_view_inspection_categories\": false,\n \"can_view_inspection_check_points\": false,\n \"can_view_inspections\": false,\n \"can_view_insurance_types\": false,\n \"can_view_inventory_adjustments\": false,\n \"can_view_inventory_categories\": false,\n \"can_view_invoice_documents\": false,\n \"can_view_invoice_labels\": false,\n \"can_view_invoice_notes\": false,\n \"can_view_invoice_sequences\": false,\n \"can_view_invoices\": false,\n \"can_view_job_cards\": false,\n \"can_view_labels\": false,\n \"can_view_labor_rates\": false,\n \"can_view_make_and_models\": false,\n \"can_view_parts\": false,\n \"can_view_payment_mades\": false,\n \"can_view_payment_modes\": false,\n \"can_view_payment_recieveds\": false,\n \"can_view_payment_terms\": false,\n \"can_view_purchase_orders\": false,\n \"can_view_quick_notes\": false,\n \"can_view_quick_remarks\": false,\n \"can_view_reasons\": false,\n \"can_view_referral_sources\": false,\n \"can_view_service_group_includes\": false,\n \"can_view_service_group_parts\": false,\n \"can_view_service_group_pricings\": false,\n \"can_view_service_group_services\": false,\n \"can_view_service_groups\": false,\n \"can_view_services\": false,\n \"can_view_settings\": false,\n \"can_view_shop_calenders\": false,\n \"can_view_shop_timings\": false,\n \"can_view_shop_types\": false,\n \"can_view_task_sections\": false,\n \"can_view_task_types\": false,\n \"can_view_tasks\": false,\n \"can_view_taxes\": false,\n \"can_view_time_sheets\": false,\n \"can_view_unit_types\": false,\n \"can_view_vehicle_body_types\": false,\n \"can_view_vehicle_colors\": false,\n \"can_view_vehicle_documents\": false,\n \"can_view_vehicle_fuel_types\": false,\n \"can_view_vehicle_mile_and_kms\": false,\n \"can_view_vehicle_transmissions\": false,\n \"can_view_vehicles\": false,\n \"can_view_vendor_credits\": false,\n \"can_view_vendors\": false,\n \"has_active_time_sheet\": false,\n \"active_time_sheet\": null,\n \"department\": {\n \"id\": 1,\n \"name\": \"Service Department\"\n },\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "e3c1d515-d086-4430-ad7f-9b9011ca262a",
"name": "Display the specified employee.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "ccb0e061-b284-4943-8ac3-2ea62e3f51bc",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": {\n \"id\": 1,\n \"type\": \"employee\",\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane.smith@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Technician\",\n \"salary\": \"5000.00\",\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"status\": \"active\",\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": null,\n \"shop_timing_id\": null,\n \"geo_fence_radius\": null,\n \"can_create_appointments\": false,\n \"can_create_bills\": false,\n \"can_create_check_point_labels\": false,\n \"can_create_credit_notes\": false,\n \"can_create_customers\": false,\n \"can_create_departments\": false,\n \"can_create_document_types\": false,\n \"can_create_employees\": false,\n \"can_create_estimates\": false,\n \"can_create_expense_items\": false,\n \"can_create_expenses\": false,\n \"can_create_holidays\": false,\n \"can_create_inspection_categories\": false,\n \"can_create_inspection_check_points\": false,\n \"can_create_inspections\": false,\n \"can_create_insurance_types\": false,\n \"can_create_inventory_adjustments\": false,\n \"can_create_inventory_categories\": false,\n \"can_create_invoice_documents\": false,\n \"can_create_invoice_labels\": false,\n \"can_create_invoice_notes\": false,\n \"can_create_invoice_sequences\": false,\n \"can_create_invoices\": false,\n \"can_create_job_cards\": false,\n \"can_create_labels\": false,\n \"can_create_labor_rates\": false,\n \"can_create_make_and_models\": false,\n \"can_create_parts\": false,\n \"can_create_payment_mades\": false,\n \"can_create_payment_modes\": false,\n \"can_create_payment_recieveds\": false,\n \"can_create_payment_terms\": false,\n \"can_create_purchase_orders\": false,\n \"can_create_quick_notes\": false,\n \"can_create_quick_remarks\": false,\n \"can_create_reasons\": false,\n \"can_create_referral_sources\": false,\n \"can_create_service_group_includes\": false,\n \"can_create_service_group_parts\": false,\n \"can_create_service_group_pricings\": false,\n \"can_create_service_group_services\": false,\n \"can_create_service_groups\": false,\n \"can_create_services\": false,\n \"can_create_settings\": false,\n \"can_create_shop_calenders\": false,\n \"can_create_shop_timings\": false,\n \"can_create_shop_types\": false,\n \"can_create_task_sections\": false,\n \"can_create_task_types\": false,\n \"can_create_tasks\": false,\n \"can_create_taxes\": false,\n \"can_create_time_sheets\": false,\n \"can_create_unit_types\": false,\n \"can_create_vehicle_body_types\": false,\n \"can_create_vehicle_colors\": false,\n \"can_create_vehicle_documents\": false,\n \"can_create_vehicle_fuel_types\": false,\n \"can_create_vehicle_mile_and_kms\": false,\n \"can_create_vehicle_transmissions\": false,\n \"can_create_vehicles\": false,\n \"can_create_vendor_credits\": false,\n \"can_create_vendors\": false,\n \"can_delete_appointments\": false,\n \"can_delete_bills\": false,\n \"can_delete_check_point_labels\": false,\n \"can_delete_credit_notes\": false,\n \"can_delete_customers\": false,\n \"can_delete_departments\": false,\n \"can_delete_document_types\": false,\n \"can_delete_employees\": false,\n \"can_delete_estimates\": false,\n \"can_delete_expense_items\": false,\n \"can_delete_expenses\": false,\n \"can_delete_holidays\": false,\n \"can_delete_inspection_categories\": false,\n \"can_delete_inspection_check_points\": false,\n \"can_delete_inspections\": false,\n \"can_delete_insurance_types\": false,\n \"can_delete_inventory_adjustments\": false,\n \"can_delete_inventory_categories\": false,\n \"can_delete_invoice_documents\": false,\n \"can_delete_invoice_labels\": false,\n \"can_delete_invoice_notes\": false,\n \"can_delete_invoice_sequences\": false,\n \"can_delete_invoices\": false,\n \"can_delete_job_cards\": false,\n \"can_delete_labels\": false,\n \"can_delete_labor_rates\": false,\n \"can_delete_make_and_models\": false,\n \"can_delete_parts\": false,\n \"can_delete_payment_mades\": false,\n \"can_delete_payment_modes\": false,\n \"can_delete_payment_recieveds\": false,\n \"can_delete_payment_terms\": false,\n \"can_delete_purchase_orders\": false,\n \"can_delete_quick_notes\": false,\n \"can_delete_quick_remarks\": false,\n \"can_delete_reasons\": false,\n \"can_delete_referral_sources\": false,\n \"can_delete_service_group_includes\": false,\n \"can_delete_service_group_parts\": false,\n \"can_delete_service_group_pricings\": false,\n \"can_delete_service_group_services\": false,\n \"can_delete_service_groups\": false,\n \"can_delete_services\": false,\n \"can_delete_settings\": false,\n \"can_delete_shop_calenders\": false,\n \"can_delete_shop_timings\": false,\n \"can_delete_shop_types\": false,\n \"can_delete_task_sections\": false,\n \"can_delete_task_types\": false,\n \"can_delete_tasks\": false,\n \"can_delete_taxes\": false,\n \"can_delete_time_sheets\": false,\n \"can_delete_unit_types\": false,\n \"can_delete_vehicle_body_types\": false,\n \"can_delete_vehicle_colors\": false,\n \"can_delete_vehicle_documents\": false,\n \"can_delete_vehicle_fuel_types\": false,\n \"can_delete_vehicle_mile_and_kms\": false,\n \"can_delete_vehicle_transmissions\": false,\n \"can_delete_vehicles\": false,\n \"can_delete_vendor_credits\": false,\n \"can_delete_vendors\": false,\n \"can_update_appointments\": false,\n \"can_update_bills\": false,\n \"can_update_check_point_labels\": false,\n \"can_update_credit_notes\": false,\n \"can_update_customers\": false,\n \"can_update_departments\": false,\n \"can_update_document_types\": false,\n \"can_update_employees\": false,\n \"can_update_estimates\": false,\n \"can_update_expense_items\": false,\n \"can_update_expenses\": false,\n \"can_update_holidays\": false,\n \"can_update_inspection_categories\": false,\n \"can_update_inspection_check_points\": false,\n \"can_update_inspections\": false,\n \"can_update_insurance_types\": false,\n \"can_update_inventory_adjustments\": false,\n \"can_update_inventory_categories\": false,\n \"can_update_invoice_documents\": false,\n \"can_update_invoice_labels\": false,\n \"can_update_invoice_notes\": false,\n \"can_update_invoice_sequences\": false,\n \"can_update_invoices\": false,\n \"can_update_job_cards\": false,\n \"can_update_labels\": false,\n \"can_update_labor_rates\": false,\n \"can_update_make_and_models\": false,\n \"can_update_parts\": false,\n \"can_update_payment_mades\": false,\n \"can_update_payment_modes\": false,\n \"can_update_payment_recieveds\": false,\n \"can_update_payment_terms\": false,\n \"can_update_purchase_orders\": false,\n \"can_update_quick_notes\": false,\n \"can_update_quick_remarks\": false,\n \"can_update_reasons\": false,\n \"can_update_referral_sources\": false,\n \"can_update_service_group_includes\": false,\n \"can_update_service_group_parts\": false,\n \"can_update_service_group_pricings\": false,\n \"can_update_service_group_services\": false,\n \"can_update_service_groups\": false,\n \"can_update_services\": false,\n \"can_update_settings\": false,\n \"can_update_shop_calenders\": false,\n \"can_update_shop_timings\": false,\n \"can_update_shop_types\": false,\n \"can_update_task_sections\": false,\n \"can_update_task_types\": false,\n \"can_update_tasks\": false,\n \"can_update_taxes\": false,\n \"can_update_time_sheets\": false,\n \"can_update_unit_types\": false,\n \"can_update_vehicle_body_types\": false,\n \"can_update_vehicle_colors\": false,\n \"can_update_vehicle_documents\": false,\n \"can_update_vehicle_fuel_types\": false,\n \"can_update_vehicle_mile_and_kms\": false,\n \"can_update_vehicle_transmissions\": false,\n \"can_update_vehicles\": false,\n \"can_update_vendor_credits\": false,\n \"can_update_vendors\": false,\n \"can_view_appointments\": false,\n \"can_view_bills\": false,\n \"can_view_check_point_labels\": false,\n \"can_view_credit_notes\": false,\n \"can_view_customers\": false,\n \"can_view_departments\": false,\n \"can_view_document_types\": false,\n \"can_view_employees\": false,\n \"can_view_estimates\": false,\n \"can_view_expense_items\": false,\n \"can_view_expenses\": false,\n \"can_view_holidays\": false,\n \"can_view_inspection_categories\": false,\n \"can_view_inspection_check_points\": false,\n \"can_view_inspections\": false,\n \"can_view_insurance_types\": false,\n \"can_view_inventory_adjustments\": false,\n \"can_view_inventory_categories\": false,\n \"can_view_invoice_documents\": false,\n \"can_view_invoice_labels\": false,\n \"can_view_invoice_notes\": false,\n \"can_view_invoice_sequences\": false,\n \"can_view_invoices\": false,\n \"can_view_job_cards\": false,\n \"can_view_labels\": false,\n \"can_view_labor_rates\": false,\n \"can_view_make_and_models\": false,\n \"can_view_parts\": false,\n \"can_view_payment_mades\": false,\n \"can_view_payment_modes\": false,\n \"can_view_payment_recieveds\": false,\n \"can_view_payment_terms\": false,\n \"can_view_purchase_orders\": false,\n \"can_view_quick_notes\": false,\n \"can_view_quick_remarks\": false,\n \"can_view_reasons\": false,\n \"can_view_referral_sources\": false,\n \"can_view_service_group_includes\": false,\n \"can_view_service_group_parts\": false,\n \"can_view_service_group_pricings\": false,\n \"can_view_service_group_services\": false,\n \"can_view_service_groups\": false,\n \"can_view_services\": false,\n \"can_view_settings\": false,\n \"can_view_shop_calenders\": false,\n \"can_view_shop_timings\": false,\n \"can_view_shop_types\": false,\n \"can_view_task_sections\": false,\n \"can_view_task_types\": false,\n \"can_view_tasks\": false,\n \"can_view_taxes\": false,\n \"can_view_time_sheets\": false,\n \"can_view_unit_types\": false,\n \"can_view_vehicle_body_types\": false,\n \"can_view_vehicle_colors\": false,\n \"can_view_vehicle_documents\": false,\n \"can_view_vehicle_fuel_types\": false,\n \"can_view_vehicle_mile_and_kms\": false,\n \"can_view_vehicle_transmissions\": false,\n \"can_view_vehicles\": false,\n \"can_view_vendor_credits\": false,\n \"can_view_vendors\": false,\n \"has_active_time_sheet\": false,\n \"active_time_sheet\": null,\n \"department\": {\n \"id\": 1,\n \"name\": \"Service Department\"\n },\n \"shop_calender\": null,\n \"shop_timing\": null,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "ed91164d-8d9c-4902-bacf-fa4c779c4ac3",
"name": "Update the specified employee.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane@example.com\",\n \"status\": \"active\",\n \"phone\": \"+971501234567\",\n \"department_id\": 1,\n \"wage_type\": \"Monthly\",\n \"designation\": \"Senior Technician\",\n \"salary\": 5500,\n \"password\": \"newsecret456\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "782e5107-c662-4fde-ae88-2a08e552ef69",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane@example.com\",\n \"status\": \"active\",\n \"phone\": \"+971501234567\",\n \"department_id\": 1,\n \"wage_type\": \"Monthly\",\n \"designation\": \"Senior Technician\",\n \"salary\": 5500,\n \"password\": \"newsecret456\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Employee updated successfully.\",\n \"data\": {\n \"id\": 1,\n \"type\": \"employee\",\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Senior Technician\",\n \"salary\": \"5500.00\",\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"status\": \"active\",\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": null,\n \"shop_timing_id\": null,\n \"geo_fence_radius\": null,\n \"can_create_appointments\": false,\n \"can_create_bills\": false,\n \"can_create_check_point_labels\": false,\n \"can_create_credit_notes\": false,\n \"can_create_customers\": false,\n \"can_create_departments\": false,\n \"can_create_document_types\": false,\n \"can_create_employees\": false,\n \"can_create_estimates\": false,\n \"can_create_expense_items\": false,\n \"can_create_expenses\": false,\n \"can_create_holidays\": false,\n \"can_create_inspection_categories\": false,\n \"can_create_inspection_check_points\": false,\n \"can_create_inspections\": false,\n \"can_create_insurance_types\": false,\n \"can_create_inventory_adjustments\": false,\n \"can_create_inventory_categories\": false,\n \"can_create_invoice_documents\": false,\n \"can_create_invoice_labels\": false,\n \"can_create_invoice_notes\": false,\n \"can_create_invoice_sequences\": false,\n \"can_create_invoices\": false,\n \"can_create_job_cards\": false,\n \"can_create_labels\": false,\n \"can_create_labor_rates\": false,\n \"can_create_make_and_models\": false,\n \"can_create_parts\": false,\n \"can_create_payment_mades\": false,\n \"can_create_payment_modes\": false,\n \"can_create_payment_recieveds\": false,\n \"can_create_payment_terms\": false,\n \"can_create_purchase_orders\": false,\n \"can_create_quick_notes\": false,\n \"can_create_quick_remarks\": false,\n \"can_create_reasons\": false,\n \"can_create_referral_sources\": false,\n \"can_create_service_group_includes\": false,\n \"can_create_service_group_parts\": false,\n \"can_create_service_group_pricings\": false,\n \"can_create_service_group_services\": false,\n \"can_create_service_groups\": false,\n \"can_create_services\": false,\n \"can_create_settings\": false,\n \"can_create_shop_calenders\": false,\n \"can_create_shop_timings\": false,\n \"can_create_shop_types\": false,\n \"can_create_task_sections\": false,\n \"can_create_task_types\": false,\n \"can_create_tasks\": false,\n \"can_create_taxes\": false,\n \"can_create_time_sheets\": false,\n \"can_create_unit_types\": false,\n \"can_create_vehicle_body_types\": false,\n \"can_create_vehicle_colors\": false,\n \"can_create_vehicle_documents\": false,\n \"can_create_vehicle_fuel_types\": false,\n \"can_create_vehicle_mile_and_kms\": false,\n \"can_create_vehicle_transmissions\": false,\n \"can_create_vehicles\": false,\n \"can_create_vendor_credits\": false,\n \"can_create_vendors\": false,\n \"can_delete_appointments\": false,\n \"can_delete_bills\": false,\n \"can_delete_check_point_labels\": false,\n \"can_delete_credit_notes\": false,\n \"can_delete_customers\": false,\n \"can_delete_departments\": false,\n \"can_delete_document_types\": false,\n \"can_delete_employees\": false,\n \"can_delete_estimates\": false,\n \"can_delete_expense_items\": false,\n \"can_delete_expenses\": false,\n \"can_delete_holidays\": false,\n \"can_delete_inspection_categories\": false,\n \"can_delete_inspection_check_points\": false,\n \"can_delete_inspections\": false,\n \"can_delete_insurance_types\": false,\n \"can_delete_inventory_adjustments\": false,\n \"can_delete_inventory_categories\": false,\n \"can_delete_invoice_documents\": false,\n \"can_delete_invoice_labels\": false,\n \"can_delete_invoice_notes\": false,\n \"can_delete_invoice_sequences\": false,\n \"can_delete_invoices\": false,\n \"can_delete_job_cards\": false,\n \"can_delete_labels\": false,\n \"can_delete_labor_rates\": false,\n \"can_delete_make_and_models\": false,\n \"can_delete_parts\": false,\n \"can_delete_payment_mades\": false,\n \"can_delete_payment_modes\": false,\n \"can_delete_payment_recieveds\": false,\n \"can_delete_payment_terms\": false,\n \"can_delete_purchase_orders\": false,\n \"can_delete_quick_notes\": false,\n \"can_delete_quick_remarks\": false,\n \"can_delete_reasons\": false,\n \"can_delete_referral_sources\": false,\n \"can_delete_service_group_includes\": false,\n \"can_delete_service_group_parts\": false,\n \"can_delete_service_group_pricings\": false,\n \"can_delete_service_group_services\": false,\n \"can_delete_service_groups\": false,\n \"can_delete_services\": false,\n \"can_delete_settings\": false,\n \"can_delete_shop_calenders\": false,\n \"can_delete_shop_timings\": false,\n \"can_delete_shop_types\": false,\n \"can_delete_task_sections\": false,\n \"can_delete_task_types\": false,\n \"can_delete_tasks\": false,\n \"can_delete_taxes\": false,\n \"can_delete_time_sheets\": false,\n \"can_delete_unit_types\": false,\n \"can_delete_vehicle_body_types\": false,\n \"can_delete_vehicle_colors\": false,\n \"can_delete_vehicle_documents\": false,\n \"can_delete_vehicle_fuel_types\": false,\n \"can_delete_vehicle_mile_and_kms\": false,\n \"can_delete_vehicle_transmissions\": false,\n \"can_delete_vehicles\": false,\n \"can_delete_vendor_credits\": false,\n \"can_delete_vendors\": false,\n \"can_update_appointments\": false,\n \"can_update_bills\": false,\n \"can_update_check_point_labels\": false,\n \"can_update_credit_notes\": false,\n \"can_update_customers\": false,\n \"can_update_departments\": false,\n \"can_update_document_types\": false,\n \"can_update_employees\": false,\n \"can_update_estimates\": false,\n \"can_update_expense_items\": false,\n \"can_update_expenses\": false,\n \"can_update_holidays\": false,\n \"can_update_inspection_categories\": false,\n \"can_update_inspection_check_points\": false,\n \"can_update_inspections\": false,\n \"can_update_insurance_types\": false,\n \"can_update_inventory_adjustments\": false,\n \"can_update_inventory_categories\": false,\n \"can_update_invoice_documents\": false,\n \"can_update_invoice_labels\": false,\n \"can_update_invoice_notes\": false,\n \"can_update_invoice_sequences\": false,\n \"can_update_invoices\": false,\n \"can_update_job_cards\": false,\n \"can_update_labels\": false,\n \"can_update_labor_rates\": false,\n \"can_update_make_and_models\": false,\n \"can_update_parts\": false,\n \"can_update_payment_mades\": false,\n \"can_update_payment_modes\": false,\n \"can_update_payment_recieveds\": false,\n \"can_update_payment_terms\": false,\n \"can_update_purchase_orders\": false,\n \"can_update_quick_notes\": false,\n \"can_update_quick_remarks\": false,\n \"can_update_reasons\": false,\n \"can_update_referral_sources\": false,\n \"can_update_service_group_includes\": false,\n \"can_update_service_group_parts\": false,\n \"can_update_service_group_pricings\": false,\n \"can_update_service_group_services\": false,\n \"can_update_service_groups\": false,\n \"can_update_services\": false,\n \"can_update_settings\": false,\n \"can_update_shop_calenders\": false,\n \"can_update_shop_timings\": false,\n \"can_update_shop_types\": false,\n \"can_update_task_sections\": false,\n \"can_update_task_types\": false,\n \"can_update_tasks\": false,\n \"can_update_taxes\": false,\n \"can_update_time_sheets\": false,\n \"can_update_unit_types\": false,\n \"can_update_vehicle_body_types\": false,\n \"can_update_vehicle_colors\": false,\n \"can_update_vehicle_documents\": false,\n \"can_update_vehicle_fuel_types\": false,\n \"can_update_vehicle_mile_and_kms\": false,\n \"can_update_vehicle_transmissions\": false,\n \"can_update_vehicles\": false,\n \"can_update_vendor_credits\": false,\n \"can_update_vendors\": false,\n \"can_view_appointments\": false,\n \"can_view_bills\": false,\n \"can_view_check_point_labels\": false,\n \"can_view_credit_notes\": false,\n \"can_view_customers\": false,\n \"can_view_departments\": false,\n \"can_view_document_types\": false,\n \"can_view_employees\": false,\n \"can_view_estimates\": false,\n \"can_view_expense_items\": false,\n \"can_view_expenses\": false,\n \"can_view_holidays\": false,\n \"can_view_inspection_categories\": false,\n \"can_view_inspection_check_points\": false,\n \"can_view_inspections\": false,\n \"can_view_insurance_types\": false,\n \"can_view_inventory_adjustments\": false,\n \"can_view_inventory_categories\": false,\n \"can_view_invoice_documents\": false,\n \"can_view_invoice_labels\": false,\n \"can_view_invoice_notes\": false,\n \"can_view_invoice_sequences\": false,\n \"can_view_invoices\": false,\n \"can_view_job_cards\": false,\n \"can_view_labels\": false,\n \"can_view_labor_rates\": false,\n \"can_view_make_and_models\": false,\n \"can_view_parts\": false,\n \"can_view_payment_mades\": false,\n \"can_view_payment_modes\": false,\n \"can_view_payment_recieveds\": false,\n \"can_view_payment_terms\": false,\n \"can_view_purchase_orders\": false,\n \"can_view_quick_notes\": false,\n \"can_view_quick_remarks\": false,\n \"can_view_reasons\": false,\n \"can_view_referral_sources\": false,\n \"can_view_service_group_includes\": false,\n \"can_view_service_group_parts\": false,\n \"can_view_service_group_pricings\": false,\n \"can_view_service_group_services\": false,\n \"can_view_service_groups\": false,\n \"can_view_services\": false,\n \"can_view_settings\": false,\n \"can_view_shop_calenders\": false,\n \"can_view_shop_timings\": false,\n \"can_view_shop_types\": false,\n \"can_view_task_sections\": false,\n \"can_view_task_types\": false,\n \"can_view_tasks\": false,\n \"can_view_taxes\": false,\n \"can_view_time_sheets\": false,\n \"can_view_unit_types\": false,\n \"can_view_vehicle_body_types\": false,\n \"can_view_vehicle_colors\": false,\n \"can_view_vehicle_documents\": false,\n \"can_view_vehicle_fuel_types\": false,\n \"can_view_vehicle_mile_and_kms\": false,\n \"can_view_vehicle_transmissions\": false,\n \"can_view_vehicles\": false,\n \"can_view_vendor_credits\": false,\n \"can_view_vendors\": false,\n \"has_active_time_sheet\": false,\n \"active_time_sheet\": null,\n \"department\": {\n \"id\": 1,\n \"name\": \"Service Department\"\n },\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T11:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "e86ed9b9-7d9a-4f69-b742-d0d8d0569499",
"name": "Remove the specified employee.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "d0d27c58-d0e6-40d2-ac45-98c3da76d349",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Employee deleted successfully.\"\n}"
}
]
},
{
"id": "07b7eca6-d3ef-4787-a94a-a0dc9af73707",
"name": "Update permissions for the specified employee.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"description": "Body: boolean keys prefixed with `can_` that exist on `employees`. This sample includes every permission column from the schema (all `false` by default — set to `true` to grant).",
"url": {
"raw": "{{base_url}}/api/employees/{{id}}/update-permissions",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees",
"{{id}}",
"update-permissions"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"can_create_appointments\": false,\n \"can_create_bills\": false,\n \"can_create_check_point_labels\": false,\n \"can_create_credit_notes\": false,\n \"can_create_customers\": false,\n \"can_create_departments\": false,\n \"can_create_document_types\": false,\n \"can_create_employees\": false,\n \"can_create_estimates\": false,\n \"can_create_expense_items\": false,\n \"can_create_expenses\": false,\n \"can_create_holidays\": false,\n \"can_create_inspection_categories\": false,\n \"can_create_inspection_check_points\": false,\n \"can_create_inspections\": false,\n \"can_create_insurance_types\": false,\n \"can_create_inventory_adjustments\": false,\n \"can_create_inventory_categories\": false,\n \"can_create_invoice_documents\": false,\n \"can_create_invoice_labels\": false,\n \"can_create_invoice_notes\": false,\n \"can_create_invoice_sequences\": false,\n \"can_create_invoices\": false,\n \"can_create_job_cards\": false,\n \"can_create_labels\": false,\n \"can_create_labor_rates\": false,\n \"can_create_make_and_models\": false,\n \"can_create_parts\": false,\n \"can_create_payment_mades\": false,\n \"can_create_payment_modes\": false,\n \"can_create_payment_recieveds\": false,\n \"can_create_payment_terms\": false,\n \"can_create_purchase_orders\": false,\n \"can_create_quick_notes\": false,\n \"can_create_quick_remarks\": false,\n \"can_create_reasons\": false,\n \"can_create_referral_sources\": false,\n \"can_create_service_group_includes\": false,\n \"can_create_service_group_parts\": false,\n \"can_create_service_group_pricings\": false,\n \"can_create_service_group_services\": false,\n \"can_create_service_groups\": false,\n \"can_create_services\": false,\n \"can_create_settings\": false,\n \"can_create_shop_calenders\": false,\n \"can_create_shop_timings\": false,\n \"can_create_shop_types\": false,\n \"can_create_task_sections\": false,\n \"can_create_task_types\": false,\n \"can_create_tasks\": false,\n \"can_create_taxes\": false,\n \"can_create_time_sheets\": false,\n \"can_create_unit_types\": false,\n \"can_create_vehicle_body_types\": false,\n \"can_create_vehicle_colors\": false,\n \"can_create_vehicle_documents\": false,\n \"can_create_vehicle_fuel_types\": false,\n \"can_create_vehicle_mile_and_kms\": false,\n \"can_create_vehicle_transmissions\": false,\n \"can_create_vehicles\": false,\n \"can_create_vendor_credits\": false,\n \"can_create_vendors\": false,\n \"can_delete_appointments\": false,\n \"can_delete_bills\": false,\n \"can_delete_check_point_labels\": false,\n \"can_delete_credit_notes\": false,\n \"can_delete_customers\": false,\n \"can_delete_departments\": false,\n \"can_delete_document_types\": false,\n \"can_delete_employees\": false,\n \"can_delete_estimates\": false,\n \"can_delete_expense_items\": false,\n \"can_delete_expenses\": false,\n \"can_delete_holidays\": false,\n \"can_delete_inspection_categories\": false,\n \"can_delete_inspection_check_points\": false,\n \"can_delete_inspections\": false,\n \"can_delete_insurance_types\": false,\n \"can_delete_inventory_adjustments\": false,\n \"can_delete_inventory_categories\": false,\n \"can_delete_invoice_documents\": false,\n \"can_delete_invoice_labels\": false,\n \"can_delete_invoice_notes\": false,\n \"can_delete_invoice_sequences\": false,\n \"can_delete_invoices\": false,\n \"can_delete_job_cards\": false,\n \"can_delete_labels\": false,\n \"can_delete_labor_rates\": false,\n \"can_delete_make_and_models\": false,\n \"can_delete_parts\": false,\n \"can_delete_payment_mades\": false,\n \"can_delete_payment_modes\": false,\n \"can_delete_payment_recieveds\": false,\n \"can_delete_payment_terms\": false,\n \"can_delete_purchase_orders\": false,\n \"can_delete_quick_notes\": false,\n \"can_delete_quick_remarks\": false,\n \"can_delete_reasons\": false,\n \"can_delete_referral_sources\": false,\n \"can_delete_service_group_includes\": false,\n \"can_delete_service_group_parts\": false,\n \"can_delete_service_group_pricings\": false,\n \"can_delete_service_group_services\": false,\n \"can_delete_service_groups\": false,\n \"can_delete_services\": false,\n \"can_delete_settings\": false,\n \"can_delete_shop_calenders\": false,\n \"can_delete_shop_timings\": false,\n \"can_delete_shop_types\": false,\n \"can_delete_task_sections\": false,\n \"can_delete_task_types\": false,\n \"can_delete_tasks\": false,\n \"can_delete_taxes\": false,\n \"can_delete_time_sheets\": false,\n \"can_delete_unit_types\": false,\n \"can_delete_vehicle_body_types\": false,\n \"can_delete_vehicle_colors\": false,\n \"can_delete_vehicle_documents\": false,\n \"can_delete_vehicle_fuel_types\": false,\n \"can_delete_vehicle_mile_and_kms\": false,\n \"can_delete_vehicle_transmissions\": false,\n \"can_delete_vehicles\": false,\n \"can_delete_vendor_credits\": false,\n \"can_delete_vendors\": false,\n \"can_update_appointments\": false,\n \"can_update_bills\": false,\n \"can_update_check_point_labels\": false,\n \"can_update_credit_notes\": false,\n \"can_update_customers\": false,\n \"can_update_departments\": false,\n \"can_update_document_types\": false,\n \"can_update_employees\": false,\n \"can_update_estimates\": false,\n \"can_update_expense_items\": false,\n \"can_update_expenses\": false,\n \"can_update_holidays\": false,\n \"can_update_inspection_categories\": false,\n \"can_update_inspection_check_points\": false,\n \"can_update_inspections\": false,\n \"can_update_insurance_types\": false,\n \"can_update_inventory_adjustments\": false,\n \"can_update_inventory_categories\": false,\n \"can_update_invoice_documents\": false,\n \"can_update_invoice_labels\": false,\n \"can_update_invoice_notes\": false,\n \"can_update_invoice_sequences\": false,\n \"can_update_invoices\": false,\n \"can_update_job_cards\": false,\n \"can_update_labels\": false,\n \"can_update_labor_rates\": false,\n \"can_update_make_and_models\": false,\n \"can_update_parts\": false,\n \"can_update_payment_mades\": false,\n \"can_update_payment_modes\": false,\n \"can_update_payment_recieveds\": false,\n \"can_update_payment_terms\": false,\n \"can_update_purchase_orders\": false,\n \"can_update_quick_notes\": false,\n \"can_update_quick_remarks\": false,\n \"can_update_reasons\": false,\n \"can_update_referral_sources\": false,\n \"can_update_service_group_includes\": false,\n \"can_update_service_group_parts\": false,\n \"can_update_service_group_pricings\": false,\n \"can_update_service_group_services\": false,\n \"can_update_service_groups\": false,\n \"can_update_services\": false,\n \"can_update_settings\": false,\n \"can_update_shop_calenders\": false,\n \"can_update_shop_timings\": false,\n \"can_update_shop_types\": false,\n \"can_update_task_sections\": false,\n \"can_update_task_types\": false,\n \"can_update_tasks\": false,\n \"can_update_taxes\": false,\n \"can_update_time_sheets\": false,\n \"can_update_unit_types\": false,\n \"can_update_vehicle_body_types\": false,\n \"can_update_vehicle_colors\": false,\n \"can_update_vehicle_documents\": false,\n \"can_update_vehicle_fuel_types\": false,\n \"can_update_vehicle_mile_and_kms\": false,\n \"can_update_vehicle_transmissions\": false,\n \"can_update_vehicles\": false,\n \"can_update_vendor_credits\": false,\n \"can_update_vendors\": false,\n \"can_view_appointments\": false,\n \"can_view_bills\": false,\n \"can_view_check_point_labels\": false,\n \"can_view_credit_notes\": false,\n \"can_view_customers\": false,\n \"can_view_departments\": false,\n \"can_view_document_types\": false,\n \"can_view_employees\": false,\n \"can_view_estimates\": false,\n \"can_view_expense_items\": false,\n \"can_view_expenses\": false,\n \"can_view_holidays\": false,\n \"can_view_inspection_categories\": false,\n \"can_view_inspection_check_points\": false,\n \"can_view_inspections\": false,\n \"can_view_insurance_types\": false,\n \"can_view_inventory_adjustments\": false,\n \"can_view_inventory_categories\": false,\n \"can_view_invoice_documents\": false,\n \"can_view_invoice_labels\": false,\n \"can_view_invoice_notes\": false,\n \"can_view_invoice_sequences\": false,\n \"can_view_invoices\": false,\n \"can_view_job_cards\": false,\n \"can_view_labels\": false,\n \"can_view_labor_rates\": false,\n \"can_view_make_and_models\": false,\n \"can_view_parts\": false,\n \"can_view_payment_mades\": false,\n \"can_view_payment_modes\": false,\n \"can_view_payment_recieveds\": false,\n \"can_view_payment_terms\": false,\n \"can_view_purchase_orders\": false,\n \"can_view_quick_notes\": false,\n \"can_view_quick_remarks\": false,\n \"can_view_reasons\": false,\n \"can_view_referral_sources\": false,\n \"can_view_service_group_includes\": false,\n \"can_view_service_group_parts\": false,\n \"can_view_service_group_pricings\": false,\n \"can_view_service_group_services\": false,\n \"can_view_service_groups\": false,\n \"can_view_services\": false,\n \"can_view_settings\": false,\n \"can_view_shop_calenders\": false,\n \"can_view_shop_timings\": false,\n \"can_view_shop_types\": false,\n \"can_view_task_sections\": false,\n \"can_view_task_types\": false,\n \"can_view_tasks\": false,\n \"can_view_taxes\": false,\n \"can_view_time_sheets\": false,\n \"can_view_unit_types\": false,\n \"can_view_vehicle_body_types\": false,\n \"can_view_vehicle_colors\": false,\n \"can_view_vehicle_documents\": false,\n \"can_view_vehicle_fuel_types\": false,\n \"can_view_vehicle_mile_and_kms\": false,\n \"can_view_vehicle_transmissions\": false,\n \"can_view_vehicles\": false,\n \"can_view_vendor_credits\": false,\n \"can_view_vendors\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "98a8d9f4-35bb-499f-bab6-152e42324850",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/employees/{{id}}/update-permissions",
"host": [
"{{base_url}}"
],
"path": [
"api",
"employees",
"{{id}}",
"update-permissions"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"can_create_appointments\": false,\n \"can_create_bills\": false,\n \"can_create_check_point_labels\": false,\n \"can_create_credit_notes\": false,\n \"can_create_customers\": false,\n \"can_create_departments\": false,\n \"can_create_document_types\": false,\n \"can_create_employees\": false,\n \"can_create_estimates\": false,\n \"can_create_expense_items\": false,\n \"can_create_expenses\": false,\n \"can_create_holidays\": false,\n \"can_create_inspection_categories\": false,\n \"can_create_inspection_check_points\": false,\n \"can_create_inspections\": false,\n \"can_create_insurance_types\": false,\n \"can_create_inventory_adjustments\": false,\n \"can_create_inventory_categories\": false,\n \"can_create_invoice_documents\": false,\n \"can_create_invoice_labels\": false,\n \"can_create_invoice_notes\": false,\n \"can_create_invoice_sequences\": false,\n \"can_create_invoices\": false,\n \"can_create_job_cards\": false,\n \"can_create_labels\": false,\n \"can_create_labor_rates\": false,\n \"can_create_make_and_models\": false,\n \"can_create_parts\": false,\n \"can_create_payment_mades\": false,\n \"can_create_payment_modes\": false,\n \"can_create_payment_recieveds\": false,\n \"can_create_payment_terms\": false,\n \"can_create_purchase_orders\": false,\n \"can_create_quick_notes\": false,\n \"can_create_quick_remarks\": false,\n \"can_create_reasons\": false,\n \"can_create_referral_sources\": false,\n \"can_create_service_group_includes\": false,\n \"can_create_service_group_parts\": false,\n \"can_create_service_group_pricings\": false,\n \"can_create_service_group_services\": false,\n \"can_create_service_groups\": false,\n \"can_create_services\": false,\n \"can_create_settings\": false,\n \"can_create_shop_calenders\": false,\n \"can_create_shop_timings\": false,\n \"can_create_shop_types\": false,\n \"can_create_task_sections\": false,\n \"can_create_task_types\": false,\n \"can_create_tasks\": false,\n \"can_create_taxes\": false,\n \"can_create_time_sheets\": false,\n \"can_create_unit_types\": false,\n \"can_create_vehicle_body_types\": false,\n \"can_create_vehicle_colors\": false,\n \"can_create_vehicle_documents\": false,\n \"can_create_vehicle_fuel_types\": false,\n \"can_create_vehicle_mile_and_kms\": false,\n \"can_create_vehicle_transmissions\": false,\n \"can_create_vehicles\": false,\n \"can_create_vendor_credits\": false,\n \"can_create_vendors\": false,\n \"can_delete_appointments\": false,\n \"can_delete_bills\": false,\n \"can_delete_check_point_labels\": false,\n \"can_delete_credit_notes\": false,\n \"can_delete_customers\": false,\n \"can_delete_departments\": false,\n \"can_delete_document_types\": false,\n \"can_delete_employees\": false,\n \"can_delete_estimates\": false,\n \"can_delete_expense_items\": false,\n \"can_delete_expenses\": false,\n \"can_delete_holidays\": false,\n \"can_delete_inspection_categories\": false,\n \"can_delete_inspection_check_points\": false,\n \"can_delete_inspections\": false,\n \"can_delete_insurance_types\": false,\n \"can_delete_inventory_adjustments\": false,\n \"can_delete_inventory_categories\": false,\n \"can_delete_invoice_documents\": false,\n \"can_delete_invoice_labels\": false,\n \"can_delete_invoice_notes\": false,\n \"can_delete_invoice_sequences\": false,\n \"can_delete_invoices\": false,\n \"can_delete_job_cards\": false,\n \"can_delete_labels\": false,\n \"can_delete_labor_rates\": false,\n \"can_delete_make_and_models\": false,\n \"can_delete_parts\": false,\n \"can_delete_payment_mades\": false,\n \"can_delete_payment_modes\": false,\n \"can_delete_payment_recieveds\": false,\n \"can_delete_payment_terms\": false,\n \"can_delete_purchase_orders\": false,\n \"can_delete_quick_notes\": false,\n \"can_delete_quick_remarks\": false,\n \"can_delete_reasons\": false,\n \"can_delete_referral_sources\": false,\n \"can_delete_service_group_includes\": false,\n \"can_delete_service_group_parts\": false,\n \"can_delete_service_group_pricings\": false,\n \"can_delete_service_group_services\": false,\n \"can_delete_service_groups\": false,\n \"can_delete_services\": false,\n \"can_delete_settings\": false,\n \"can_delete_shop_calenders\": false,\n \"can_delete_shop_timings\": false,\n \"can_delete_shop_types\": false,\n \"can_delete_task_sections\": false,\n \"can_delete_task_types\": false,\n \"can_delete_tasks\": false,\n \"can_delete_taxes\": false,\n \"can_delete_time_sheets\": false,\n \"can_delete_unit_types\": false,\n \"can_delete_vehicle_body_types\": false,\n \"can_delete_vehicle_colors\": false,\n \"can_delete_vehicle_documents\": false,\n \"can_delete_vehicle_fuel_types\": false,\n \"can_delete_vehicle_mile_and_kms\": false,\n \"can_delete_vehicle_transmissions\": false,\n \"can_delete_vehicles\": false,\n \"can_delete_vendor_credits\": false,\n \"can_delete_vendors\": false,\n \"can_update_appointments\": false,\n \"can_update_bills\": false,\n \"can_update_check_point_labels\": false,\n \"can_update_credit_notes\": false,\n \"can_update_customers\": false,\n \"can_update_departments\": false,\n \"can_update_document_types\": false,\n \"can_update_employees\": false,\n \"can_update_estimates\": false,\n \"can_update_expense_items\": false,\n \"can_update_expenses\": false,\n \"can_update_holidays\": false,\n \"can_update_inspection_categories\": false,\n \"can_update_inspection_check_points\": false,\n \"can_update_inspections\": false,\n \"can_update_insurance_types\": false,\n \"can_update_inventory_adjustments\": false,\n \"can_update_inventory_categories\": false,\n \"can_update_invoice_documents\": false,\n \"can_update_invoice_labels\": false,\n \"can_update_invoice_notes\": false,\n \"can_update_invoice_sequences\": false,\n \"can_update_invoices\": false,\n \"can_update_job_cards\": false,\n \"can_update_labels\": false,\n \"can_update_labor_rates\": false,\n \"can_update_make_and_models\": false,\n \"can_update_parts\": false,\n \"can_update_payment_mades\": false,\n \"can_update_payment_modes\": false,\n \"can_update_payment_recieveds\": false,\n \"can_update_payment_terms\": false,\n \"can_update_purchase_orders\": false,\n \"can_update_quick_notes\": false,\n \"can_update_quick_remarks\": false,\n \"can_update_reasons\": false,\n \"can_update_referral_sources\": false,\n \"can_update_service_group_includes\": false,\n \"can_update_service_group_parts\": false,\n \"can_update_service_group_pricings\": false,\n \"can_update_service_group_services\": false,\n \"can_update_service_groups\": false,\n \"can_update_services\": false,\n \"can_update_settings\": false,\n \"can_update_shop_calenders\": false,\n \"can_update_shop_timings\": false,\n \"can_update_shop_types\": false,\n \"can_update_task_sections\": false,\n \"can_update_task_types\": false,\n \"can_update_tasks\": false,\n \"can_update_taxes\": false,\n \"can_update_time_sheets\": false,\n \"can_update_unit_types\": false,\n \"can_update_vehicle_body_types\": false,\n \"can_update_vehicle_colors\": false,\n \"can_update_vehicle_documents\": false,\n \"can_update_vehicle_fuel_types\": false,\n \"can_update_vehicle_mile_and_kms\": false,\n \"can_update_vehicle_transmissions\": false,\n \"can_update_vehicles\": false,\n \"can_update_vendor_credits\": false,\n \"can_update_vendors\": false,\n \"can_view_appointments\": false,\n \"can_view_bills\": false,\n \"can_view_check_point_labels\": false,\n \"can_view_credit_notes\": false,\n \"can_view_customers\": false,\n \"can_view_departments\": false,\n \"can_view_document_types\": false,\n \"can_view_employees\": false,\n \"can_view_estimates\": false,\n \"can_view_expense_items\": false,\n \"can_view_expenses\": false,\n \"can_view_holidays\": false,\n \"can_view_inspection_categories\": false,\n \"can_view_inspection_check_points\": false,\n \"can_view_inspections\": false,\n \"can_view_insurance_types\": false,\n \"can_view_inventory_adjustments\": false,\n \"can_view_inventory_categories\": false,\n \"can_view_invoice_documents\": false,\n \"can_view_invoice_labels\": false,\n \"can_view_invoice_notes\": false,\n \"can_view_invoice_sequences\": false,\n \"can_view_invoices\": false,\n \"can_view_job_cards\": false,\n \"can_view_labels\": false,\n \"can_view_labor_rates\": false,\n \"can_view_make_and_models\": false,\n \"can_view_parts\": false,\n \"can_view_payment_mades\": false,\n \"can_view_payment_modes\": false,\n \"can_view_payment_recieveds\": false,\n \"can_view_payment_terms\": false,\n \"can_view_purchase_orders\": false,\n \"can_view_quick_notes\": false,\n \"can_view_quick_remarks\": false,\n \"can_view_reasons\": false,\n \"can_view_referral_sources\": false,\n \"can_view_service_group_includes\": false,\n \"can_view_service_group_parts\": false,\n \"can_view_service_group_pricings\": false,\n \"can_view_service_group_services\": false,\n \"can_view_service_groups\": false,\n \"can_view_services\": false,\n \"can_view_settings\": false,\n \"can_view_shop_calenders\": false,\n \"can_view_shop_timings\": false,\n \"can_view_shop_types\": false,\n \"can_view_task_sections\": false,\n \"can_view_task_types\": false,\n \"can_view_tasks\": false,\n \"can_view_taxes\": false,\n \"can_view_time_sheets\": false,\n \"can_view_unit_types\": false,\n \"can_view_vehicle_body_types\": false,\n \"can_view_vehicle_colors\": false,\n \"can_view_vehicle_documents\": false,\n \"can_view_vehicle_fuel_types\": false,\n \"can_view_vehicle_mile_and_kms\": false,\n \"can_view_vehicle_transmissions\": false,\n \"can_view_vehicles\": false,\n \"can_view_vendor_credits\": false,\n \"can_view_vendors\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Employee permissions updated successfully.\",\n \"data\": {\n \"id\": 1,\n \"type\": \"employee\",\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane.smith@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Technician\",\n \"salary\": \"5000.00\",\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"status\": \"active\",\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": null,\n \"shop_timing_id\": null,\n \"geo_fence_radius\": null,\n \"can_create_appointments\": false,\n \"can_create_bills\": false,\n \"can_create_check_point_labels\": false,\n \"can_create_credit_notes\": false,\n \"can_create_customers\": false,\n \"can_create_departments\": false,\n \"can_create_document_types\": false,\n \"can_create_employees\": false,\n \"can_create_estimates\": true,\n \"can_create_expense_items\": false,\n \"can_create_expenses\": false,\n \"can_create_holidays\": false,\n \"can_create_inspection_categories\": false,\n \"can_create_inspection_check_points\": false,\n \"can_create_inspections\": false,\n \"can_create_insurance_types\": false,\n \"can_create_inventory_adjustments\": false,\n \"can_create_inventory_categories\": false,\n \"can_create_invoice_documents\": false,\n \"can_create_invoice_labels\": false,\n \"can_create_invoice_notes\": false,\n \"can_create_invoice_sequences\": false,\n \"can_create_invoices\": false,\n \"can_create_job_cards\": false,\n \"can_create_labels\": false,\n \"can_create_labor_rates\": false,\n \"can_create_make_and_models\": false,\n \"can_create_parts\": false,\n \"can_create_payment_mades\": false,\n \"can_create_payment_modes\": false,\n \"can_create_payment_recieveds\": false,\n \"can_create_payment_terms\": false,\n \"can_create_purchase_orders\": false,\n \"can_create_quick_notes\": false,\n \"can_create_quick_remarks\": false,\n \"can_create_reasons\": false,\n \"can_create_referral_sources\": false,\n \"can_create_service_group_includes\": false,\n \"can_create_service_group_parts\": false,\n \"can_create_service_group_pricings\": false,\n \"can_create_service_group_services\": false,\n \"can_create_service_groups\": false,\n \"can_create_services\": false,\n \"can_create_settings\": false,\n \"can_create_shop_calenders\": false,\n \"can_create_shop_timings\": false,\n \"can_create_shop_types\": false,\n \"can_create_task_sections\": false,\n \"can_create_task_types\": false,\n \"can_create_tasks\": false,\n \"can_create_taxes\": false,\n \"can_create_time_sheets\": false,\n \"can_create_unit_types\": false,\n \"can_create_vehicle_body_types\": false,\n \"can_create_vehicle_colors\": false,\n \"can_create_vehicle_documents\": false,\n \"can_create_vehicle_fuel_types\": false,\n \"can_create_vehicle_mile_and_kms\": false,\n \"can_create_vehicle_transmissions\": false,\n \"can_create_vehicles\": false,\n \"can_create_vendor_credits\": false,\n \"can_create_vendors\": false,\n \"can_delete_appointments\": false,\n \"can_delete_bills\": false,\n \"can_delete_check_point_labels\": false,\n \"can_delete_credit_notes\": false,\n \"can_delete_customers\": false,\n \"can_delete_departments\": false,\n \"can_delete_document_types\": false,\n \"can_delete_employees\": false,\n \"can_delete_estimates\": false,\n \"can_delete_expense_items\": false,\n \"can_delete_expenses\": false,\n \"can_delete_holidays\": false,\n \"can_delete_inspection_categories\": false,\n \"can_delete_inspection_check_points\": false,\n \"can_delete_inspections\": false,\n \"can_delete_insurance_types\": false,\n \"can_delete_inventory_adjustments\": false,\n \"can_delete_inventory_categories\": false,\n \"can_delete_invoice_documents\": false,\n \"can_delete_invoice_labels\": false,\n \"can_delete_invoice_notes\": false,\n \"can_delete_invoice_sequences\": false,\n \"can_delete_invoices\": false,\n \"can_delete_job_cards\": false,\n \"can_delete_labels\": false,\n \"can_delete_labor_rates\": false,\n \"can_delete_make_and_models\": false,\n \"can_delete_parts\": false,\n \"can_delete_payment_mades\": false,\n \"can_delete_payment_modes\": false,\n \"can_delete_payment_recieveds\": false,\n \"can_delete_payment_terms\": false,\n \"can_delete_purchase_orders\": false,\n \"can_delete_quick_notes\": false,\n \"can_delete_quick_remarks\": false,\n \"can_delete_reasons\": false,\n \"can_delete_referral_sources\": false,\n \"can_delete_service_group_includes\": false,\n \"can_delete_service_group_parts\": false,\n \"can_delete_service_group_pricings\": false,\n \"can_delete_service_group_services\": false,\n \"can_delete_service_groups\": false,\n \"can_delete_services\": false,\n \"can_delete_settings\": false,\n \"can_delete_shop_calenders\": false,\n \"can_delete_shop_timings\": false,\n \"can_delete_shop_types\": false,\n \"can_delete_task_sections\": false,\n \"can_delete_task_types\": false,\n \"can_delete_tasks\": false,\n \"can_delete_taxes\": false,\n \"can_delete_time_sheets\": false,\n \"can_delete_unit_types\": false,\n \"can_delete_vehicle_body_types\": false,\n \"can_delete_vehicle_colors\": false,\n \"can_delete_vehicle_documents\": false,\n \"can_delete_vehicle_fuel_types\": false,\n \"can_delete_vehicle_mile_and_kms\": false,\n \"can_delete_vehicle_transmissions\": false,\n \"can_delete_vehicles\": false,\n \"can_delete_vendor_credits\": false,\n \"can_delete_vendors\": false,\n \"can_update_appointments\": false,\n \"can_update_bills\": false,\n \"can_update_check_point_labels\": false,\n \"can_update_credit_notes\": false,\n \"can_update_customers\": false,\n \"can_update_departments\": false,\n \"can_update_document_types\": false,\n \"can_update_employees\": false,\n \"can_update_estimates\": false,\n \"can_update_expense_items\": false,\n \"can_update_expenses\": false,\n \"can_update_holidays\": false,\n \"can_update_inspection_categories\": false,\n \"can_update_inspection_check_points\": false,\n \"can_update_inspections\": false,\n \"can_update_insurance_types\": false,\n \"can_update_inventory_adjustments\": false,\n \"can_update_inventory_categories\": false,\n \"can_update_invoice_documents\": false,\n \"can_update_invoice_labels\": false,\n \"can_update_invoice_notes\": false,\n \"can_update_invoice_sequences\": false,\n \"can_update_invoices\": false,\n \"can_update_job_cards\": false,\n \"can_update_labels\": false,\n \"can_update_labor_rates\": false,\n \"can_update_make_and_models\": false,\n \"can_update_parts\": false,\n \"can_update_payment_mades\": false,\n \"can_update_payment_modes\": false,\n \"can_update_payment_recieveds\": false,\n \"can_update_payment_terms\": false,\n \"can_update_purchase_orders\": false,\n \"can_update_quick_notes\": false,\n \"can_update_quick_remarks\": false,\n \"can_update_reasons\": false,\n \"can_update_referral_sources\": false,\n \"can_update_service_group_includes\": false,\n \"can_update_service_group_parts\": false,\n \"can_update_service_group_pricings\": false,\n \"can_update_service_group_services\": false,\n \"can_update_service_groups\": false,\n \"can_update_services\": false,\n \"can_update_settings\": false,\n \"can_update_shop_calenders\": false,\n \"can_update_shop_timings\": false,\n \"can_update_shop_types\": false,\n \"can_update_task_sections\": false,\n \"can_update_task_types\": false,\n \"can_update_tasks\": false,\n \"can_update_taxes\": false,\n \"can_update_time_sheets\": false,\n \"can_update_unit_types\": false,\n \"can_update_vehicle_body_types\": false,\n \"can_update_vehicle_colors\": false,\n \"can_update_vehicle_documents\": false,\n \"can_update_vehicle_fuel_types\": false,\n \"can_update_vehicle_mile_and_kms\": false,\n \"can_update_vehicle_transmissions\": false,\n \"can_update_vehicles\": false,\n \"can_update_vendor_credits\": false,\n \"can_update_vendors\": false,\n \"can_view_appointments\": false,\n \"can_view_bills\": false,\n \"can_view_check_point_labels\": false,\n \"can_view_credit_notes\": false,\n \"can_view_customers\": true,\n \"can_view_departments\": false,\n \"can_view_document_types\": false,\n \"can_view_employees\": false,\n \"can_view_estimates\": false,\n \"can_view_expense_items\": false,\n \"can_view_expenses\": false,\n \"can_view_holidays\": false,\n \"can_view_inspection_categories\": false,\n \"can_view_inspection_check_points\": false,\n \"can_view_inspections\": false,\n \"can_view_insurance_types\": false,\n \"can_view_inventory_adjustments\": false,\n \"can_view_inventory_categories\": false,\n \"can_view_invoice_documents\": false,\n \"can_view_invoice_labels\": false,\n \"can_view_invoice_notes\": false,\n \"can_view_invoice_sequences\": false,\n \"can_view_invoices\": false,\n \"can_view_job_cards\": true,\n \"can_view_labels\": false,\n \"can_view_labor_rates\": false,\n \"can_view_make_and_models\": false,\n \"can_view_parts\": false,\n \"can_view_payment_mades\": false,\n \"can_view_payment_modes\": false,\n \"can_view_payment_recieveds\": false,\n \"can_view_payment_terms\": false,\n \"can_view_purchase_orders\": false,\n \"can_view_quick_notes\": false,\n \"can_view_quick_remarks\": false,\n \"can_view_reasons\": false,\n \"can_view_referral_sources\": false,\n \"can_view_service_group_includes\": false,\n \"can_view_service_group_parts\": false,\n \"can_view_service_group_pricings\": false,\n \"can_view_service_group_services\": false,\n \"can_view_service_groups\": false,\n \"can_view_services\": false,\n \"can_view_settings\": false,\n \"can_view_shop_calenders\": false,\n \"can_view_shop_timings\": false,\n \"can_view_shop_types\": false,\n \"can_view_task_sections\": false,\n \"can_view_task_types\": false,\n \"can_view_tasks\": false,\n \"can_view_taxes\": false,\n \"can_view_time_sheets\": false,\n \"can_view_unit_types\": false,\n \"can_view_vehicle_body_types\": false,\n \"can_view_vehicle_colors\": false,\n \"can_view_vehicle_documents\": false,\n \"can_view_vehicle_fuel_types\": false,\n \"can_view_vehicle_mile_and_kms\": false,\n \"can_view_vehicle_transmissions\": false,\n \"can_view_vehicles\": false,\n \"can_view_vendor_credits\": false,\n \"can_view_vendors\": false,\n \"has_active_time_sheet\": false,\n \"active_time_sheet\": null,\n \"department\": {\n \"id\": 1,\n \"name\": \"Service Department\"\n },\n \"shop_calender\": null,\n \"shop_timing\": null,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T11:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "89b2a802-d24e-4da7-8099-77bfaf19f4be",
"name": "Unit Types",
"item": [
{
"id": "0dc6c3cc-266f-4a0f-8ed3-d4cf85661fcf",
"name": "Display a listing of unit types.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unit-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unit-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "1768ec05-d2aa-4a5b-a0fd-bc30c438cf16",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unit-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unit-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Each\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "2f3bc58c-bd06-4fdd-88ab-d5190672cdb4",
"name": "Store a newly created unit type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unit-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unit-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Each\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7c44f52e-116b-4ca5-9bd9-b05cf7571353",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unit-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unit-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Each\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Each\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "47beb294-d1e9-4a7e-860e-2b9fe1c16835",
"name": "Update the specified unit type.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unit-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unit-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Each\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b95f55a9-4963-4be8-a98a-eb5a76c685d4",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unit-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unit-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Each\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Each\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "ecae09e3-9118-41b5-8690-b3a8af5d354f",
"name": "Remove the specified unit type.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unit-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unit-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "cd65007f-76b9-4fb4-8a70-e919a9524d61",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/unit-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"unit-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "fc8a11c5-61ea-4330-a1e7-01b61f917210",
"name": "Set Favorite Unit Type",
"item": [
{
"id": "b976671c-348c-4eb1-8291-e8baf64f6b14",
"name": "Mark a unit type as favorite.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-favorite-unit-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-favorite-unit-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "1efaac66-6936-43cd-89ae-fdbc61c6cea3",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-favorite-unit-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-favorite-unit-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Each\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "91b15839-f543-4a1c-95ca-a9299e992bdb",
"name": "Remove Favorite Unit Type",
"item": [
{
"id": "9addd356-ac2c-4d1d-b599-bd35dbecf78c",
"name": "Remove favorite flag from a unit type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-favorite-unit-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-favorite-unit-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "301cbb68-206f-4275-8a32-0cb407e9dda1",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-favorite-unit-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-favorite-unit-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Each\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "a27c85fc-6e78-430f-8028-1657c11c5981",
"name": "Inventory Categories",
"item": [
{
"id": "43a5fdab-4910-4973-b290-96f2de2d2a03",
"name": "Display a listing of inventory categories.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-categories",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-categories"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "71704345-7e2b-454c-9fd1-66277ee7fbc6",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-categories",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-categories"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"title\": \"Engine Parts\",\n \"image\": \"string\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "20ddfd3a-eab9-4e0c-a711-08f81c4617c1",
"name": "Store a newly created inventory category.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-categories",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-categories"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Oil & Fluids\",\n \"shop_type_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "751b4a97-e8bd-4ede-a96b-6811a6e0db78",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-categories",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-categories"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Oil & Fluids\",\n \"shop_type_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"title\": \"Engine Parts\",\n \"image\": \"string\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "430a13b9-65b4-4aa4-9693-0ca6b559d2ec",
"name": "Update the specified inventory category.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-categories/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-categories",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Oil & Fluids\",\n \"shop_type_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7e0abeb6-1f53-4c08-be6f-18293b2f0516",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-categories/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-categories",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Oil & Fluids\",\n \"shop_type_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"title\": \"Engine Parts\",\n \"image\": \"string\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "54b662c2-d2c6-481a-91ea-13eee453e5d0",
"name": "Remove the specified inventory category.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-categories/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-categories",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "3d98932b-00a2-490d-941c-5bab089812c4",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-categories/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-categories",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "b51b1236-27e4-483d-93a7-202e772f0c73",
"name": "Set Favorite Inventory Category",
"item": [
{
"id": "b51e16d4-0a8a-4b73-81c2-f15312292134",
"name": "Mark an inventory category as favorite.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-favorite-inventory-category",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-favorite-inventory-category"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "39ad54d7-bef0-4ccc-9762-f033ee9906c8",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-favorite-inventory-category",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-favorite-inventory-category"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"title\": \"Engine Parts\",\n \"image\": \"string\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "a2f8d7a6-1200-48c5-ae4b-690efb425904",
"name": "Remove Favorite Inventory Category",
"item": [
{
"id": "56532dbd-ed05-40a3-95fe-68268e9e8649",
"name": "Remove favorite flag from an inventory category.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-favorite-inventory-category",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-favorite-inventory-category"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "c78cc4af-6590-4904-90b6-8c3089adae2e",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-favorite-inventory-category",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-favorite-inventory-category"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"title\": \"Engine Parts\",\n \"image\": \"string\",\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "4476e812-8dc5-4319-9736-502d6ef1a275",
"name": "Labor Rates",
"item": [
{
"id": "b00ecd53-eaf8-4642-a66e-c484e433c03f",
"name": "Display a listing of labor rates.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labor-rates",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labor-rates"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c443e829-3fb2-466e-b04a-c8d0a61fe831",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labor-rates",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labor-rates"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Standard Labor Rate\",\n \"rate\": 50,\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "a97ee92e-f018-4463-a34f-055670135e9b",
"name": "Store a newly created labor rate.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labor-rates",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labor-rates"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Standard Labor\",\n \"rate\": 75.0\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "9f3a558e-26d0-46cc-8c89-ad1876a67024",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labor-rates",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labor-rates"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Standard Labor\",\n \"rate\": 75.0\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Labor Rate\",\n \"rate\": 50,\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "29dd2283-369b-4a9e-bec2-022ec6f5c22b",
"name": "Update the specified labor rate.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labor-rates/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labor-rates",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Standard Labor\",\n \"rate\": 75.0\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "54ce5a83-c16e-4845-bba3-f401e44e8699",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labor-rates/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labor-rates",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Standard Labor\",\n \"rate\": 75.0\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Labor Rate\",\n \"rate\": 50,\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "a392cbd0-eeba-4b04-9009-04a0470741d9",
"name": "Remove the specified labor rate.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labor-rates/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labor-rates",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "5d5efe6c-0542-4903-b9a5-37ab5d99aaa3",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labor-rates/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labor-rates",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "7acf3c09-4654-4d0d-9bbf-b67f67a0a3d3",
"name": "Set Favorite Labor Rate",
"item": [
{
"id": "f3832d12-89ac-441b-b7d1-b84a8be5ff2b",
"name": "Mark a labor rate as favorite.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-favorite-labor-rate",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-favorite-labor-rate"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "4b69f93d-4535-4721-bb9f-e44f8f38bfbf",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-favorite-labor-rate",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-favorite-labor-rate"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Labor Rate\",\n \"rate\": 50,\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "a6da206e-8014-4bba-a6c4-6b5324a5b24e",
"name": "Remove Favorite Labor Rate",
"item": [
{
"id": "cdcff1bb-0f80-455f-949c-764aa3970263",
"name": "Remove favorite flag from a labor rate.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-favorite-labor-rate",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-favorite-labor-rate"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ad4181d4-96ac-408f-9e94-2441364b62a3",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-favorite-labor-rate",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-favorite-labor-rate"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Labor Rate\",\n \"rate\": 50,\n \"is_favorite\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "29e4651d-34e0-435a-a9dd-d569195e5627",
"name": "Vendors",
"item": [
{
"id": "c5f38055-f917-4e20-9325-35951b0f78f7",
"name": "Display a listing of vendors.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendors",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendors"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "97d1eedb-70c4-4355-8955-d8d73b143622",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendors",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendors"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "f241cf5d-0066-4ed1-b326-822416aff641",
"name": "Store a newly created vendor.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendors",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendors"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"payment_terms_id\": 1,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e7267365-7160-486d-bb92-c378e210e2a4",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendors",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendors"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"payment_terms_id\": 1,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "77b00434-fd2f-4493-bb64-a75b849550f0",
"name": "Update the specified vendor.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendors/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendors",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"payment_terms_id\": 1,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "c9e29825-e0bd-4cd5-a96b-484413192a06",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendors/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendors",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"payment_terms_id\": 1,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "dceaab58-2f27-460e-80e0-af340a79541c",
"name": "Remove the specified vendor.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendors/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendors",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "489b4140-235c-499b-82b7-9a0568626249",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendors/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendors",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "4cd80c58-5331-4a72-91e4-3e0134b02e7e",
"name": "Toggle Vendor Status",
"item": [
{
"id": "f1f3654b-3f40-4a96-9b23-e40ff10ccf74",
"name": "POST /api/toggle-vendor-status",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-vendor-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-vendor-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "42b52ce4-4d31-44b4-b05d-d558092da18c",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-vendor-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-vendor-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "e4b72a9c-4d15-4ef3-8ea8-56d349e841f7",
"name": "Create Vendor Address",
"item": [
{
"id": "e314ad83-c37b-4f26-ab93-3d3d3a8009d6",
"name": "POST /api/create-vendor-address",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/create-vendor-address",
"host": [
"{{base_url}}"
],
"path": [
"api",
"create-vendor-address"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vendor_id\": 1,\n \"address_line_1\": \"123 Main Street\",\n \"address_line_2\": \"Suite 100\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"00000\",\n \"phone_number\": \"+971501234567\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "487239d9-1c37-4d4b-8906-3b2d5cb424eb",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/create-vendor-address",
"host": [
"{{base_url}}"
],
"path": [
"api",
"create-vendor-address"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vendor_id\": 1,\n \"address_line_1\": \"123 Main Street\",\n \"address_line_2\": \"Suite 100\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"00000\",\n \"phone_number\": \"+971501234567\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"salutation\": \"Mr.\",\n \"first_name\": \"Ali\",\n \"last_name\": \"Hassan\",\n \"company_name\": \"Hassan Parts Co.\",\n \"email\": \"ali@example.com\",\n \"phone\": \"+971501234567\",\n \"alternate_phone\": \"string\",\n \"opening_balance\": 0,\n \"credit_limit\": 0,\n \"website\": \"string\",\n \"referral_source_id\": 1,\n \"payment_terms_id\": 1,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "dc39cc64-ff7a-4fa8-8f28-061ac1ab1740",
"name": "Vendor Address",
"item": [
{
"id": "554d559e-d584-4a9c-95ed-1c6e89dfceae",
"name": "GET /api/vendor-address/{id}",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"description": "Path `id` is the **vendor id** (not the address id). Returns the first `vendor_addresses` row for that vendor with `country` and `state` loaded, or `data: null` if none.",
"url": {
"raw": "{{base_url}}/api/vendor-address/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-address",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "ec7b58b6-689c-49eb-80ef-3608139900b7",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-address/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-address",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": {\n \"id\": 1,\n \"vendor_id\": 1,\n \"title\": \"Main warehouse\",\n \"address_line_1\": \"123 Industrial Rd\",\n \"address_line_2\": null,\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"00000\",\n \"phone_number\": \"+971501234567\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\",\n \"country\": {\n \"id\": 1,\n \"name\": \"United Arab Emirates\"\n },\n \"state\": {\n \"id\": 1,\n \"name\": \"Dubai\"\n }\n }\n}"
}
]
}
]
},
{
"id": "84319c2d-815f-4f6e-b17e-de2f9846d86f",
"name": "Inspection Categories",
"item": [
{
"id": "0c95575d-de1e-4125-8a47-b417ee0fc041",
"name": "GET /api/inspection-categories",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-categories",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-categories"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "31d47f00-c128-4b80-ad86-ace2d3eb5432",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-categories",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-categories"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"inspection_name\": \"Safety Inspection\",\n \"inventory_category_id\": 1,\n \"shop_type_id\": 1,\n \"item_code\": \"INSP-CAT-001\",\n \"unit_type_id\": 1,\n \"labor_matrix\": \"string\",\n \"description\": \"string\",\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"sales_chart_of_account\": \"string\",\n \"selling_price\": 100,\n \"labor_hours\": 1,\n \"sales_information\": true,\n \"purchase_information\": false,\n \"purchase_price\": 1.0,\n \"purchase_chart_of_account\": \"string\",\n \"vendor_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "d701e95f-8e9e-4190-aa09-f27f116c0175",
"name": "Store a newly created inspection category.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-categories",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-categories"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "216642cd-846e-4b55-b157-07778cc1156e",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-categories",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-categories"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"inspection_name\": \"Safety Inspection\",\n \"inventory_category_id\": 1,\n \"shop_type_id\": 1,\n \"item_code\": \"INSP-CAT-001\",\n \"unit_type_id\": 1,\n \"labor_matrix\": \"string\",\n \"description\": \"string\",\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"sales_chart_of_account\": \"string\",\n \"selling_price\": 100,\n \"labor_hours\": 1,\n \"sales_information\": true,\n \"purchase_information\": false,\n \"purchase_price\": 1.0,\n \"purchase_chart_of_account\": \"string\",\n \"vendor_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "3f217236-3c3c-4f37-979f-72fad8f2cbe5",
"name": "Update the specified inspection category.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-categories/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-categories",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2b78b433-8018-446a-b3fb-e9189b3ddb4b",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-categories/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-categories",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"inspection_name\": \"Safety Inspection\",\n \"inventory_category_id\": 1,\n \"shop_type_id\": 1,\n \"item_code\": \"INSP-CAT-001\",\n \"unit_type_id\": 1,\n \"labor_matrix\": \"string\",\n \"description\": \"string\",\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"sales_chart_of_account\": \"string\",\n \"selling_price\": 100,\n \"labor_hours\": 1,\n \"sales_information\": true,\n \"purchase_information\": false,\n \"purchase_price\": 1.0,\n \"purchase_chart_of_account\": \"string\",\n \"vendor_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "0858f8b3-17b1-4034-ac19-c2ffe18a71ca",
"name": "Remove the specified inspection category.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-categories/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-categories",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "d0c8535f-afeb-4dee-a009-9bc9c8e73ca8",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-categories/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-categories",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "49a8c9f1-e335-47b7-af5f-c5ccd336bda8",
"name": "Inspections",
"item": [
{
"id": "4fac1ae6-5782-40d5-860a-1a221ec34e74",
"name": "Display a listing of inspections.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspections",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspections"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "7358d677-3d7a-44ac-97c6-e52ada850140",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspections",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspections"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"order_number\": \"INSP-001\",\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "b3ff5cb8-4c8f-47bb-aea9-d9cc3615c38f",
"name": "Store a newly created inspection.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspections",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspections"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b97fa035-c8bc-4b5d-9598-4759b87fe6f2",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspections",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspections"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"order_number\": \"INSP-001\",\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "1eff4f22-b2c3-47b6-850c-ecea3e8d3cfa",
"name": "Update the specified inspection.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspections/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspections",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "5d8fcde5-89cc-4c9a-a208-d58bdf7f75f6",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspections/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspections",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"order_number\": \"INSP-001\",\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "9300de65-c9ac-4db6-a905-684e930e7145",
"name": "Remove the specified inspection.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspections/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspections",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "e1e497f4-409b-4bbf-b38e-423bf86927ac",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspections/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspections",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "ebbd40cc-a44d-4f51-8d54-f5ee1202a8a6",
"name": "Change Inspection Status",
"item": [
{
"id": "837cc84b-b854-4100-9bed-a00dc9649097",
"name": "POST /api/change-inspection-status",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/change-inspection-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"change-inspection-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1,\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "440c1e28-7fbc-4960-8e67-83e803ef7bf1",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/change-inspection-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"change-inspection-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1,\n \"status\": \"in_progress\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Pre-Service Inspection\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"inspection_category_id\": 1,\n \"employee_id\": 1,\n \"order_number\": \"INSP-001\",\n \"date\": \"2026-03-31\",\n \"time\": \"09:00\",\n \"note\": \"string\",\n \"status\": \"in_progress\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "38f617f1-9754-4eb4-a045-3fcd05b26ef3",
"name": "Labels",
"item": [
{
"id": "6bb7a3a3-c3d9-4ec9-bcf8-b3eb8db5a39b",
"name": "Display a listing of labels.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labels",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labels"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "559bcf20-f723-4b60-aa5d-fb9cd141e287",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labels",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labels"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "1349196d-8792-4343-8152-bf1092b08dc3",
"name": "Store a newly created label.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labels",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labels"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7a2d1e62-2bee-49bb-9eb0-d2ffe823a5cf",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labels",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labels"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "b5aa9cd4-7899-4b09-bceb-362ec98378d5",
"name": "Update the specified label.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labels/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labels",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "528bb41b-fbd9-4913-8413-720680a10da2",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labels/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labels",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "6879aaf7-e039-439e-b4ce-09f6094ebd23",
"name": "Remove the specified label.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labels/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labels",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c80da52c-9f22-4b23-a04a-5bc26488109a",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/labels/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"labels",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "ab2412e1-fa8b-4f64-ad94-736f0580dfcc",
"name": "Insurance Types",
"item": [
{
"id": "b1e53711-dd22-4e2c-b5a0-2711d1c10336",
"name": "Display a listing of insurance types.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/insurance-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"insurance-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "0fdde881-7c5c-476e-a00f-31ccaed44c2d",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/insurance-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"insurance-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Comprehensive\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "ac36c1ad-3f78-4854-bd69-123b71fe2606",
"name": "Store a newly created insurance type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/insurance-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"insurance-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Third Party\",\n \"description\": \"Third party insurance coverage.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "a836aea8-97cc-4027-9823-fe1e30e0e845",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/insurance-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"insurance-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Third Party\",\n \"description\": \"Third party insurance coverage.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Comprehensive\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d4c90302-7b7e-495e-b85f-330bf3b583d2",
"name": "Update the specified insurance type.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/insurance-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"insurance-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Third Party\",\n \"description\": \"Third party insurance coverage.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "a803ab7a-2226-4687-b2d4-c3f9691d5f38",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/insurance-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"insurance-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Third Party\",\n \"description\": \"Third party insurance coverage.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Comprehensive\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "2120bc16-45b2-41a4-bd76-c6ea7117532f",
"name": "Remove the specified insurance type.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/insurance-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"insurance-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "93965eaf-a33b-4b8d-b6fa-451bbca8eb8e",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/insurance-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"insurance-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "75775ea6-06ae-4769-8a47-824521def6b1",
"name": "Estimates",
"item": [
{
"id": "61eeca5b-71e5-47d5-a7f8-6b87231a2b90",
"name": "Display a listing of estimates.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/estimates",
"host": [
"{{base_url}}"
],
"path": [
"api",
"estimates"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "f88502a6-a4cb-45f0-9159-9e7add9ee2d3",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/estimates",
"host": [
"{{base_url}}"
],
"path": [
"api",
"estimates"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Estimate for Toyota Camry\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"estimate_number\": \"EST-001\",\n \"date\": \"2026-03-31\",\n \"has_insurance\": false,\n \"enable_digital_authorisation\": false,\n \"insurance_type_id\": null,\n \"insurer_id\": null,\n \"service_writer_id\": 1,\n \"footer\": null,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\",\n \"labels\": [\n {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"pivot\": {\n \"estimate_id\": 1,\n \"label_id\": 1\n }\n }\n ],\n \"customer_remarks\": [\n {\n \"id\": 1,\n \"estimate_id\": 1,\n \"remark\": \"Oil change recommended.\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ]\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75,\n \"from\": 1,\n \"to\": 15\n }\n}"
}
]
},
{
"id": "e13a898a-e41c-49ff-8a43-308605525ebb",
"name": "Store a newly created estimate.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/estimates",
"host": [
"{{base_url}}"
],
"path": [
"api",
"estimates"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Estimate for Toyota Camry\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"estimate_number\": \"EST-001\",\n \"date\": \"2026-03-31\",\n \"has_insurance\": false,\n \"enable_digital_authorisation\": false,\n \"insurance_type_id\": null,\n \"insurer_id\": null,\n \"service_writer_id\": 1,\n \"footer\": \"Thank you for your business.\",\n \"label_ids\": [1, 2],\n \"remarks\": [\"Oil change recommended.\"]\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "807de2ae-56d0-45f5-a451-8a4a88de1959",
"name": "201 Created",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/estimates",
"host": [
"{{base_url}}"
],
"path": [
"api",
"estimates"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Estimate for Toyota Camry\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"estimate_number\": \"EST-001\",\n \"date\": \"2026-03-31\",\n \"has_insurance\": false,\n \"enable_digital_authorisation\": false,\n \"insurance_type_id\": null,\n \"insurer_id\": null,\n \"service_writer_id\": 1,\n \"footer\": \"Thank you for your business.\",\n \"label_ids\": [1, 2],\n \"remarks\": [\"Oil change recommended.\"]\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Estimate created successfully\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Estimate for Toyota Camry\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"estimate_number\": \"EST-001\",\n \"date\": \"2026-03-31\",\n \"has_insurance\": false,\n \"enable_digital_authorisation\": false,\n \"insurance_type_id\": null,\n \"insurer_id\": null,\n \"service_writer_id\": 1,\n \"footer\": \"Thank you for your business.\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\",\n \"labels\": [\n {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"pivot\": {\n \"estimate_id\": 1,\n \"label_id\": 1\n }\n }\n ],\n \"customer_remarks\": [\n {\n \"id\": 1,\n \"estimate_id\": 1,\n \"remark\": \"Oil change recommended.\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ]\n }\n}"
}
]
},
{
"id": "1d971423-d336-4956-9cb7-ad4694b76403",
"name": "Update the specified estimate.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/estimates/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"estimates",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Estimate for Toyota Camry (updated)\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"estimate_number\": \"EST-001\",\n \"date\": \"2026-03-31\",\n \"has_insurance\": true,\n \"enable_digital_authorisation\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"service_writer_id\": 1,\n \"footer\": \"Updated footer text.\",\n \"label_ids\": [1],\n \"remarks\": [\"Updated remark.\"]\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "141f80d4-030e-4fe6-9629-23e73895a5df",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/estimates/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"estimates",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Estimate for Toyota Camry (updated)\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"estimate_number\": \"EST-001\",\n \"date\": \"2026-03-31\",\n \"has_insurance\": true,\n \"enable_digital_authorisation\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"service_writer_id\": 1,\n \"footer\": \"Updated footer text.\",\n \"label_ids\": [1],\n \"remarks\": [\"Updated remark.\"]\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Estimate updated successfully\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Estimate for Toyota Camry (updated)\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"department_id\": 1,\n \"estimate_number\": \"EST-001\",\n \"date\": \"2026-03-31\",\n \"has_insurance\": true,\n \"enable_digital_authorisation\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"service_writer_id\": 1,\n \"footer\": \"Updated footer text.\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T11:00:00.000000Z\",\n \"labels\": [\n {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"pivot\": {\n \"estimate_id\": 1,\n \"label_id\": 1\n }\n }\n ],\n \"customer_remarks\": [\n {\n \"id\": 2,\n \"estimate_id\": 1,\n \"remark\": \"Updated remark.\",\n \"created_at\": \"2026-03-31T11:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T11:00:00.000000Z\"\n }\n ]\n }\n}"
}
]
},
{
"id": "d90bfe1d-cc73-4f9d-b3e7-993b315915b1",
"name": "Remove the specified estimate.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/estimates/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"estimates",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "afe10e9a-e37d-4dcc-a0ca-7dd585b093e4",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/estimates/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"estimates",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Estimate deleted successfully\"\n}"
}
]
}
]
},
{
"id": "c69767fa-64be-4fd6-bd7b-257271bef549",
"name": "Quick Remark",
"item": [
{
"id": "1e84a2ff-ac68-463f-b8cd-4c76431e42e7",
"name": "Display a listing of quick remarks.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c9af26be-8e06-47ee-8790-4df13732d968",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"description\": \"Please check tire pressure\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "f93eb299-27ea-464d-8137-8a2d509a67a4",
"name": "Store a newly created quick remark.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"description\": \"Check oil level.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "870462e5-bec8-4224-9da2-08d39133b21f",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"description\": \"Check oil level.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"description\": \"Please check tire pressure\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "9b588cf2-0c62-4c73-9de4-f4591c3a09dd",
"name": "Update the specified quick remark.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-remark/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-remark",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"description\": \"Check oil level.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "97f2cfc6-3cf9-4fcc-b82c-ad77fcd36984",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-remark/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-remark",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"description\": \"Check oil level.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"description\": \"Please check tire pressure\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d96e9a51-b2fb-4e98-bc87-f0e15c40ad85",
"name": "Remove the specified quick remark.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-remark/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-remark",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "7c465c6c-df3d-44b1-9616-592cfbea5a43",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-remark/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-remark",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "cd723ddd-d180-4809-8289-11adce4f38cd",
"name": "Quick Notes",
"item": [
{
"id": "12f672e5-99ac-489c-a877-ddc308a58641",
"name": "Display a listing of quick notes.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "7f35adc3-35b5-40d4-b4c0-422897d242ec",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"description\": \"Customer requests synthetic oil\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "97a0cfc8-d459-47d8-a6c9-eaa32421a8c0",
"name": "Store a newly created quick note.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"description\": \"Customer requested faster service.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "0e6a5746-7b9a-4d3d-bde6-c3732615f6e9",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"description\": \"Customer requested faster service.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"description\": \"Customer requests synthetic oil\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "554f79f6-607b-439b-a345-5e81d04bca93",
"name": "Update the specified quick note.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"description\": \"Customer requested faster service.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ba337acf-e476-4491-a5f3-94f15bee9d73",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"description\": \"Customer requested faster service.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"description\": \"Customer requests synthetic oil\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "bf085b1e-ea9d-4042-9966-385fbaa3515d",
"name": "Remove the specified quick note.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c97d0270-1511-4db4-8a4e-75ed92c5a99d",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/quick-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"quick-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "f51f387d-b93d-4a45-b548-732e0d0a91a1",
"name": "Check Point Label",
"item": [
{
"id": "d5b804ad-e896-4498-8f15-39061f3fc7d0",
"name": "Display a listing of check point labels.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/check-point-label",
"host": [
"{{base_url}}"
],
"path": [
"api",
"check-point-label"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "1c3820d7-dbff-4b88-ba86-629d1cd464f4",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/check-point-label",
"host": [
"{{base_url}}"
],
"path": [
"api",
"check-point-label"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Safety Check\",\n \"color_code\": \"#00FF00\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "c1404bca-e5bc-47b6-8705-8eb9835e9126",
"name": "Store a newly created check point label.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/check-point-label",
"host": [
"{{base_url}}"
],
"path": [
"api",
"check-point-label"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pass\",\n \"color_code\": \"#00FF00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "95d95a40-2966-4c92-b482-6efce0aaefda",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/check-point-label",
"host": [
"{{base_url}}"
],
"path": [
"api",
"check-point-label"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pass\",\n \"color_code\": \"#00FF00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Safety Check\",\n \"color_code\": \"#00FF00\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "1d9af18f-0f17-4cfc-9109-cba33a5cf396",
"name": "Update the specified check point label.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/check-point-label/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"check-point-label",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pass\",\n \"color_code\": \"#00FF00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2ea4ba22-5c77-4f89-8dc5-44819180c0f6",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/check-point-label/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"check-point-label",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pass\",\n \"color_code\": \"#00FF00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Safety Check\",\n \"color_code\": \"#00FF00\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "eefc5127-f440-4ef3-a575-f75a833ae93b",
"name": "Remove the specified check point label.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/check-point-label/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"check-point-label",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "75b0a0f5-9055-4168-b58e-5f353e20fd4d",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/check-point-label/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"check-point-label",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "4b65f5cf-a6a7-4de4-9b70-f8617032e9f5",
"name": "Inspection Check Points",
"item": [
{
"id": "0ffc1021-7eb0-4f26-9e48-8a01555807e0",
"name": "Display a listing of inspection check points.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "ca208e93-3d9f-4134-9270-f77898807928",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"Check oil level and condition\",\n \"record_type\": \"record_conditions\",\n \"condition_rate\": 1,\n \"file\": \"string\",\n \"status\": \"not_inspected\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "b31e2957-9d01-46a9-b749-6187151b4abd",
"name": "Store a newly created inspection check point.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"string\",\n \"record_type\": \"record_conditions\",\n \"status\": \"not_inspected\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "fe034d7a-bd99-4e79-8634-646be9d2b6fc",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"string\",\n \"record_type\": \"record_conditions\",\n \"status\": \"not_inspected\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"Check oil level and condition\",\n \"record_type\": \"record_conditions\",\n \"condition_rate\": 1,\n \"file\": \"string\",\n \"status\": \"not_inspected\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "16b6c418-773e-4db6-962e-62679b2d0998",
"name": "Update the specified inspection check point.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"string\",\n \"record_type\": \"record_conditions\",\n \"status\": \"not_inspected\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "9c00281a-bf6a-4eab-9d74-445c211c1e0b",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"string\",\n \"record_type\": \"record_conditions\",\n \"status\": \"not_inspected\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"Check oil level and condition\",\n \"record_type\": \"record_conditions\",\n \"condition_rate\": 1,\n \"file\": \"string\",\n \"status\": \"not_inspected\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "2f380075-a373-4a07-baa4-532c246b0763",
"name": "Remove the specified inspection check point.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "896fac51-cb98-42ca-bb00-428c05cea949",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "a229998e-6a80-45bc-86e5-17615eceab11",
"name": "POST /api/inspection-check-points/change-status",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/change-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"change-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"inspection_check_point_id\": 1,\n \"status\": \"passed\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2fedc376-1c91-4e3f-ac40-c3673e54262a",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/change-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"change-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"inspection_check_point_id\": 1,\n \"status\": \"passed\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"Check oil level and condition\",\n \"record_type\": \"record_conditions\",\n \"condition_rate\": 1,\n \"file\": \"string\",\n \"status\": \"not_inspected\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "bf03016c-2791-49cd-9892-684ec1a7f620",
"name": "POST /api/inspection-check-points/add-attachment",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "inspection_check_point_id",
"value": "1",
"type": "text",
"description": "ID of the inspection check point (required)"
},
{
"key": "attachment",
"type": "file",
"src": "",
"description": "File to attach (jpeg, png, jpg, pdf, xlsx, xls, docx, doc, mp4, avi, mov, mkv, mp3, wav — max 5 MB)"
}
]
}
},
"response": [
{
"id": "34781b7b-9e5c-407b-be59-b6d689928619",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "inspection_check_point_id",
"value": "1",
"type": "text",
"description": "ID of the inspection check point (required)"
},
{
"key": "attachment",
"type": "file",
"src": "",
"description": "File to attach (jpeg, png, jpg, pdf, xlsx, xls, docx, doc, mp4, avi, mov, mkv, mp3, wav — max 5 MB)"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"Check oil level and condition\",\n \"record_type\": \"record_conditions\",\n \"condition_rate\": 1,\n \"file\": \"string\",\n \"status\": \"not_inspected\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "dcbd342c-1386-4f34-b946-7f8a4d727f9e",
"name": "Upload or replace media file for a check point (record_audio, record_video, capture_photo).",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/{{id}}/upload-media",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"{{id}}",
"upload-media"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": "",
"description": "Media file to upload. Allowed types depend on check point record_type: record_audio → mp3/wav/m4a/aac/ogg, record_video → mp4/avi/mov/mkv/webm, capture_photo → jpeg/jpg/png/gif/webp. Max 50 MB."
}
]
}
},
"response": [
{
"id": "d574b0b7-293c-453c-8e39-20368b4be900",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/{{id}}/upload-media",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"{{id}}",
"upload-media"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": "",
"description": "Media file to upload. Allowed types depend on check point record_type: record_audio → mp3/wav/m4a/aac/ogg, record_video → mp4/avi/mov/mkv/webm, capture_photo → jpeg/jpg/png/gif/webp. Max 50 MB."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"Check oil level and condition\",\n \"record_type\": \"record_conditions\",\n \"condition_rate\": 1,\n \"file\": \"string\",\n \"status\": \"not_inspected\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c3de3421-ef56-4a20-b6e4-e6189e320222",
"name": "Remove the current media file for a check point (set file to null; file is deleted from storage).",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/{{id}}/media",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"{{id}}",
"media"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "96bad692-4d1f-4bda-9978-0007f9e6df35",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inspection-check-points/{{id}}/media",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inspection-check-points",
"{{id}}",
"media"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "edbd03ab-c181-4076-ab1e-4c7eba20ff7a",
"name": "Toggle Label To Checkpoint",
"item": [
{
"id": "54d6b025-26f5-4e4e-bd08-59a5c7437c15",
"name": "POST /api/toggle-label-to-checkpoint",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-label-to-checkpoint",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-label-to-checkpoint"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"inspection_check_point_id\": 1,\n \"check_point_label_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "1a39b0ce-5528-4aac-9eae-4f9531e4c5a7",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-label-to-checkpoint",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-label-to-checkpoint"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"inspection_check_point_id\": 1,\n \"check_point_label_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"inspection_id\": 1,\n \"name\": \"Engine Oil Level\",\n \"description\": \"Check oil level and condition\",\n \"record_type\": \"record_conditions\",\n \"condition_rate\": 1,\n \"file\": \"string\",\n \"status\": \"not_inspected\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "3d8abf13-31a3-44b5-99b0-46c4cddcc1c2",
"name": "Job Cards",
"item": [
{
"id": "206f0421-a000-43ed-83e0-b3b1f8caa7b7",
"name": "Display a listing of job cards.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"description": "Paginated list. Eager loads: labels, documents, serviceWriter, salesPerson, primaryTechnician. Includes withCount: purchase_orders_count, bills_count, expenses_count, tasks_count, appointments_count. Response has no `links` key (only `data` and `meta`). Live API serializes full Employee models on nested staff (including all `can_*` permission columns); this example shows a shortened employee shape. Query: status, customer_id, vehicle_id, per_page, sort_by, sort_order, start_date, end_date, service_writer_id, department_id, has_start_or_delivery_date, has_start_date, has_delivery_date, has_both_dates."
},
"response": [
{
"id": "96ba9224-a269-4338-967a-1a97b2fd9cee",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"sales_person_id\": 3,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31T00:00:00.000000Z\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": null,\n \"has_insurance\": false,\n \"insurance_type_id\": null,\n \"insurer_id\": null,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31T00:00:00.000000Z\",\n \"check_in_time\": \"2026-03-31T00:00:00.000000Z\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": null,\n \"start_time\": null,\n \"delivery_date\": null,\n \"delivery_time\": null,\n \"attachments\": null,\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\",\n \"labels\": [\n {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"pivot\": {\n \"job_card_id\": 1,\n \"label_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n }\n ],\n \"documents\": [\n {\n \"id\": 1,\n \"job_card_id\": 1,\n \"document_type_id\": 1,\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"document_number\": \"DOC-001\",\n \"show_in_invoice\": true,\n \"show_in_estimate\": false,\n \"show_in_statement\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"service_writer\": {\n \"id\": 1,\n \"type\": \"employee\",\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane.smith@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Service Advisor\",\n \"salary\": \"5000.00\",\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"status\": \"active\",\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": null,\n \"shop_timing_id\": null,\n \"geo_fence_radius\": null,\n \"has_active_time_sheet\": false,\n \"active_time_sheet\": null\n },\n \"sales_person\": {\n \"id\": 3,\n \"type\": \"employee\",\n \"first_name\": \"Sam\",\n \"last_name\": \"Jones\",\n \"email\": \"sam.jones@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Sales\",\n \"salary\": \"5000.00\",\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"status\": \"active\",\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": null,\n \"shop_timing_id\": null,\n \"geo_fence_radius\": null,\n \"has_active_time_sheet\": false,\n \"active_time_sheet\": null\n },\n \"primary_technician\": {\n \"id\": 2,\n \"type\": \"employee\",\n \"first_name\": \"Alex\",\n \"last_name\": \"Kumar\",\n \"email\": \"alex.kumar@example.com\",\n \"phone\": \"+971501234567\",\n \"designation\": \"Technician\",\n \"salary\": \"5000.00\",\n \"wage_type\": \"Monthly\",\n \"country_id\": 1,\n \"department_id\": 1,\n \"status\": \"active\",\n \"track_attendance\": false,\n \"notify_owner_when_punch_in_out\": false,\n \"shop_calender_id\": null,\n \"shop_timing_id\": null,\n \"geo_fence_radius\": null,\n \"has_active_time_sheet\": false,\n \"active_time_sheet\": null\n },\n \"purchase_orders_count\": 0,\n \"bills_count\": 0,\n \"expenses_count\": 0,\n \"tasks_count\": 0,\n \"appointments_count\": 0\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75,\n \"from\": 1,\n \"to\": 15\n }\n}"
}
]
},
{
"id": "341c56f6-94ed-45e1-88f1-fd975484e6dd",
"name": "Store a newly created job card.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"title\": \"Job Card 001\",\n \"status\": \"check_in\",\n \"estimate_to\": \"Customer\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"service_writer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7eb65e90-7692-4fd3-96a7-d18f722b2b7c",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"title\": \"Job Card 001\",\n \"status\": \"check_in\",\n \"estimate_to\": \"Customer\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"service_writer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "416b8270-1971-4de3-bc4a-f9510a5559ee",
"name": "GET /api/job-cards/{id}",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "52bad4a9-c790-4072-b91d-e057a1945da2",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c6f9b7b5-56c1-48cc-bf37-1199399f67c2",
"name": "Update the specified job card.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"title\": \"Job Card 001\",\n \"status\": \"check_in\",\n \"estimate_to\": \"Customer\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"service_writer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "107e5747-c415-426a-b3f9-96c88b93797b",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"title\": \"Job Card 001\",\n \"status\": \"check_in\",\n \"estimate_to\": \"Customer\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"service_writer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "e78fdb28-3c54-4ce5-85c9-8c273e8a7caf",
"name": "Remove the specified job card.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "8d6acca1-7197-4082-9b48-ea96cc6c9c9b",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "9ccd2d1a-0062-4d63-91a4-696226ee2596",
"name": "POST /api/job-cards/{id}/change-date",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/change-date",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"change-date"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"order_date\": \"2026-03-31\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "51a59af0-cade-45a2-94e2-9e3a2b22a048",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/change-date",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"change-date"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"order_date\": \"2026-03-31\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "8ab84bb7-e823-4452-b301-18264e4ecfd0",
"name": "POST /api/job-cards/{id}/change-status",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/change-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"change-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"check_in\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "c3c7ef03-cc4e-4480-be57-a0189b0fd230",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/change-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"change-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"check_in\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "66846c05-918a-441e-b4d6-3b895bd7f038",
"name": "POST /api/job-cards/{id}/add-customer-remark",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/add-customer-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"add-customer-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"remark\": \"Customer wants OEM parts only.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "3f1a2cad-61d7-4405-be1d-d2961c1c6e33",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/add-customer-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"add-customer-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"remark\": \"Customer wants OEM parts only.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "bc828581-b07d-4d13-80cb-db825aafa2cd",
"name": "Edit an existing customer remark for the job card.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/edit-customer-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"edit-customer-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_remark_id\": 1,\n \"remark\": \"Updated remark.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "cacc933d-9be8-4a72-a6ea-065d4d6b44e8",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/edit-customer-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"edit-customer-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_remark_id\": 1,\n \"remark\": \"Updated remark.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "3342fafc-309c-4c64-954b-cb7efdbd3707",
"name": "Delete a customer remark. Query or body: customer_remark_id",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/delete-customer-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"delete-customer-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_remark_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ea634b12-968e-4cb9-906e-d56a4701a895",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/delete-customer-remark",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"delete-customer-remark"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"customer_remark_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "cae37179-aa5b-4b77-ae15-0c347a630175",
"name": "Add a shop recommendation to the job card.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/add-shop-recommendation",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"add-shop-recommendation"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"recommendation\": \"Replace brake pads.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "f6749281-fad7-4c75-bc74-4b3e3aa071f3",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/add-shop-recommendation",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"add-shop-recommendation"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"recommendation\": \"Replace brake pads.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "1ac4ea0d-bc78-4fa4-bd88-6edbbbf9a497",
"name": "Edit an existing shop recommendation.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/edit-shop-recommendation",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"edit-shop-recommendation"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_recommendation_id\": 1,\n \"recommendation\": \"Updated recommendation.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "9832ce5b-57e1-40c1-8240-3576b697feb8",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/edit-shop-recommendation",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"edit-shop-recommendation"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_recommendation_id\": 1,\n \"recommendation\": \"Updated recommendation.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c40f41f8-1e2c-4591-8370-aab424cfdd9f",
"name": "Delete a shop recommendation. Query or body: shop_recommendation_id",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/delete-shop-recommendation",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"delete-shop-recommendation"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_recommendation_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "a27267f6-37ee-4b6c-9691-b10c0141b5cc",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/delete-shop-recommendation",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"delete-shop-recommendation"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_recommendation_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "1b9f6918-dcb6-4f03-a31f-1c9fa5f7f3c2",
"name": "Add attachments to a job card.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"response": [
{
"id": "2cab91ce-ecee-4d33-a50e-81586ff3d5a2",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "9239da44-420b-4d6b-9163-911ba962b68b",
"name": "Delete one attachment. Body or query: attachment_id",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "6e5062e9-b3f7-4f65-9727-e97d99f2f0c2",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "86d4fa08-acd9-48a0-ab1d-3d2f79b896ab",
"name": "POST /api/job-cards/{id}/change-service-writer-id",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/change-service-writer-id",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"change-service-writer-id"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_writer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e6eb980e-d690-4c0a-b98d-48ef51f182d4",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/change-service-writer-id",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"change-service-writer-id"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_writer_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "2458868c-7c42-4402-ba00-206cf66a6ef4",
"name": "POST /api/job-cards/{id}/change-sales-person-id",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/change-sales-person-id",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"change-sales-person-id"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"sales_person_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7cecb7e9-c7a5-4713-b91f-a65ddbd1b6bf",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/job-cards/{{id}}/change-sales-person-id",
"host": [
"{{base_url}}"
],
"path": [
"api",
"job-cards",
"{{id}}",
"change-sales-person-id"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"sales_person_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"order_number\": \"ORD-001\",\n \"estimate_number\": \"EST-001\",\n \"order_date\": \"2026-03-31\",\n \"service_writer_id\": 1,\n \"primary_technician_id\": 2,\n \"status\": \"check_in\",\n \"footer\": \"string\",\n \"has_insurance\": false,\n \"insurance_type_id\": 1,\n \"insurer_id\": 1,\n \"estimate_to\": \"Customer\",\n \"enable_parts_issuing\": false,\n \"enable_digital_authorisation\": false,\n \"department_id\": 1,\n \"check_in_date\": \"2026-03-31\",\n \"check_in_time\": \"09:00\",\n \"km_in\": 50000,\n \"fuel_level\": \"full\",\n \"start_date\": \"2026-03-31\",\n \"start_time\": \"string\",\n \"delivery_date\": \"2026-03-31\",\n \"delivery_time\": \"string\",\n \"tax_inclusive\": \"Tax Exclusive\",\n \"discount_type\": \"no\",\n \"discount_at\": \"inclusive_of_tax\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "efbc0fa3-4e39-45e8-a24a-978d0ca15f9e",
"name": "Payment Mode",
"item": [
{
"id": "bab51676-f1ed-4e03-95e2-e4223cc647cc",
"name": "Display a listing of payment modes.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mode",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mode"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "65c3c6af-4057-4f27-afe1-33640d319cc0",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mode",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mode"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Cash\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "a434e798-addb-4684-a685-91e9f7631872",
"name": "Store a newly created payment mode.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mode",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mode"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Cash\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "9165485c-4b6e-42ed-bf68-50e6e1886e5d",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mode",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mode"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Cash\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Cash\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "0a1e0bad-8327-481c-bcdd-4a1c508eb693",
"name": "Update the specified payment mode.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mode/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mode",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Cash\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "475ab333-805d-4f04-9d7b-f716d7d85714",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mode/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mode",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Cash\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Cash\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "168d871f-9136-4dcb-8821-2e5bce7863c9",
"name": "Remove the specified payment mode.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mode/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mode",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "31b51973-2761-4924-8cd8-79301024ad06",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mode/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mode",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "d9c570fb-88ce-4384-9874-abbd58d67a9c",
"name": "Payment Recieved",
"item": [
{
"id": "ed0711a5-bcfa-4018-ad9a-a694aa28b9c3",
"name": "Display a listing of payments received.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-recieved",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-recieved"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "6277ea2d-176e-43dd-b93d-738597e75c27",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-recieved",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-recieved"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"job_card_id\": 1,\n \"payment_mode_id\": 1,\n \"customer_id\": 1,\n \"amount_received\": 1000,\n \"payment_number\": \"RCPT-001\",\n \"payment_date\": \"2026-03-31\",\n \"reference_date\": \"2026-03-31\",\n \"deposit_to\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "655d7b82-2e4a-494e-8579-a99e9dd6f8f5",
"name": "Store a newly created payment received.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-recieved",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-recieved"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"payment_mode_id\": 1,\n \"customer_id\": 1,\n \"amount_received\": 1000,\n \"payment_date\": \"2026-03-31\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b1e13d24-472b-4e7e-b350-d71c7ee9269b",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-recieved",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-recieved"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"payment_mode_id\": 1,\n \"customer_id\": 1,\n \"amount_received\": 1000,\n \"payment_date\": \"2026-03-31\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"payment_mode_id\": 1,\n \"customer_id\": 1,\n \"amount_received\": 1000,\n \"payment_number\": \"RCPT-001\",\n \"payment_date\": \"2026-03-31\",\n \"reference_date\": \"2026-03-31\",\n \"deposit_to\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d30368a9-4a32-4398-a62b-30fa6d04ba9b",
"name": "Update the specified payment received.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-recieved/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-recieved",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"payment_mode_id\": 1,\n \"customer_id\": 1,\n \"amount_received\": 1000,\n \"payment_date\": \"2026-03-31\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "f4091bbb-fe3d-4c6a-aa97-eb45331f7814",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-recieved/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-recieved",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"payment_mode_id\": 1,\n \"customer_id\": 1,\n \"amount_received\": 1000,\n \"payment_date\": \"2026-03-31\",\n \"note\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"payment_mode_id\": 1,\n \"customer_id\": 1,\n \"amount_received\": 1000,\n \"payment_number\": \"RCPT-001\",\n \"payment_date\": \"2026-03-31\",\n \"reference_date\": \"2026-03-31\",\n \"deposit_to\": \"string\",\n \"note\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "ada1e1db-745a-41ad-905c-8392340c7389",
"name": "Remove the specified payment received (and its attachments from storage).",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-recieved/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-recieved",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "ad91d7e2-bd96-4e40-bf24-c332b306ef8f",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-recieved/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-recieved",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "49c89446-9693-4a28-919a-aa5917f95ae2",
"name": "Parts",
"item": [
{
"id": "74066c12-6975-4ec8-9982-c113d9f842bc",
"name": "Display a listing of parts.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "e8b62ad2-cad0-4e40-a4fe-fbb44bdb3e7f",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"part_number\": \"PRT-001\",\n \"unit_type_id\": 1,\n \"manufactured_by\": \"Toyota\",\n \"description\": \"string\",\n \"location\": \"Shelf A1\",\n \"pricing_matrix\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"opening_stock\": 1,\n \"as_on_date\": \"2026-03-31\",\n \"min_stock\": 1,\n \"max_stock\": 1,\n \"inventory_chart_of_account\": \"string\",\n \"tracking_type\": \"string\",\n \"inventory_purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "0805bc31-9bcc-4418-91d2-cd7a7a057ef3",
"name": "Store a newly created part.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"purchase_information\": true,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "1f17a7fb-a663-4a00-871b-8478dab4cf80",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"purchase_information\": true,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"part_number\": \"PRT-001\",\n \"unit_type_id\": 1,\n \"manufactured_by\": \"Toyota\",\n \"description\": \"string\",\n \"location\": \"Shelf A1\",\n \"pricing_matrix\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"opening_stock\": 1,\n \"as_on_date\": \"2026-03-31\",\n \"min_stock\": 1,\n \"max_stock\": 1,\n \"inventory_chart_of_account\": \"string\",\n \"tracking_type\": \"string\",\n \"inventory_purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "e6827b7c-30f4-456a-bf2f-20792e192157",
"name": "Display the specified part.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "20964199-0960-4040-87ea-e6f316afed52",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"part_number\": \"PRT-001\",\n \"unit_type_id\": 1,\n \"manufactured_by\": \"Toyota\",\n \"description\": \"string\",\n \"location\": \"Shelf A1\",\n \"pricing_matrix\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"opening_stock\": 1,\n \"as_on_date\": \"2026-03-31\",\n \"min_stock\": 1,\n \"max_stock\": 1,\n \"inventory_chart_of_account\": \"string\",\n \"tracking_type\": \"string\",\n \"inventory_purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c58ef04c-addf-4b6e-80ef-b03be13d4aca",
"name": "Update the specified part.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"purchase_information\": true,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "045bb66c-456e-4ae1-aa5e-4624cc483c22",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"purchase_information\": true,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"part_number\": \"PRT-001\",\n \"unit_type_id\": 1,\n \"manufactured_by\": \"Toyota\",\n \"description\": \"string\",\n \"location\": \"Shelf A1\",\n \"pricing_matrix\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"opening_stock\": 1,\n \"as_on_date\": \"2026-03-31\",\n \"min_stock\": 1,\n \"max_stock\": 1,\n \"inventory_chart_of_account\": \"string\",\n \"tracking_type\": \"string\",\n \"inventory_purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "4ff5978f-593d-49ea-a3b5-19f9691a9bbd",
"name": "Remove the specified part.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "f36bc706-6098-4508-9797-e2cd5becf344",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "9f9873b5-8bcb-4ae5-b8b7-a165ee596710",
"name": "Import Parts",
"item": [
{
"id": "356835c5-685b-49f4-8112-c324b2ae0cb3",
"name": "Import parts from Excel file.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"url": {
"raw": "{{base_url}}/api/import-parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"import-parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"value": "<binary file>",
"type": "file"
}
]
}
},
"response": [
{
"id": "e012d717-16fb-4919-ad4c-ec6f94d3dba9",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"url": {
"raw": "{{base_url}}/api/import-parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"import-parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"value": "<binary file>",
"type": "file"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Action completed successfully.\"\n}"
}
]
}
]
},
{
"id": "28735da6-429a-4050-b829-ae65337b77e8",
"name": "Export Parts",
"item": [
{
"id": "bade7994-6f15-4402-ada5-5bf40acd341b",
"name": "Export parts to Excel.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/export-parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"export-parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"purchase_information\": true,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "50b89fb1-197a-4854-891e-b77dffc1001f",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/export-parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"export-parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"purchase_information\": true,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": ""
}
],
"cookie": [],
"body": "\"<binary file>\""
}
]
}
]
},
{
"id": "7ea30958-23f7-4109-b123-90a3a412f4ee",
"name": "Toggle Part Status",
"item": [
{
"id": "f67691fc-63df-4166-addd-d15185f3c75e",
"name": "POST /api/toggle-part-status",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-part-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-part-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "8e6a41b5-b92c-42f9-9e3d-8fcd4d977259",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-part-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-part-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"title\": \"Engine Oil Filter\",\n \"sku\": \"SKU-001\",\n \"part_number\": \"PRT-001\",\n \"unit_type_id\": 1,\n \"manufactured_by\": \"Toyota\",\n \"description\": \"string\",\n \"location\": \"Shelf A1\",\n \"pricing_matrix\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"selling_price\": 25,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 15,\n \"track_inventory\": false,\n \"opening_stock\": 1,\n \"as_on_date\": \"2026-03-31\",\n \"min_stock\": 1,\n \"max_stock\": 1,\n \"inventory_chart_of_account\": \"string\",\n \"tracking_type\": \"string\",\n \"inventory_purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "7d66fb7b-a4b7-4dbf-9079-d45e794bfb68",
"name": "Purchase Orders",
"item": [
{
"id": "ebb84a89-c49d-46a7-8484-f0421989462b",
"name": "Display a listing of purchase orders.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/purchase-orders",
"host": [
"{{base_url}}"
],
"path": [
"api",
"purchase-orders"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "e4b57625-adc5-436f-a51a-de0aff13e41d",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/purchase-orders",
"host": [
"{{base_url}}"
],
"path": [
"api",
"purchase-orders"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"title\": \"Purchase Order for Parts\",\n \"order_number\": \"PO-001\",\n \"order_date\": \"2026-03-31\",\n \"delivery_date\": \"2026-04-07\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"terms_and_conditions\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "2d5717c6-f119-4c62-9872-5767f4dc48c7",
"name": "Store a newly created purchase order with labels and items (parts).",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/purchase-orders",
"host": [
"{{base_url}}"
],
"path": [
"api",
"purchase-orders"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"title\": \"Purchase Order for Parts\",\n \"order_date\": \"2026-03-31\",\n \"delivery_date\": \"2026-04-07\",\n \"department_id\": 1,\n \"notes\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "63abff34-2c22-4847-86e8-efb7c9751104",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/purchase-orders",
"host": [
"{{base_url}}"
],
"path": [
"api",
"purchase-orders"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"title\": \"Purchase Order for Parts\",\n \"order_date\": \"2026-03-31\",\n \"delivery_date\": \"2026-04-07\",\n \"department_id\": 1,\n \"notes\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"title\": \"Purchase Order for Parts\",\n \"order_number\": \"PO-001\",\n \"order_date\": \"2026-03-31\",\n \"delivery_date\": \"2026-04-07\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"terms_and_conditions\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "6fe35a28-835b-4553-be36-ac2be7af41bd",
"name": "Update the specified purchase order.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/purchase-orders/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"purchase-orders",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"title\": \"Purchase Order for Parts\",\n \"order_date\": \"2026-03-31\",\n \"delivery_date\": \"2026-04-07\",\n \"department_id\": 1,\n \"notes\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2794cef2-97e6-40d3-9adb-bcd839b1709d",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/purchase-orders/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"purchase-orders",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"title\": \"Purchase Order for Parts\",\n \"order_date\": \"2026-03-31\",\n \"delivery_date\": \"2026-04-07\",\n \"department_id\": 1,\n \"notes\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"title\": \"Purchase Order for Parts\",\n \"order_number\": \"PO-001\",\n \"order_date\": \"2026-03-31\",\n \"delivery_date\": \"2026-04-07\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"terms_and_conditions\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c7ccb1ef-ad16-49f9-adad-2a761473b47b",
"name": "Remove the specified purchase order.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/purchase-orders/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"purchase-orders",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "1f7e7161-a363-4829-9cbd-bc10c352e067",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/purchase-orders/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"purchase-orders",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "b3a454d0-5fa0-40e3-9f63-0605263cdffe",
"name": "Services",
"item": [
{
"id": "bda5f118-c623-48be-aef7-e135889f6317",
"name": "Display a listing of services.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "151d75e1-c4a5-4b8b-b47e-3ddc4e595a8d",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"unit_type_id\": 1,\n \"labor_matrix\": \"string\",\n \"description\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"labor_hours\": 1,\n \"sales_chart_of_account\": \"string\",\n \"selling_price\": 50,\n \"purchase_information\": false,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "1fc52e73-437a-4a45-9233-0eb6839ee780",
"name": "Store a newly created service.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 50,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "060992c1-ce43-4ded-98e0-13e7e5740845",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 50,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"unit_type_id\": 1,\n \"labor_matrix\": \"string\",\n \"description\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"labor_hours\": 1,\n \"sales_chart_of_account\": \"string\",\n \"selling_price\": 50,\n \"purchase_information\": false,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "7ae272d0-37dc-49b4-aa39-cbfde9529417",
"name": "Display the specified service.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "97e5a17c-d814-438b-842e-c0cb2702197a",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"unit_type_id\": 1,\n \"labor_matrix\": \"string\",\n \"description\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"labor_hours\": 1,\n \"sales_chart_of_account\": \"string\",\n \"selling_price\": 50,\n \"purchase_information\": false,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "4b07082f-b806-49f8-b9e9-4a5ae920fd8a",
"name": "Update the specified service.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 50,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "243bb664-8a85-48b2-9049-fadf895f0ab6",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 50,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"category_id\": 1,\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"unit_type_id\": 1,\n \"labor_matrix\": \"string\",\n \"description\": \"string\",\n \"department_id\": 1,\n \"sales_information\": true,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"labor_hours\": 1,\n \"sales_chart_of_account\": \"string\",\n \"selling_price\": 50,\n \"purchase_information\": false,\n \"purchase_chart_of_account\": \"string\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 1.0,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c2ed73d6-a7ce-4433-9dc6-edbe49399d2a",
"name": "Remove the specified service.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "5361f2cf-621d-40ae-b67a-b17ba2d26a9f",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "4784afaa-bead-475a-be7c-90ddc82ec279",
"name": "Import Services",
"item": [
{
"id": "5cefd0cc-ef6f-458d-af33-04c26134be0d",
"name": "Import services from Excel file.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"url": {
"raw": "{{base_url}}/api/import-services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"import-services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"value": "<binary file>",
"type": "file"
}
]
}
},
"response": [
{
"id": "86b5d8b2-d38f-4b5e-a6d8-6bbd9b209965",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"url": {
"raw": "{{base_url}}/api/import-services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"import-services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"value": "<binary file>",
"type": "file"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Action completed successfully.\"\n}"
}
]
}
]
},
{
"id": "011438a6-c119-4b36-b83d-be173a1b766e",
"name": "Export Services",
"item": [
{
"id": "f88a68d2-83cf-4334-aa97-537db758c9fd",
"name": "Export services to Excel.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/export-services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"export-services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 50,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2c14e9b3-f11b-4be9-a0f1-32d193261864",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/export-services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"export-services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"labor_name\": \"Oil Change Service\",\n \"service_code\": \"SVC-001\",\n \"category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 50,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": ""
}
],
"cookie": [],
"body": "\"<binary file>\""
}
]
}
]
},
{
"id": "8ebb6d78-68fa-4641-b7b5-297c8fe8ed98",
"name": "Toggle Expense Item Status",
"item": [
{
"id": "e7e02e66-6a2e-4bd8-8fcd-60a1f1e9f39e",
"name": "POST /api/toggle-expense-item-status",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-expense-item-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-expense-item-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "a94e97ed-6505-4b1b-aff8-c1129818a13e",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-expense-item-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-expense-item-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"item_type\": \"Expense\",\n \"category_id\": 1,\n \"item_name\": \"Office Supplies\",\n \"sku\": \"EXP-001\",\n \"item_code\": \"string\",\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"description\": \"string\",\n \"sales_information\": false,\n \"selling_price\": 1.0,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"Expenses\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 10,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "b5e34de2-bd54-4e99-b40e-2a9c787ae8e1",
"name": "Expense Items",
"item": [
{
"id": "28d80118-1d1a-4485-924e-29d4e8b9d4d6",
"name": "Display a listing of expense items.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expense-items",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expense-items"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "d7937173-a200-45f3-9bc7-36bb9566f59a",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expense-items",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expense-items"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"item_type\": \"Expense\",\n \"category_id\": 1,\n \"item_name\": \"Office Supplies\",\n \"sku\": \"EXP-001\",\n \"item_code\": \"string\",\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"description\": \"string\",\n \"sales_information\": false,\n \"selling_price\": 1.0,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"Expenses\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 10,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "b2fcccd5-dc07-4e72-9197-59af42e77bd3",
"name": "Store a newly created expense item.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expense-items",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expense-items"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"item_type\": \"Expense\",\n \"item_name\": \"Office Supplies\",\n \"category_id\": 1,\n \"purchase_information\": true,\n \"purchase_price\": 10,\n \"purchase_chart_of_account\": \"Expenses\",\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e47014a4-78d4-4f46-9417-9771e06a3247",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expense-items",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expense-items"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"item_type\": \"Expense\",\n \"item_name\": \"Office Supplies\",\n \"category_id\": 1,\n \"purchase_information\": true,\n \"purchase_price\": 10,\n \"purchase_chart_of_account\": \"Expenses\",\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"item_type\": \"Expense\",\n \"category_id\": 1,\n \"item_name\": \"Office Supplies\",\n \"sku\": \"EXP-001\",\n \"item_code\": \"string\",\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"description\": \"string\",\n \"sales_information\": false,\n \"selling_price\": 1.0,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"Expenses\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 10,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "cfa26995-945d-4382-b583-26c5693cb27b",
"name": "Update the specified expense item.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expense-items/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expense-items",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"item_type\": \"Expense\",\n \"item_name\": \"Office Supplies\",\n \"category_id\": 1,\n \"purchase_information\": true,\n \"purchase_price\": 10,\n \"purchase_chart_of_account\": \"Expenses\",\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "9e53dee5-ac09-4c88-bc3f-4b2ae40bacde",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expense-items/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expense-items",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"item_type\": \"Expense\",\n \"item_name\": \"Office Supplies\",\n \"category_id\": 1,\n \"purchase_information\": true,\n \"purchase_price\": 10,\n \"purchase_chart_of_account\": \"Expenses\",\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"item_type\": \"Expense\",\n \"category_id\": 1,\n \"item_name\": \"Office Supplies\",\n \"sku\": \"EXP-001\",\n \"item_code\": \"string\",\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"description\": \"string\",\n \"sales_information\": false,\n \"selling_price\": 1.0,\n \"sales_chart_of_account\": \"string\",\n \"purchase_information\": true,\n \"purchase_chart_of_account\": \"Expenses\",\n \"purchase_preferred_vendor_id\": 1,\n \"purchase_price\": 10,\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "be64b5da-0f4a-4b39-8821-0ac8e3bb91c1",
"name": "Remove the specified expense item.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expense-items/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expense-items",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "79b62342-fe6e-46ec-aff2-b5cdc88944b1",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expense-items/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expense-items",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "e1984807-cf98-43e2-916a-341ecaada20e",
"name": "Bills",
"item": [
{
"id": "26a9fe5e-8a4e-436a-b916-472dab9a01d9",
"name": "Display a listing of bills.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/bills",
"host": [
"{{base_url}}"
],
"path": [
"api",
"bills"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "6a674169-87a8-408c-a362-1490200517a2",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/bills",
"host": [
"{{base_url}}"
],
"path": [
"api",
"bills"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Parts Bill\",\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_number\": \"BILL-001\",\n \"bill_date\": \"2026-03-31\",\n \"bill_due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "94a0e609-97e3-4144-a883-5289769a4872",
"name": "Store a newly created bill with labels and parts.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/bills",
"host": [
"{{base_url}}"
],
"path": [
"api",
"bills"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Parts Bill\",\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_date\": \"2026-03-31\",\n \"bill_due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"department_id\": 1,\n \"status\": \"draft\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7da7031e-7c9a-4b67-815b-eddda7f3b2a8",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/bills",
"host": [
"{{base_url}}"
],
"path": [
"api",
"bills"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Parts Bill\",\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_date\": \"2026-03-31\",\n \"bill_due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"department_id\": 1,\n \"status\": \"draft\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Parts Bill\",\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_number\": \"BILL-001\",\n \"bill_date\": \"2026-03-31\",\n \"bill_due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d4c3b9d8-7a0b-46df-8c5a-10f60306feda",
"name": "Update the specified bill.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/bills/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"bills",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Parts Bill\",\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_date\": \"2026-03-31\",\n \"bill_due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"department_id\": 1,\n \"status\": \"draft\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7127a069-8bc1-4dfa-bcf5-913e97aed306",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/bills/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"bills",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Parts Bill\",\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_date\": \"2026-03-31\",\n \"bill_due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"department_id\": 1,\n \"status\": \"draft\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Parts Bill\",\n \"job_card_id\": 1,\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_number\": \"BILL-001\",\n \"bill_date\": \"2026-03-31\",\n \"bill_due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "decd42cf-f0ab-4a8b-aad2-60f880904c02",
"name": "Remove the specified bill.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/bills/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"bills",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "320c75ff-a012-4e10-9448-aa9a3b94d0bd",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/bills/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"bills",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "47efca5e-ed08-4499-a409-a9b0067892b6",
"name": "Expenses",
"item": [
{
"id": "0281d3b5-115f-48e6-a63d-c6d77dec1a3b",
"name": "Display a listing of expenses.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expenses",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expenses"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "8fb50bd4-ad2a-4915-8aab-e0aef48298e3",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expenses",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expenses"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"job_card_id\": 1,\n \"title\": \"Workshop Supplies\",\n \"category_id\": 1,\n \"vendor_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"expense_date\": \"2026-03-31\",\n \"paid_through\": \"string\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "23ef3889-e700-40b2-ab1f-70d1fa7e699c",
"name": "Store a newly created expense with labels and expense items.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expenses",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expenses"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"title\": \"Workshop Supplies\",\n \"category_id\": 1,\n \"vendor_id\": 1,\n \"expense_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"status\": \"draft\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "12c758ea-b4dd-419d-bbd0-b9bafc2c3a1e",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expenses",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expenses"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"title\": \"Workshop Supplies\",\n \"category_id\": 1,\n \"vendor_id\": 1,\n \"expense_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"status\": \"draft\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"title\": \"Workshop Supplies\",\n \"category_id\": 1,\n \"vendor_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"expense_date\": \"2026-03-31\",\n \"paid_through\": \"string\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "9fa38cd7-0d9e-4e15-af21-d5cffdef555f",
"name": "Update the specified expense.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expenses/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expenses",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"title\": \"Workshop Supplies\",\n \"category_id\": 1,\n \"vendor_id\": 1,\n \"expense_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"status\": \"draft\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "6931a278-ec5f-4f9a-90f5-61b085a08c03",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expenses/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expenses",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"title\": \"Workshop Supplies\",\n \"category_id\": 1,\n \"vendor_id\": 1,\n \"expense_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"status\": \"draft\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"title\": \"Workshop Supplies\",\n \"category_id\": 1,\n \"vendor_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"expense_date\": \"2026-03-31\",\n \"paid_through\": \"string\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "f7bd6c49-6024-4c75-bb3d-a5ebcca2700c",
"name": "Remove the specified expense.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expenses/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expenses",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "a6b91d64-12e2-4409-9f75-e5b947719c0b",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/expenses/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"expenses",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "72f12ecc-8328-4bbe-897c-e8cf43ed9625",
"name": "Task Types",
"item": [
{
"id": "7dffa182-9e75-4d1d-97f8-18d4f602b25f",
"name": "Display a listing of task types.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "dfe0b729-6252-4f16-b913-b1bf345a4d02",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Maintenance\",\n \"description\": \"string\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "b13b59fd-8365-4b33-943e-048c39da3535",
"name": "Store a newly created task type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Maintenance\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7d3de013-76e1-4ebc-8de9-4021f2b33000",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-types",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-types"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Maintenance\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Maintenance\",\n \"description\": \"string\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "4fa45bc5-fe69-4531-b710-30f6d8b251e5",
"name": "Update the specified task type.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Maintenance\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "513ea22c-71a1-40d8-b599-20ee13e542b0",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Maintenance\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Maintenance\",\n \"description\": \"string\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c3ad635d-91b7-42c5-8419-2a3119cc26f2",
"name": "Remove the specified task type.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "908a8e74-e9d6-49ab-8b5a-ba038e93e60f",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-types/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-types",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "35093c47-8f1f-49db-a66c-cbaa23d1ac7b",
"name": "Set Default Task Type",
"item": [
{
"id": "ad45d6d0-b98e-485f-98c3-3a215aa73339",
"name": "Set a task type as the default.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-task-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-task-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "be8868b2-7540-47b5-8244-de6373dff020",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-task-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-task-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Maintenance\",\n \"description\": \"string\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "32e76ba2-77b1-46ca-851f-cd9ba8aa69ea",
"name": "Remove Default Task Type",
"item": [
{
"id": "258417c3-27f4-4415-b290-8c6da3eb7197",
"name": "Remove default from a task type.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-task-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-task-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "fab63b33-a6df-4787-812f-aefce3e073eb",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-task-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-task-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Maintenance\",\n \"description\": \"string\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "2edfc5d7-4b44-40bd-a111-f9f149354b72",
"name": "Task Sections",
"item": [
{
"id": "d630b882-ee51-4029-9d63-89bd583cb85b",
"name": "Display a listing of task sections.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-sections",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-sections"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "099f2ab1-3814-464f-9956-f4ceba57307e",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-sections",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-sections"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"General Tasks\",\n \"arrangement\": 1,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "9f667c39-eef0-4685-9866-fe22fc82c20a",
"name": "Store a newly created task section.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-sections",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-sections"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Work\",\n \"arrangement\": 1,\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b165a895-0c7b-4c0a-b860-c84a1b3961d7",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-sections",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-sections"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Work\",\n \"arrangement\": 1,\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"General Tasks\",\n \"arrangement\": 1,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "e8fdf10f-fd99-48fa-b55d-240d79169cf2",
"name": "Update the specified task section.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-sections/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-sections",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Work\",\n \"arrangement\": 1,\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e4757472-8dad-4012-ab6f-d83affdeaac4",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-sections/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-sections",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Pre-Work\",\n \"arrangement\": 1,\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"General Tasks\",\n \"arrangement\": 1,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "a6415ea1-4d31-4072-a694-05258e143ce4",
"name": "Remove the specified task section.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-sections/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-sections",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "43312f9c-9504-48a7-9e0b-77159b85288d",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/task-sections/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"task-sections",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "af965b0e-148c-4a58-ac71-27d306df45f9",
"name": "Set Default Task Section",
"item": [
{
"id": "c70e10f7-f08f-4c99-b7e7-ae59ad3f0033",
"name": "Set a task section as the default.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-task-section",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-task-section"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "47ece45a-72b6-466c-bcd1-4c7bca1901d7",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-task-section",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-task-section"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"General Tasks\",\n \"arrangement\": 1,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "f12d3f70-1a63-47f7-965f-0137656de7c6",
"name": "Remove Default Task Section",
"item": [
{
"id": "3dfc8269-cfa2-4c38-b785-d0c8c9eac7db",
"name": "Remove default from a task section.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-task-section",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-task-section"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "405770cc-1a3b-40b2-892c-f612a6d8c478",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-task-section",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-task-section"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"General Tasks\",\n \"arrangement\": 1,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "6a673bef-fdd5-4bfc-b989-833308a7288c",
"name": "Change Task Section Arrangement",
"item": [
{
"id": "a9fb0449-ef4d-4b1b-a3f0-7306030060a5",
"name": "Change arrangement of a section and shift all sections below it accordingly.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/change-task-section-arrangement",
"host": [
"{{base_url}}"
],
"path": [
"api",
"change-task-section-arrangement"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1,\n \"arrangement\": 2\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "cb0db496-ddd6-4a70-b8a7-8030ee5c2481",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/change-task-section-arrangement",
"host": [
"{{base_url}}"
],
"path": [
"api",
"change-task-section-arrangement"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1,\n \"arrangement\": 2\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"General Tasks\",\n \"arrangement\": 1,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "2c74a618-3c00-49f8-9960-250464adb55b",
"name": "Tasks",
"item": [
{
"id": "44344a8f-f8b0-4f0d-9595-8a64b12f7ae4",
"name": "Display a listing of tasks.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "249c353e-a555-4e2d-9c2f-b6c40e8da20e",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"job_card_id\": 1,\n \"task_type_id\": 1,\n \"task_section_id\": 1,\n \"subject\": \"Inspect brake pads\",\n \"description\": \"string\",\n \"owner_id\": 1,\n \"department_id\": 1,\n \"priority\": \"medium\",\n \"due_date\": \"2026-04-05\",\n \"task_number\": \"TASK-001\",\n \"status\": \"pending\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "57d55049-dc6b-4366-b747-f44817e55d1b",
"name": "Store a newly created task.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"task_type_id\": 1,\n \"task_section_id\": 1,\n \"subject\": \"Inspect brake pads\",\n \"owner_id\": 1,\n \"department_id\": 1,\n \"priority\": \"medium\",\n \"due_date\": \"2026-04-05\",\n \"status\": \"pending\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "5cb77e06-33de-4bd7-bcc0-38488762e340",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"task_type_id\": 1,\n \"task_section_id\": 1,\n \"subject\": \"Inspect brake pads\",\n \"owner_id\": 1,\n \"department_id\": 1,\n \"priority\": \"medium\",\n \"due_date\": \"2026-04-05\",\n \"status\": \"pending\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"task_type_id\": 1,\n \"task_section_id\": 1,\n \"subject\": \"Inspect brake pads\",\n \"description\": \"string\",\n \"owner_id\": 1,\n \"department_id\": 1,\n \"priority\": \"medium\",\n \"due_date\": \"2026-04-05\",\n \"task_number\": \"TASK-001\",\n \"status\": \"pending\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "a31a5d2a-5314-4d96-b25e-e32d3d05bca5",
"name": "Update the specified task.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"task_type_id\": 1,\n \"task_section_id\": 1,\n \"subject\": \"Inspect brake pads\",\n \"owner_id\": 1,\n \"department_id\": 1,\n \"priority\": \"medium\",\n \"due_date\": \"2026-04-05\",\n \"status\": \"pending\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "c529262c-6061-42d1-8d7d-d3e261e27aad",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"task_type_id\": 1,\n \"task_section_id\": 1,\n \"subject\": \"Inspect brake pads\",\n \"owner_id\": 1,\n \"department_id\": 1,\n \"priority\": \"medium\",\n \"due_date\": \"2026-04-05\",\n \"status\": \"pending\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"task_type_id\": 1,\n \"task_section_id\": 1,\n \"subject\": \"Inspect brake pads\",\n \"description\": \"string\",\n \"owner_id\": 1,\n \"department_id\": 1,\n \"priority\": \"medium\",\n \"due_date\": \"2026-04-05\",\n \"task_number\": \"TASK-001\",\n \"status\": \"pending\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "5023dca7-493b-433d-871c-4aef02f797d4",
"name": "Remove the specified task.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "e77e98f9-3510-485c-900a-414de2167063",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "1c2052a0-8d30-48ac-b1b4-b7478193c2ad",
"name": "Mark a task as completed.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks/{{id}}/complete",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks",
"{{id}}",
"complete"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "794faa81-902c-4249-a8b5-ab6be631b8f1",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/tasks/{{id}}/complete",
"host": [
"{{base_url}}"
],
"path": [
"api",
"tasks",
"{{id}}",
"complete"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"task_type_id\": 1,\n \"task_section_id\": 1,\n \"subject\": \"Inspect brake pads\",\n \"description\": \"string\",\n \"owner_id\": 1,\n \"department_id\": 1,\n \"priority\": \"medium\",\n \"due_date\": \"2026-04-05\",\n \"task_number\": \"TASK-001\",\n \"status\": \"pending\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "67b71777-b688-446c-9189-670ed80fd69c",
"name": "Appointments",
"item": [
{
"id": "fae6287e-a61f-4820-9f35-e004ee8ceb94",
"name": "Display a listing of appointments.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "49ec2c76-c993-4df4-96d4-ef524f5ff8d2",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "17caf862-810f-4da5-822c-109f2cb6029c",
"name": "Store a newly created appointment.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e3756873-3f3b-4359-8e51-ba688957a9f9",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "a40a1dfe-d193-4e2d-9add-a7e4ccbebbba",
"name": "Update the specified appointment.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "fcdc2277-1910-437f-bde1-2e31bf289cbf",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "7680b666-7a81-4726-b394-4b1c343fc826",
"name": "Remove the specified appointment.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "3929703f-aa76-41e2-9864-2a7dd12fdc34",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "a352f148-d41e-40f3-8129-65cffdf5b511",
"name": "Unlink a job card from an appointment.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments/{{id}}/un-link-job-card",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments",
"{{id}}",
"un-link-job-card"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "3fda16f6-1eaa-4ba9-a0c0-e15d73608ae4",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments/{{id}}/un-link-job-card",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments",
"{{id}}",
"un-link-job-card"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "848f09b2-b8c7-4b7e-9157-6c7e945ad14f",
"name": "Change the status of the specified appointment.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments/{{id}}/change-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments",
"{{id}}",
"change-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"confirmed\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "bf9c3702-5089-45ba-aaf6-6c0b9768586f",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/appointments/{{id}}/change-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"appointments",
"{{id}}",
"change-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"status\": \"confirmed\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"job_card_id\": 1,\n \"title\": \"Oil Change Appointment\",\n \"date\": \"2026-04-01\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"service_writer_id\": 1,\n \"technician_id\": 2,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"requested\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "cf2057aa-7bfb-4646-8010-8a6554bcbb46",
"name": "Invoice Sequences",
"item": [
{
"id": "4eb3bfa4-c46a-4832-a4a4-1632985b7908",
"name": "Display a listing of invoice sequences.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-sequences",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-sequences"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "956810cc-87e8-4357-af31-19ea7c8bde68",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-sequences",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-sequences"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"is_default\": false,\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "e786800b-d952-47bf-b136-b92edbb2b1ec",
"name": "Store a newly created invoice sequence.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-sequences",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-sequences"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "6fdb5b10-1771-4eb4-8123-ea0e26a6a1c3",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-sequences",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-sequences"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"is_default\": false,\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "45511159-e53b-49c6-b8dd-8fcc4874740a",
"name": "Update the specified invoice sequence.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-sequences/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-sequences",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "edb6e987-2200-4cea-ad35-d0e2724c747f",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-sequences/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-sequences",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"is_default\": false,\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "818649a8-6e86-4f42-9d4b-30fcc711108e",
"name": "Remove the specified invoice sequence.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-sequences/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-sequences",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "0e25d25f-82bb-4b54-8bb5-0bdded64f8f8",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-sequences/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-sequences",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "eb24734c-435d-4bd9-8fc7-e1458c093f79",
"name": "Set Default Invoice Sequence",
"item": [
{
"id": "3e8f891c-18a3-4386-a397-52218c393200",
"name": "Mark an invoice sequence as default.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-invoice-sequence",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-invoice-sequence"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7c2b1c3f-f81e-459b-ab80-b76b8f1eaa4f",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-invoice-sequence",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-invoice-sequence"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"is_default\": false,\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "69816477-fd6a-4d6b-a82c-5e58d622ea51",
"name": "Remove Default Invoice Sequence",
"item": [
{
"id": "e5091527-1559-434c-ab20-23fa58de5573",
"name": "Remove default flag from an invoice sequence.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-invoice-sequence",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-invoice-sequence"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "382b536e-f25a-461c-8ba7-4d34a24d139b",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-invoice-sequence",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-invoice-sequence"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Default Invoice Sequence\",\n \"sequence_title\": \"INV\",\n \"is_default\": false,\n \"auto_generate\": true,\n \"prefix\": \"INV-\",\n \"start_number\": 1,\n \"department_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "444e8d30-861a-434b-b92d-b5898b5442cd",
"name": "Service Groups",
"item": [
{
"id": "e933a381-4405-45e1-ac20-92eeb8b2c06f",
"name": "Display a listing of service groups.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "ba25f990-b525-4003-92b5-5b8833455511",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"mark_as_recommended\": false,\n \"set_packaged_pricing\": false,\n \"selling_price\": 1.0,\n \"selling_chart_of_account\": \"string\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "fe5bd3d8-4c75-4a1d-88e6-669dda0679df",
"name": "Store a newly created service group.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "9be8d711-a330-4c35-9f43-27cc47a88c8e",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"mark_as_recommended\": false,\n \"set_packaged_pricing\": false,\n \"selling_price\": 1.0,\n \"selling_chart_of_account\": \"string\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "a19fb68f-249d-4f28-b987-63ddead20879",
"name": "Display the specified service group.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "e63c39fe-0c26-4cd7-8efd-7a53e75ab4d5",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"mark_as_recommended\": false,\n \"set_packaged_pricing\": false,\n \"selling_price\": 1.0,\n \"selling_chart_of_account\": \"string\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d48eb017-0bb9-4c4a-994b-ec0c5259f94f",
"name": "Update the specified service group.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "fbfbe88d-3446-4efd-8c55-651832f5fa26",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"mark_as_recommended\": false,\n \"set_packaged_pricing\": false,\n \"selling_price\": 1.0,\n \"selling_chart_of_account\": \"string\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "78e9475c-e8a6-44f5-aaeb-0dbeae47fbba",
"name": "Remove the specified service group.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "72108826-f899-4f3a-8605-1444ca97e06c",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "bfaf86b8-de8d-49f7-ad61-eb3880d781ff",
"name": "POST /api/service-groups/{id}/toggle-status",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}/toggle-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}",
"toggle-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "3c285428-b238-49e9-ab52-2c2c770503c1",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}/toggle-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}",
"toggle-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"mark_as_recommended\": false,\n \"set_packaged_pricing\": false,\n \"selling_price\": 1.0,\n \"selling_chart_of_account\": \"string\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "780e6d8c-c501-4e5e-b8a2-3e560e755447",
"name": "Attach a label to a service group.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}/add-label",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}",
"add-label"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"label_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "7c2a22c2-89ac-44e4-a934-eac75b4a195e",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}/add-label",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}",
"add-label"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"label_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_name\": \"Full Service Package\",\n \"shop_type_id\": 1,\n \"code\": \"PKG-001\",\n \"inventory_category_id\": 1,\n \"unit_type_id\": 1,\n \"department_id\": 1,\n \"service_description\": \"string\",\n \"show_as_lump_sum\": false,\n \"mark_as_recommended\": false,\n \"set_packaged_pricing\": false,\n \"selling_price\": 1.0,\n \"selling_chart_of_account\": \"string\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "cc28855f-1171-4032-8722-96c620ef835c",
"name": "Detach a label from a service group.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}/delete-label",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}",
"delete-label"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"label_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "be5bd9b3-3dfc-49ad-aacb-996aebae8946",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-groups/{{id}}/delete-label",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-groups",
"{{id}}",
"delete-label"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"label_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "374876b0-e4c3-4788-97ec-9d6fd6f05773",
"name": "Service Group Includes",
"item": [
{
"id": "8dd5ff5d-76c3-46ea-9b04-336f3061e731",
"name": "Display a listing of service group includes.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "388586f1-8fe9-4ae8-b4b4-84047652ad97",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"service_group_id\": 1,\n \"title\": \"Includes brake inspection\",\n \"arrangement\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "7970f729-0d65-4570-b4bd-ef7efdef1abf",
"name": "Store a newly created service group include.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"title\": \"Includes brake inspection\",\n \"arrangement\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "6b852c2f-1ca3-4041-8098-b5545ccaa070",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"title\": \"Includes brake inspection\",\n \"arrangement\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"title\": \"Includes brake inspection\",\n \"arrangement\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d1bb5904-0ee6-479a-97f0-dfa0653fb201",
"name": "Update the specified service group include.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"title\": \"Includes brake inspection\",\n \"arrangement\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "4e254d29-bb6b-4adf-9136-5c6b399fe557",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"title\": \"Includes brake inspection\",\n \"arrangement\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"title\": \"Includes brake inspection\",\n \"arrangement\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "cb4444c1-0f3b-423f-aec1-37e8f5f7a8a3",
"name": "Remove the specified service group include.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "d40ebfa8-fc51-4ab9-9b7e-892d749983d3",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "c81704c9-ca51-4757-b18d-0b8e36a3608d",
"name": "Change arrangement of a service group include.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes/{{id}}/change-arrangement",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes",
"{{id}}",
"change-arrangement"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"arrangement\": 2\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "bea91827-5061-4be8-b27e-b64d5929a03b",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-includes/{{id}}/change-arrangement",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-includes",
"{{id}}",
"change-arrangement"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"arrangement\": 2\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"title\": \"Includes brake inspection\",\n \"arrangement\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "35472877-6cf7-4145-9429-fa1b14b7114b",
"name": "Service Group Pricings",
"item": [
{
"id": "8e646bcc-0e0e-4f27-93d8-d1aa5b4d2637",
"name": "Display a listing of service group pricing records.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-pricings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-pricings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "f146a338-5539-4319-8ad7-5a15798f0b8b",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-pricings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-pricings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"service_group_id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"fuel_type_id\": 1,\n \"body_type_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"labor_hours\": 1,\n \"selling_price\": 100,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "4efee97f-7d4e-4727-a419-75a3ed6a6963",
"name": "Store a newly created service group pricing record.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-pricings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-pricings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 100\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "552fd85c-9f37-485a-bdf8-b1ab1161eaeb",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-pricings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-pricings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 100\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"fuel_type_id\": 1,\n \"body_type_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"labor_hours\": 1,\n \"selling_price\": 100,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "6b491833-a440-4e2c-aa28-81cf7e0004eb",
"name": "Update the specified service group pricing record.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-pricings/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-pricings",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 100\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "75778c22-7534-408d-b327-a2a2de6087fc",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-pricings/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-pricings",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"rate_type\": \"flat_rate\",\n \"selling_price\": 100\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"fuel_type_id\": 1,\n \"body_type_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"labor_hours\": 1,\n \"selling_price\": 100,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "b767506d-5871-4b51-b439-ea3b067a7a81",
"name": "Remove the specified service group pricing record.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-pricings/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-pricings",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "3976d5ef-64b8-42b3-866a-4bc02e9b7481",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-pricings/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-pricings",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "dd865598-079d-49c4-9d3f-91976c94f72e",
"name": "Service Group Services",
"item": [
{
"id": "52100c8d-84dd-4ae1-bd59-a30b5daab434",
"name": "Display a listing of service group services.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "3fd02a84-ce96-4d0d-a921-e071d73929c1",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"service_group_id\": 1,\n \"service_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"rate\": 50,\n \"hours\": 1,\n \"tax_id\": 1,\n \"chart_of_account\": \"string\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "5827b451-704f-4e2d-b02f-f3d634bb0771",
"name": "Store a newly created service group service.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"service_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"rate\": 50,\n \"hours\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "5a44ea34-32ee-42c5-b50a-ea36b8961067",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-services",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-services"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"service_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"rate\": 50,\n \"hours\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"service_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"rate\": 50,\n \"hours\": 1,\n \"tax_id\": 1,\n \"chart_of_account\": \"string\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "0169a309-d460-40bd-9ffc-fa6dbe18ae88",
"name": "Update the specified service group service.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"service_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"rate\": 50,\n \"hours\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "885b710c-2b79-4086-807d-aedb8c51595d",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"service_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"rate\": 50,\n \"hours\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"service_id\": 1,\n \"rate_type\": \"flat_rate\",\n \"labor_rate_id\": 1,\n \"rate\": 50,\n \"hours\": 1,\n \"tax_id\": 1,\n \"chart_of_account\": \"string\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "eea742ec-5f2e-47c1-b5b1-ffb220d222da",
"name": "Remove the specified service group service.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "9eb2c10b-1fda-43c4-979e-403719f6e327",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-services/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-services",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "394e2268-feb5-47e5-b7c2-f466f170f569",
"name": "Service Group Parts",
"item": [
{
"id": "06c9d740-e553-47c7-ab5b-6a9cce027842",
"name": "Display a listing of service group parts.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "3113eff5-a61f-450c-adac-2789fd3a3bec",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"service_group_id\": 1,\n \"part_id\": 1,\n \"quantity\": 1,\n \"rate\": 25,\n \"tax_id\": 1,\n \"chart_of_account\": \"string\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "9e9fc950-2e18-45cc-9b5e-0a0c4138adbc",
"name": "Store a newly created service group part.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"part_id\": 1,\n \"quantity\": 1,\n \"rate\": 25,\n \"tax_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "388acdbb-bac7-44f1-b3b1-5a2c11e21547",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-parts",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-parts"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"part_id\": 1,\n \"quantity\": 1,\n \"rate\": 25,\n \"tax_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"part_id\": 1,\n \"quantity\": 1,\n \"rate\": 25,\n \"tax_id\": 1,\n \"chart_of_account\": \"string\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "b1fc40db-a6a8-4857-89f9-3ed0bba3dd49",
"name": "Update the specified service group part.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"part_id\": 1,\n \"quantity\": 1,\n \"rate\": 25,\n \"tax_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2869ab5c-573b-4432-b501-dbda43d5eb93",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"service_group_id\": 1,\n \"part_id\": 1,\n \"quantity\": 1,\n \"rate\": 25,\n \"tax_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"service_group_id\": 1,\n \"part_id\": 1,\n \"quantity\": 1,\n \"rate\": 25,\n \"tax_id\": 1,\n \"chart_of_account\": \"string\",\n \"description\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "f35bf6ca-49a4-40bc-9ba0-cb94d54ab05a",
"name": "Remove the specified service group part.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "a820865d-8ec6-4f0e-8140-ee5475b1bc8b",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/service-group-parts/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"service-group-parts",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "30d93a24-36f2-4e54-b98a-7fa91b9df1c5",
"name": "Invoice Labels",
"item": [
{
"id": "e1604966-1584-4453-9744-e4cbf6777938",
"name": "Display a listing of invoice labels.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-labels",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-labels"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "6e96efef-0951-4e0d-8502-d416d229f240",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-labels",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-labels"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Priority\",\n \"color_code\": \"#FF6600\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "3f625c95-b403-4156-8041-703578277d51",
"name": "Store a newly created invoice label.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-labels",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-labels"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Priority\",\n \"color_code\": \"#FF5733\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "d90352d5-327d-44bf-a179-53b85501ecf5",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-labels",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-labels"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Priority\",\n \"color_code\": \"#FF5733\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Priority\",\n \"color_code\": \"#FF6600\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "3f3296ba-2682-4fa8-839c-4c2635d2fa48",
"name": "Update the specified invoice label.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-labels/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-labels",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Priority\",\n \"color_code\": \"#FF5733\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "15474419-fbe5-41c9-a2d4-a90631c71bc0",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-labels/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-labels",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Priority\",\n \"color_code\": \"#FF5733\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Priority\",\n \"color_code\": \"#FF6600\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d7191019-d525-49d9-bd4c-e4b118dcbde2",
"name": "Remove the specified invoice label.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-labels/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-labels",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "3b38f634-04b6-43f4-85eb-c606c5f5b059",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-labels/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-labels",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "2a8cf842-c757-4f33-b6ce-e4a0000ac016",
"name": "Invoices",
"item": [
{
"id": "27e72044-6c5d-4a39-8ab9-30f33fa4f3c6",
"name": "Display a listing of invoices.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "cd6b2668-3f44-4b3a-9445-8a9189111927",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"subject\": \"Invoice for Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"kms_in\": 50000,\n \"has_insurance\": false,\n \"insurer_id\": 1,\n \"invoice_to_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"invoice_title\": \"Tax Invoice\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"terms_and_conditions\": \"string\",\n \"status\": \"draft\",\n \"received_payment\": 0,\n \"payment_mode_id\": 1,\n \"deposit_to\": \"string\",\n \"amount\": 0,\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "46c2c336-641b-4a21-b072-650bf4941006",
"name": "Store a newly created invoice.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Invoice for Service\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"discount\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "a18bb1d2-b24f-43f8-8301-046fc3490791",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Invoice for Service\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"discount\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Invoice for Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"kms_in\": 50000,\n \"has_insurance\": false,\n \"insurer_id\": 1,\n \"invoice_to_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"invoice_title\": \"Tax Invoice\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"terms_and_conditions\": \"string\",\n \"status\": \"draft\",\n \"received_payment\": 0,\n \"payment_mode_id\": 1,\n \"deposit_to\": \"string\",\n \"amount\": 0,\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "79d455c0-b1e2-42ab-951a-cd30e8a7c024",
"name": "GET /api/invoices/{id}",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "f6b27cf5-0f04-4770-978b-eaea8a6a5e9d",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Invoice for Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"kms_in\": 50000,\n \"has_insurance\": false,\n \"insurer_id\": 1,\n \"invoice_to_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"invoice_title\": \"Tax Invoice\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"terms_and_conditions\": \"string\",\n \"status\": \"draft\",\n \"received_payment\": 0,\n \"payment_mode_id\": 1,\n \"deposit_to\": \"string\",\n \"amount\": 0,\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "d3ab8f9d-efac-4edf-bbb8-56febe76ed02",
"name": "Update the specified invoice.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Invoice for Service\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"discount\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "e44bbb96-a98a-4653-826b-a50a02a5242d",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Invoice for Service\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"draft\",\n \"discount\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Invoice for Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"kms_in\": 50000,\n \"has_insurance\": false,\n \"insurer_id\": 1,\n \"invoice_to_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"invoice_title\": \"Tax Invoice\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"terms_and_conditions\": \"string\",\n \"status\": \"draft\",\n \"received_payment\": 0,\n \"payment_mode_id\": 1,\n \"deposit_to\": \"string\",\n \"amount\": 0,\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "fc607807-366c-45d2-8eaa-aa5fde4bb3a1",
"name": "Remove the specified invoice.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c1f416b9-9ead-4b37-ba3b-13eb956d39dd",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "cf4ef156-347c-4670-9a58-806a7e5bffcc",
"name": "Add attachments to an invoice.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"response": [
{
"id": "340e2443-ba4b-4e7d-a0b9-146c23b0b658",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Invoice for Job Card 001\",\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"kms_in\": 50000,\n \"has_insurance\": false,\n \"insurer_id\": 1,\n \"invoice_to_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_date\": \"2026-03-31\",\n \"due_date\": \"2026-04-14\",\n \"payment_terms_id\": 1,\n \"invoice_sequence_id\": 1,\n \"invoice_number\": \"INV-001\",\n \"invoice_title\": \"Tax Invoice\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"terms_and_conditions\": \"string\",\n \"status\": \"draft\",\n \"received_payment\": 0,\n \"payment_mode_id\": 1,\n \"deposit_to\": \"string\",\n \"amount\": 0,\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "b0d8ccb0-5e35-49ed-b76e-95c0ede15902",
"name": "Delete one attachment.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "0d24f0c8-2b1d-422f-b147-573c85c061fc",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoices/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoices",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "be0b469a-7b7f-4bc2-9e65-9558a5ebaf14",
"name": "Invoice Documents",
"item": [
{
"id": "1dd4dd1f-c103-4b8f-ad2e-4327839c72bf",
"name": "Display a listing of invoice documents.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-documents",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-documents"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "1c3c5d6c-9258-4d16-a725-3ae311470fdb",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-documents",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-documents"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"customer_id\": 1,\n \"document_number\": \"DOC-001\",\n \"document_expire\": \"2027-03-31\",\n \"document_file\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "cb0c1bd3-6110-4748-bdc0-e1fdd21d6554",
"name": "Store a newly created invoice document.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-documents",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-documents"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"invoice_id\": 1,\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"document_number\": \"DOC-001\",\n \"show_in_invoice\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "83a08354-62eb-442c-a07e-79b08f563ac4",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-documents",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-documents"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"invoice_id\": 1,\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"document_number\": \"DOC-001\",\n \"show_in_invoice\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"customer_id\": 1,\n \"document_number\": \"DOC-001\",\n \"document_expire\": \"2027-03-31\",\n \"document_file\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "06dd5b58-028e-45d0-9c8b-5b5d23e64a78",
"name": "Update the specified invoice document.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-documents/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-documents",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"invoice_id\": 1,\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"document_number\": \"DOC-001\",\n \"show_in_invoice\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "09fd1553-b2d4-423b-995b-bcd7c5736aa9",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-documents/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-documents",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"invoice_id\": 1,\n \"customer_id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"document_number\": \"DOC-001\",\n \"show_in_invoice\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vehicle_id\": 1,\n \"document_type_id\": 1,\n \"customer_id\": 1,\n \"document_number\": \"DOC-001\",\n \"document_expire\": \"2027-03-31\",\n \"document_file\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "199d24cc-2aea-477e-870d-e9d76e9d530b",
"name": "Remove the specified invoice document.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-documents/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-documents",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "8b1e7530-a9ea-4eda-982c-b1b8f4cfcad2",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-documents/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-documents",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "ba42b5f4-9783-47e0-854a-7277b2a35a3e",
"name": "Invoice Notes",
"item": [
{
"id": "2212d6e9-5065-439d-ae33-ee6d70353bc8",
"name": "Display a listing of invoice notes.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "67c01c41-765f-4b28-887e-7eee754b3139",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "f42641a8-c06c-463a-8b85-b504824b3635",
"name": "Store a newly created invoice note.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"invoice_id\": 1,\n \"note\": \"Please process this invoice urgently.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "5660082f-06c6-43a4-8eb5-5350358a19d7",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"invoice_id\": 1,\n \"note\": \"Please process this invoice urgently.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "7e47bc06-f8b2-4418-b253-cdb0ce61fc0a",
"name": "Update the specified invoice note.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"invoice_id\": 1,\n \"note\": \"Please process this invoice urgently.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "02e6112b-ef86-4939-986a-e8c34c641db2",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"invoice_id\": 1,\n \"note\": \"Please process this invoice urgently.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Urgent\",\n \"color_code\": \"#FF0000\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "ec6c7ef0-8865-4242-84e5-882fde1864a4",
"name": "Remove the specified invoice note.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "3fce8f1b-9dd6-449c-b819-137eb4b09804",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/invoice-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"invoice-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "6e0883ce-a7ee-48a4-a056-ea100bb7b1ea",
"name": "Reasons",
"item": [
{
"id": "2917dc6a-96f3-4d78-9a20-73e6fe240597",
"name": "Display a listing of reasons.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/reasons",
"host": [
"{{base_url}}"
],
"path": [
"api",
"reasons"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "0c5b36d0-d349-407b-8374-278228001759",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/reasons",
"host": [
"{{base_url}}"
],
"path": [
"api",
"reasons"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Defective part\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "b15cb07c-e417-45b6-8d15-51651e191cc4",
"name": "Store a newly created reason.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/reasons",
"host": [
"{{base_url}}"
],
"path": [
"api",
"reasons"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Customer Request\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "88e628ab-5e42-44a1-98cb-0ec7921a44cb",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/reasons",
"host": [
"{{base_url}}"
],
"path": [
"api",
"reasons"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Customer Request\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Defective part\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "5d1399b7-5a5c-4c2e-8b73-3e05224c886a",
"name": "Update the specified reason.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/reasons/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"reasons",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Customer Request\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b1b63854-884c-4e24-ae2e-318b4716c859",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/reasons/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"reasons",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Customer Request\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Defective part\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "302c2281-bdc9-48ae-b5df-d654fe26b962",
"name": "Remove the specified reason.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/reasons/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"reasons",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "edbd1bd1-dbde-4a01-8d17-7f11adf30c9f",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/reasons/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"reasons",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "800f11bb-00ce-4117-8613-7e70bdea4e65",
"name": "Credit Notes",
"item": [
{
"id": "ea99f897-604f-447e-8940-ac5da8bad640",
"name": "Display a listing of credit notes.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "75e178a7-c222-40fa-9a90-5f94b8b3477d",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"subject\": \"Credit Note for Invoice 001\",\n \"credit_invoice\": \"CN-001\",\n \"customer_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "8db63bee-882b-46f1-b67b-ebc69365812a",
"name": "Store a newly created credit note.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Credit Note for Invoice 001\",\n \"customer_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"status\": \"open\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "eea8b0ec-1553-4645-b8cc-d46cf6ace472",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Credit Note for Invoice 001\",\n \"customer_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"status\": \"open\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Credit Note for Invoice 001\",\n \"credit_invoice\": \"CN-001\",\n \"customer_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "36bc00f3-ef64-4e21-a06d-797be6b82734",
"name": "Update the specified credit note.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Credit Note for Invoice 001\",\n \"customer_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"status\": \"open\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "905c3aac-6fc4-4c01-9afe-0b0ef0290551",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Credit Note for Invoice 001\",\n \"customer_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"status\": \"open\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Credit Note for Invoice 001\",\n \"credit_invoice\": \"CN-001\",\n \"customer_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "b489085c-8ae6-4be4-a607-d6512eb66c48",
"name": "Remove the specified credit note.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "1a0ea2f8-0608-4fce-af70-01c766fcfe1f",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "d1bb77ba-64ef-4e51-81db-a390ad3d29d2",
"name": "Add attachment(s) to credit note.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"response": [
{
"id": "9a1e2a80-dc4d-45e0-aa1b-c7712f53a61a",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Credit Note for Invoice 001\",\n \"credit_invoice\": \"CN-001\",\n \"customer_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "9146cc7c-89f4-4f78-8089-26440a880ce5",
"name": "Delete one attachment.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "3987edeb-21e6-4eea-8aec-62f5c329761b",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "318b6016-ddac-40b1-8619-577628688588",
"name": "Add internal note to credit note.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/add-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"add-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"note\": \"Internal note for the credit note.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "180e15b3-c270-4019-9452-213c5f13cc9a",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/add-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"add-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"note\": \"Internal note for the credit note.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Credit Note for Invoice 001\",\n \"credit_invoice\": \"CN-001\",\n \"customer_id\": 1,\n \"billing_address_id\": 1,\n \"delivery_address_id\": 1,\n \"invoice_id\": 1,\n \"date\": \"2026-03-31\",\n \"reason_id\": 1,\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "4fe52276-75c4-4e70-b2bc-9c46d54e6935",
"name": "Edit one internal note. (route currently uses DELETE verb)",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/edit-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"edit-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "8a8e60fe-50d6-4839-baa4-9886a2efdeed",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/edit-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"edit-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "3f662e1d-d66d-48cb-89f9-2e9fcf3fdeee",
"name": "Delete one internal note.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/delete-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"delete-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "a49e7bea-8ccb-4651-a369-8560c46c6268",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/credit-notes/{{id}}/delete-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"credit-notes",
"{{id}}",
"delete-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "7d9270c1-b290-43a7-ad23-0098f088eb19",
"name": "Payment Mades",
"item": [
{
"id": "35ce4f66-b506-4d92-9db9-ff9f50e16980",
"name": "Display a listing of payment made records.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "c5859cab-5992-49f8-a20c-946c3ad05162",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"vendor_id\": 1,\n \"employee_id\": 1,\n \"payment_for\": \"bill\",\n \"payment_made\": 500,\n \"payment_number\": \"PAY-001\",\n \"payment_reference\": \"string\",\n \"payment_date\": \"2026-03-31\",\n \"payment_mode_id\": 1,\n \"paid_through\": \"string\",\n \"notes\": \"string\",\n \"excess_amount_will_be_deposited\": 0,\n \"amount_paid\": 500,\n \"amount_used_for_payments\": 500,\n \"amount_in_excess\": 0,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "892a3b04-71b2-4e62-a1ae-59da8d8ace4f",
"name": "Store a newly created payment made record.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vendor_id\": 1,\n \"payment_for\": \"bill\",\n \"payment_made\": 500,\n \"payment_date\": \"2026-03-31\",\n \"payment_mode_id\": 1,\n \"notes\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ac8498b5-a426-4fb9-a901-94658f908968",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vendor_id\": 1,\n \"payment_for\": \"bill\",\n \"payment_made\": 500,\n \"payment_date\": \"2026-03-31\",\n \"payment_mode_id\": 1,\n \"notes\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vendor_id\": 1,\n \"employee_id\": 1,\n \"payment_for\": \"bill\",\n \"payment_made\": 500,\n \"payment_number\": \"PAY-001\",\n \"payment_reference\": \"string\",\n \"payment_date\": \"2026-03-31\",\n \"payment_mode_id\": 1,\n \"paid_through\": \"string\",\n \"notes\": \"string\",\n \"excess_amount_will_be_deposited\": 0,\n \"amount_paid\": 500,\n \"amount_used_for_payments\": 500,\n \"amount_in_excess\": 0,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "cbf04914-1675-422f-b15d-44e6978a590e",
"name": "Update the specified payment made record.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vendor_id\": 1,\n \"payment_for\": \"bill\",\n \"payment_made\": 500,\n \"payment_date\": \"2026-03-31\",\n \"payment_mode_id\": 1,\n \"notes\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "364f0873-125d-4d64-8419-6947dd46599c",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"vendor_id\": 1,\n \"payment_for\": \"bill\",\n \"payment_made\": 500,\n \"payment_date\": \"2026-03-31\",\n \"payment_mode_id\": 1,\n \"notes\": \"string\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vendor_id\": 1,\n \"employee_id\": 1,\n \"payment_for\": \"bill\",\n \"payment_made\": 500,\n \"payment_number\": \"PAY-001\",\n \"payment_reference\": \"string\",\n \"payment_date\": \"2026-03-31\",\n \"payment_mode_id\": 1,\n \"paid_through\": \"string\",\n \"notes\": \"string\",\n \"excess_amount_will_be_deposited\": 0,\n \"amount_paid\": 500,\n \"amount_used_for_payments\": 500,\n \"amount_in_excess\": 0,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "062a078c-dd6a-4616-a13d-6e9f7731ab12",
"name": "Remove the specified payment made record.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "b6c69c80-4f13-4514-b888-77a4b753b16f",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "356e8c42-9826-41fa-9ff2-1e01c34f3ba2",
"name": "Add attachment(s) to payment made.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"response": [
{
"id": "4ead0fb5-69ca-44a9-b6d9-f2caae4b77b5",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"vendor_id\": 1,\n \"employee_id\": 1,\n \"payment_for\": \"bill\",\n \"payment_made\": 500,\n \"payment_number\": \"PAY-001\",\n \"payment_reference\": \"string\",\n \"payment_date\": \"2026-03-31\",\n \"payment_mode_id\": 1,\n \"paid_through\": \"string\",\n \"notes\": \"string\",\n \"excess_amount_will_be_deposited\": 0,\n \"amount_paid\": 500,\n \"amount_used_for_payments\": 500,\n \"amount_in_excess\": 0,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "10b61f4b-ad07-466c-87e2-4f2f417b1a6d",
"name": "Delete one attachment from payment made.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "5e61ca61-1551-4afe-a92a-b1c26e4d2e22",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/payment-mades/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"payment-mades",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "81bd3ad2-97e3-43cb-89c6-2ac6b9781ba9",
"name": "Vendor Credits",
"item": [
{
"id": "9c06e801-6c03-48a8-b9ce-aca59e64e7e1",
"name": "Display a listing of vendor credits.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "cfe12079-01d9-49a6-b971-f7227e85a6c3",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"subject\": \"Vendor Credit for Bill 001\",\n \"credit_number\": \"VC-001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"order_number\": \"string\",\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "a3c6557c-3f7c-4f38-830e-32d83ede4cc6",
"name": "Store a newly created vendor credit.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Vendor Credit for Bill 001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"status\": \"open\",\n \"discount\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "72001fbc-7252-4342-a8e3-ba11479ec3f1",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Vendor Credit for Bill 001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"status\": \"open\",\n \"discount\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Vendor Credit for Bill 001\",\n \"credit_number\": \"VC-001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"order_number\": \"string\",\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "058901ee-f554-45dd-8df9-9f2f6b37015e",
"name": "Update the specified vendor credit.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Vendor Credit for Bill 001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"status\": \"open\",\n \"discount\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "45dd6733-9d3e-43a0-ab58-2f6eff200144",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"subject\": \"Vendor Credit for Bill 001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"status\": \"open\",\n \"discount\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Vendor Credit for Bill 001\",\n \"credit_number\": \"VC-001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"order_number\": \"string\",\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "118fe255-e50a-4a9f-8e2e-c87d220fef81",
"name": "Remove the specified vendor credit.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "2da59fcd-07cc-4965-ae93-b6175ec5ad9b",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "0bce2a10-1aed-4e0c-8995-74fc45e2e878",
"name": "Add attachment(s) after creating vendor credit.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"response": [
{
"id": "89171f0b-65df-4350-8b76-b2db921b71a5",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Vendor Credit for Bill 001\",\n \"credit_number\": \"VC-001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"order_number\": \"string\",\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "3f056ef3-6ea3-4bb7-9d53-87edd3a526f5",
"name": "Delete one vendor credit attachment.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2a088e4b-fab5-482e-8585-b7c4ae616717",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "27c736d1-6bb2-4eb2-ab18-0199757074f1",
"name": "Add internal note after creating vendor credit.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/add-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"add-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"note\": \"Internal note for the vendor credit.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "3a4e3d64-e173-4257-87b1-48f933662dbf",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/add-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"add-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"note\": \"Internal note for the vendor credit.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"subject\": \"Vendor Credit for Bill 001\",\n \"credit_number\": \"VC-001\",\n \"vendor_id\": 1,\n \"vendor_address_id\": 1,\n \"bill_id\": 1,\n \"order_number\": \"string\",\n \"vendor_credit_date\": \"2026-03-31\",\n \"department_id\": 1,\n \"notes\": \"string\",\n \"status\": \"open\",\n \"discount\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "bf072195-082d-4e01-9529-98c1688cf1aa",
"name": "Edit internal note. (route currently uses DELETE verb)",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/edit-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"edit-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "adefa00c-d50e-411e-baad-c7d9325a7c86",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/edit-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"edit-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "21ffff65-7430-4b1c-a6d6-3b6bc965a218",
"name": "Delete internal note.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/delete-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"delete-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "8f54d8dc-f912-44f3-beb8-c3b62be9211c",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/vendor-credits/{{id}}/delete-internal-note",
"host": [
"{{base_url}}"
],
"path": [
"api",
"vendor-credits",
"{{id}}",
"delete-internal-note"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "91e1ce8e-5337-406c-b9a8-916bc206a79f",
"name": "Inventory Adjustments",
"item": [
{
"id": "ec6cdcd5-abe3-43be-9b65-b4e94724e6e4",
"name": "Display a listing of inventory adjustments.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "097edd8f-9ce2-4ef4-886e-55356b1e273d",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"reference_number\": \"ADJ-001\",\n \"date\": \"2026-03-31\",\n \"chart_of_account\": \"string\",\n \"reason_id\": 1,\n \"job_card_id\": 1,\n \"invoice_id\": 1,\n \"notes\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "4381ae41-de0a-4279-956e-2fe20f13282b",
"name": "Store a newly created inventory adjustment with parts.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"reference_number\": \"ADJ-001\",\n \"date\": \"2026-03-31\",\n \"chart_of_account\": \"string\",\n \"reason_id\": 1,\n \"notes\": \"string\",\n \"parts\": [\n {\n \"part_id\": 1,\n \"quantity\": 5,\n \"rate\": 25\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "f830393a-cecf-4ead-8228-55f0560d4081",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"reference_number\": \"ADJ-001\",\n \"date\": \"2026-03-31\",\n \"chart_of_account\": \"string\",\n \"reason_id\": 1,\n \"notes\": \"string\",\n \"parts\": [\n {\n \"part_id\": 1,\n \"quantity\": 5,\n \"rate\": 25\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"reference_number\": \"ADJ-001\",\n \"date\": \"2026-03-31\",\n \"chart_of_account\": \"string\",\n \"reason_id\": 1,\n \"job_card_id\": 1,\n \"invoice_id\": 1,\n \"notes\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "e26dbd70-98e3-42ea-afc8-c490afdadd72",
"name": "Update the specified inventory adjustment.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"reference_number\": \"ADJ-001\",\n \"date\": \"2026-03-31\",\n \"chart_of_account\": \"string\",\n \"reason_id\": 1,\n \"notes\": \"string\",\n \"parts\": [\n {\n \"part_id\": 1,\n \"quantity\": 5,\n \"rate\": 25\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "919faba2-bcbc-4b55-9185-f33cdaded304",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"reference_number\": \"ADJ-001\",\n \"date\": \"2026-03-31\",\n \"chart_of_account\": \"string\",\n \"reason_id\": 1,\n \"notes\": \"string\",\n \"parts\": [\n {\n \"part_id\": 1,\n \"quantity\": 5,\n \"rate\": 25\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"reference_number\": \"ADJ-001\",\n \"date\": \"2026-03-31\",\n \"chart_of_account\": \"string\",\n \"reason_id\": 1,\n \"job_card_id\": 1,\n \"invoice_id\": 1,\n \"notes\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "7e7bd2cd-d668-492d-b1b2-addd81d9c800",
"name": "Remove the specified inventory adjustment.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "98ec6027-999c-4543-9634-c035031a6538",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "43d1099b-89db-4e5e-b38d-b5b474e0bcff",
"name": "Add attachment(s) to inventory adjustment.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"response": [
{
"id": "b0e9f0c3-42f6-47c4-b09b-3b750a33aa2f",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments/{{id}}/add-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments",
"{{id}}",
"add-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "formdata",
"formdata": [
{
"key": "attachments[]",
"type": "file",
"src": "",
"description": "File to attach (jpeg, jpg, png, gif, webp, mp4, avi, mov, mkv, webm, mp3, wav, m4a, aac, ogg, pdf, xlsx, xls, docx, doc — max 5 MB). Repeat for multiple files."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"reference_number\": \"ADJ-001\",\n \"date\": \"2026-03-31\",\n \"chart_of_account\": \"string\",\n \"reason_id\": 1,\n \"job_card_id\": 1,\n \"invoice_id\": 1,\n \"notes\": \"string\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "160ee4bc-2461-4509-bc74-a82e18f7dae2",
"name": "Delete one attachment from inventory adjustment.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ff46f872-52e9-48ef-961a-c943dd2941ad",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/inventory-adjustments/{{id}}/delete-attachment",
"host": [
"{{base_url}}"
],
"path": [
"api",
"inventory-adjustments",
"{{id}}",
"delete-attachment"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"attachment_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "22dae219-9f61-4306-bbe3-5c13a1a96aef",
"name": "Time Sheets",
"item": [
{
"id": "72c26789-4998-45c0-a803-b6dedc9974ff",
"name": "Display a listing of time sheets.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheets",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheets"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "2f68cb1e-59cf-40d1-998e-194bf4cf275a",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheets",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheets"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": \"17:00:00\",\n \"duration\": \"08:00:00\",\n \"total\": 8,\n \"note\": \"string\",\n \"activity_type\": \"general\",\n \"order_id\": 1,\n \"task_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "65571001-70cf-41e5-a292-3fd09b8b131e",
"name": "Store a newly created time sheet.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheets",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheets"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": \"17:00:00\",\n \"activity_type\": \"general\",\n \"order_id\": 1,\n \"task_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "52fbf764-e79c-4de0-be3e-028bab99f2d3",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheets",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheets"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": \"17:00:00\",\n \"activity_type\": \"general\",\n \"order_id\": 1,\n \"task_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": \"17:00:00\",\n \"duration\": \"08:00:00\",\n \"total\": 8,\n \"note\": \"string\",\n \"activity_type\": \"general\",\n \"order_id\": 1,\n \"task_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "c67fd656-2556-4b91-9483-cc2e0c0414e7",
"name": "Update the specified time sheet.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheets/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheets",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": \"17:00:00\",\n \"activity_type\": \"general\",\n \"order_id\": 1,\n \"task_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "5788a308-89df-4f8e-a58f-474049acde84",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheets/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheets",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": \"17:00:00\",\n \"activity_type\": \"general\",\n \"order_id\": 1,\n \"task_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": \"17:00:00\",\n \"duration\": \"08:00:00\",\n \"total\": 8,\n \"note\": \"string\",\n \"activity_type\": \"general\",\n \"order_id\": 1,\n \"task_id\": 1,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "98f0681a-4af3-4dcf-bb02-9169741541f8",
"name": "Remove the specified time sheet.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheets/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheets",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "2819ebe9-8508-48be-b990-6a65ce01b267",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheets/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheets",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "019c9c45-79d9-496f-8d54-2337d033a40c",
"name": "Time Sheet",
"item": [
{
"id": "39a706ac-bc3d-47e5-b127-8d204e5db2ed",
"name": "Clock in employee for a new time sheet entry.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheet/clock-in",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheet",
"clock-in"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"note\": \"Starting work shift.\",\n \"activity_type\": \"general\",\n \"order_id\": null,\n \"task_id\": null\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "faebd375-905e-41b3-abe7-3a7af5ea8f29",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheet/clock-in",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheet",
"clock-in"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"note\": \"Starting work shift.\",\n \"activity_type\": \"general\",\n \"order_id\": null,\n \"task_id\": null\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Clock in successful.\",\n \"data\": {\n \"id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": null,\n \"duration\": null,\n \"total\": null,\n \"note\": \"Starting work shift.\",\n \"activity_type\": \"general\",\n \"order_id\": null,\n \"task_id\": null,\n \"created_at\": \"2026-03-31T09:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T09:00:00.000000Z\",\n \"calculated_total_cost\": 0,\n \"employee\": {\n \"id\": 1,\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane@example.com\"\n }\n }\n}"
}
]
},
{
"id": "53d5b950-b5ac-47bb-91a4-fe5d7592e458",
"name": "Clock out employee from the latest open entry.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheet/clock-out",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheet",
"clock-out"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"time_sheet_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "f1d31699-a52a-4cf8-b835-dffb038f4aa5",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/time-sheet/clock-out",
"host": [
"{{base_url}}"
],
"path": [
"api",
"time-sheet",
"clock-out"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"time_sheet_id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Clock out successful.\",\n \"data\": {\n \"id\": 1,\n \"employee_id\": 1,\n \"date\": \"2026-03-31\",\n \"clock_in\": \"09:00:00\",\n \"clock_out\": \"17:00:00\",\n \"duration\": \"08:00:00\",\n \"total\": \"08:00:00\",\n \"note\": \"Starting work shift.\",\n \"activity_type\": \"general\",\n \"order_id\": null,\n \"task_id\": null,\n \"created_at\": \"2026-03-31T09:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T09:00:00.000000Z\",\n \"calculated_total_cost\": 0,\n \"employee\": {\n \"id\": 1,\n \"first_name\": \"Jane\",\n \"last_name\": \"Smith\",\n \"email\": \"jane@example.com\"\n }\n }\n}"
}
]
}
]
},
{
"id": "1430e695-98fe-4449-9fdf-afdad7e8c8c6",
"name": "Shop Timings",
"item": [
{
"id": "4424ea87-886e-44a8-8b7a-f9547510fd71",
"name": "Display a listing of shop timings.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-timings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-timings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "59b2ac73-5ac8-4613-b3a2-4241cf0b0bb4",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-timings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-timings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Standard Hours\",\n \"in_time\": \"08:00\",\n \"out_time\": \"17:00\",\n \"full_day_hours\": \"09:00\",\n \"half_day_hours\": \"04:30\",\n \"punch_in\": \"07:45\",\n \"punch_out\": \"17:15\",\n \"before_time\": \"00:15\",\n \"after_time\": \"00:15\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "d4e900fd-1367-4907-ba76-c1e947033d99",
"name": "Store a newly created shop timing.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-timings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-timings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Morning Shift\",\n \"in_time\": \"08:00:00\",\n \"out_time\": \"17:00:00\",\n \"full_day_hours\": \"08:00:00\",\n \"half_day_hours\": \"04:00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b32d2cc4-e973-478f-90fb-5136856d8a69",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-timings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-timings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Morning Shift\",\n \"in_time\": \"08:00:00\",\n \"out_time\": \"17:00:00\",\n \"full_day_hours\": \"08:00:00\",\n \"half_day_hours\": \"04:00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Hours\",\n \"in_time\": \"08:00\",\n \"out_time\": \"17:00\",\n \"full_day_hours\": \"09:00\",\n \"half_day_hours\": \"04:30\",\n \"punch_in\": \"07:45\",\n \"punch_out\": \"17:15\",\n \"before_time\": \"00:15\",\n \"after_time\": \"00:15\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "0a35e915-dc03-45c5-b055-cbbd990b4f2b",
"name": "Update the specified shop timing.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-timings/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-timings",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Morning Shift\",\n \"in_time\": \"08:00:00\",\n \"out_time\": \"17:00:00\",\n \"full_day_hours\": \"08:00:00\",\n \"half_day_hours\": \"04:00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "1c74a0ae-9696-4c5d-81a7-aa5850a8634d",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-timings/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-timings",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Morning Shift\",\n \"in_time\": \"08:00:00\",\n \"out_time\": \"17:00:00\",\n \"full_day_hours\": \"08:00:00\",\n \"half_day_hours\": \"04:00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Hours\",\n \"in_time\": \"08:00\",\n \"out_time\": \"17:00\",\n \"full_day_hours\": \"09:00\",\n \"half_day_hours\": \"04:30\",\n \"punch_in\": \"07:45\",\n \"punch_out\": \"17:15\",\n \"before_time\": \"00:15\",\n \"after_time\": \"00:15\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "52535c33-57ca-4562-9656-93e29ee1e8c0",
"name": "Remove the specified shop timing.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-timings/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-timings",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "667b8621-751b-4b39-9830-9d6a1b921a3c",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-timings/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-timings",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "9469dfca-80a5-474a-bde6-419573703ea9",
"name": "Set Default Shop Timing",
"item": [
{
"id": "eac84f76-677b-482c-a7d0-70235de46392",
"name": "Set a shop timing as default.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-shop-timing",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-shop-timing"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "910d8a7e-14d3-419d-bb60-44e3e8c0121f",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-shop-timing",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-shop-timing"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Hours\",\n \"in_time\": \"08:00\",\n \"out_time\": \"17:00\",\n \"full_day_hours\": \"09:00\",\n \"half_day_hours\": \"04:30\",\n \"punch_in\": \"07:45\",\n \"punch_out\": \"17:15\",\n \"before_time\": \"00:15\",\n \"after_time\": \"00:15\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "118fcf7f-82f3-4efe-9966-cff513b133e7",
"name": "Remove Default Shop Timing",
"item": [
{
"id": "46d40490-77b9-499f-a85f-438e55d7862f",
"name": "Remove default from a shop timing.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-shop-timing",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-shop-timing"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "1b415cb5-a351-41ed-9eb9-c1459434d604",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-shop-timing",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-shop-timing"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Hours\",\n \"in_time\": \"08:00\",\n \"out_time\": \"17:00\",\n \"full_day_hours\": \"09:00\",\n \"half_day_hours\": \"04:30\",\n \"punch_in\": \"07:45\",\n \"punch_out\": \"17:15\",\n \"before_time\": \"00:15\",\n \"after_time\": \"00:15\",\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "b1205924-e3c6-4982-b31b-cd33d02b1f9a",
"name": "Holiday Years",
"item": [
{
"id": "7fc97322-2508-4a14-9d11-da983c147dda",
"name": "List all holiday years.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holiday-years",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holiday-years"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "8251b4b8-8f63-43c3-8bcd-8f3a92dedd60",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holiday-years",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holiday-years"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\",\n \"is_optional\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "e8b5dfa8-0179-4345-9785-85df3db62f5e",
"name": "Add a new holiday year.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holiday-years",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holiday-years"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"year\": 2026\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "91b6501d-bfda-4790-b91f-acb679e3fdd5",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holiday-years",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holiday-years"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"year\": 2026\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\",\n \"is_optional\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "67ea4bf7-8263-4dea-bd4d-3c253fba914e",
"name": "Holidays",
"item": [
{
"id": "053fb61c-f842-4765-853e-281f297534b7",
"name": "List holidays.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holidays",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holidays"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "102d6f65-13f2-47c7-9f7c-51356cbc296f",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holidays",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holidays"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\",\n \"is_optional\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "bb084f3d-ad6e-47c2-85f2-acb9a8b4d7d9",
"name": "Store a newly created holiday.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holidays",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holidays"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "1040472c-e404-4b40-be81-e6812a080897",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holidays",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holidays"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\",\n \"is_optional\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "853220eb-8e44-46fd-a604-9ea6056444cc",
"name": "Update the specified holiday.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holidays/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holidays",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "325272e9-6383-42dd-9c08-ed0598682b2d",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holidays/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holidays",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"holiday_year_id\": 1,\n \"date\": \"2026-12-25\",\n \"name\": \"Christmas Day\",\n \"is_optional\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "ea25ba57-344e-4b08-ad1b-e953b830edf0",
"name": "Remove the specified holiday.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holidays/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holidays",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "92a00eae-1e7d-40af-b358-779f4a07c7e0",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/holidays/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"holidays",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "37ab5967-f45f-4267-a8fd-96ce96bb5163",
"name": "Shop Calenders",
"item": [
{
"id": "c8c5a30c-1f18-4f36-9d8a-1e10d7459515",
"name": "Display a listing of shop calendars.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-calenders",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-calenders"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "bf3643dc-f707-4dee-9a28-ef7c8cf41f80",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-calenders",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-calenders"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"Standard Work Week\",\n \"is_default\": false,\n \"days\": [\n {\n \"id\": 1,\n \"shop_calender_id\": 1,\n \"type\": \"full_day\",\n \"day_number\": 1\n }\n ],\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "6e952d8e-c91d-41f0-b239-611b2fb0ee06",
"name": "Store a newly created shop calendar.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-calenders",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-calenders"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Standard Work Calendar\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "1f3877b0-3b8c-450a-bec4-266648e31790",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-calenders",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-calenders"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Standard Work Calendar\",\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Work Week\",\n \"is_default\": false,\n \"days\": [\n {\n \"id\": 1,\n \"shop_calender_id\": 1,\n \"type\": \"full_day\",\n \"day_number\": 1\n }\n ],\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "5d719651-f76b-4ccf-8ad5-84123660db5c",
"name": "Remove the specified shop calendar.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-calenders/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-calenders",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "d8c914d8-d2a2-4b32-bd80-603f09bd6876",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-calenders/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-calenders",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
},
{
"id": "c98208b3-ef11-401d-976b-76dffdf141ba",
"name": "Update day type for one day in a shop calendar.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-calenders/{{id}}/update-day-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-calenders",
"{{id}}",
"update-day-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"day_number\": 1,\n \"type\": \"full_day\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "f23cbfc4-f85f-453d-b87b-a422925f0185",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/shop-calenders/{{id}}/update-day-type",
"host": [
"{{base_url}}"
],
"path": [
"api",
"shop-calenders",
"{{id}}",
"update-day-type"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"day_number\": 1,\n \"type\": \"full_day\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Work Week\",\n \"is_default\": false,\n \"days\": [\n {\n \"id\": 1,\n \"shop_calender_id\": 1,\n \"type\": \"full_day\",\n \"day_number\": 1\n }\n ],\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "1d76fa63-3a22-49c0-90e8-ad9c9ec4b92d",
"name": "Set Default Shop Calender",
"item": [
{
"id": "bd9d0a4c-b4fc-4dfd-a090-34ceaea7f628",
"name": "Set a shop calendar as default.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-shop-calender",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-shop-calender"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "339f1548-bc97-4463-877f-0204d24308ab",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-shop-calender",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-shop-calender"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Work Week\",\n \"is_default\": false,\n \"days\": [\n {\n \"id\": 1,\n \"shop_calender_id\": 1,\n \"type\": \"full_day\",\n \"day_number\": 1\n }\n ],\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "d088d3ba-29dc-43b6-b646-d529a02b8e8a",
"name": "Remove Default Shop Calender",
"item": [
{
"id": "d9ade87b-f368-43b3-84d1-63a988557309",
"name": "Remove default from a shop calendar.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-shop-calender",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-shop-calender"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "4c89a702-da73-48ae-87d1-a2bfb9f4f7e0",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-shop-calender",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-shop-calender"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"Standard Work Week\",\n \"is_default\": false,\n \"days\": [\n {\n \"id\": 1,\n \"shop_calender_id\": 1,\n \"type\": \"full_day\",\n \"day_number\": 1\n }\n ],\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "14ba87b2-d9de-42b6-8101-ae16beb529fb",
"name": "Settings",
"item": [
{
"id": "74fd2e2b-e71f-4b9f-9f42-b1a650e89c45",
"name": "Display current application settings.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/settings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"settings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "b7ed4c17-4889-481d-8823-829837ce0451",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/settings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"settings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"name\": \"My Workshop\",\n \"email\": \"workshop@example.com\",\n \"phone\": \"+971501234567\",\n \"alternative_phone\": \"string\",\n \"website\": \"string\",\n \"time_zone\": \"Asia/Dubai\",\n \"upi_id\": \"string\",\n \"first_day_of_work\": \"monday\",\n \"latitude\": \"string\",\n \"longitude\": \"string\",\n \"bank_details\": \"string\",\n \"first_address_line\": \"string\",\n \"second_address_line\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"description\": \"string\",\n \"address\": \"string\",\n \"logo\": \"string\",\n \"icon\": \"string\",\n \"security\": \"string\",\n \"privacy_policy\": \"string\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "ecca18a4-12e5-46b1-9af3-d799d1dab180",
"name": "Create or update application settings.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/settings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"settings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"My Workshop\",\n \"email\": \"workshop@example.com\",\n \"phone\": \"+971501234567\",\n \"time_zone\": \"Asia/Dubai\",\n \"first_day_of_work\": \"monday\",\n \"first_address_line\": \"123 Main St\",\n \"country_id\": 1,\n \"city\": \"Dubai\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "966e3be2-75ef-40a9-8b16-7be6a8f9fe45",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/settings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"settings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"My Workshop\",\n \"email\": \"workshop@example.com\",\n \"phone\": \"+971501234567\",\n \"time_zone\": \"Asia/Dubai\",\n \"first_day_of_work\": \"monday\",\n \"first_address_line\": \"123 Main St\",\n \"country_id\": 1,\n \"city\": \"Dubai\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"My Workshop\",\n \"email\": \"workshop@example.com\",\n \"phone\": \"+971501234567\",\n \"alternative_phone\": \"string\",\n \"website\": \"string\",\n \"time_zone\": \"Asia/Dubai\",\n \"upi_id\": \"string\",\n \"first_day_of_work\": \"monday\",\n \"latitude\": \"string\",\n \"longitude\": \"string\",\n \"bank_details\": \"string\",\n \"first_address_line\": \"string\",\n \"second_address_line\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"description\": \"string\",\n \"address\": \"string\",\n \"logo\": \"string\",\n \"icon\": \"string\",\n \"security\": \"string\",\n \"privacy_policy\": \"string\"\n }\n}"
}
]
},
{
"id": "4f37effc-ce0d-4083-a36a-5339cc570ac5",
"name": "Create or update application settings.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/settings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"settings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"My Workshop\",\n \"email\": \"workshop@example.com\",\n \"phone\": \"+971501234567\",\n \"time_zone\": \"Asia/Dubai\",\n \"first_day_of_work\": \"monday\",\n \"first_address_line\": \"123 Main St\",\n \"country_id\": 1,\n \"city\": \"Dubai\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ee3ea7ac-63fd-4d54-a9e1-b281b0a2ea59",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/settings",
"host": [
"{{base_url}}"
],
"path": [
"api",
"settings"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"My Workshop\",\n \"email\": \"workshop@example.com\",\n \"phone\": \"+971501234567\",\n \"time_zone\": \"Asia/Dubai\",\n \"first_day_of_work\": \"monday\",\n \"first_address_line\": \"123 Main St\",\n \"country_id\": 1,\n \"city\": \"Dubai\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"name\": \"My Workshop\",\n \"email\": \"workshop@example.com\",\n \"phone\": \"+971501234567\",\n \"alternative_phone\": \"string\",\n \"website\": \"string\",\n \"time_zone\": \"Asia/Dubai\",\n \"upi_id\": \"string\",\n \"first_day_of_work\": \"monday\",\n \"latitude\": \"string\",\n \"longitude\": \"string\",\n \"bank_details\": \"string\",\n \"first_address_line\": \"string\",\n \"second_address_line\": \"string\",\n \"country_id\": 1,\n \"state_id\": 1,\n \"city\": \"Dubai\",\n \"zip_code\": \"string\",\n \"description\": \"string\",\n \"address\": \"string\",\n \"logo\": \"string\",\n \"icon\": \"string\",\n \"security\": \"string\",\n \"privacy_policy\": \"string\"\n }\n}"
}
]
}
]
},
{
"id": "c946fd68-c1d5-4006-8f81-0beae54fb09e",
"name": "Taxes",
"item": [
{
"id": "56408706-5f25-49c3-9131-0be0eceda16e",
"name": "Display a listing of taxes.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/taxes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"taxes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "be2cfc17-acb1-47a4-a2ae-19954b0374f3",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/taxes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"taxes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"title\": \"VAT 5%\",\n \"note\": \"string\",\n \"rate\": 5,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "cf7abda6-26c5-4242-8d51-3cc37c276d4e",
"name": "Store a newly created tax.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/taxes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"taxes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"VAT 5%\",\n \"note\": \"Value Added Tax\",\n \"rate\": 5.0,\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "eb0d5d20-144f-4a3d-b3e7-a499dbfdfec9",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/taxes",
"host": [
"{{base_url}}"
],
"path": [
"api",
"taxes"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"VAT 5%\",\n \"note\": \"Value Added Tax\",\n \"rate\": 5.0,\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"VAT 5%\",\n \"note\": \"string\",\n \"rate\": 5,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "24cad273-3723-451d-88c3-be9566c6b8bf",
"name": "Update the specified tax.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/taxes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"taxes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"VAT 5%\",\n \"note\": \"Value Added Tax\",\n \"rate\": 5.0,\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "6a53db60-bcff-4c5b-9692-52d86b363daa",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/taxes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"taxes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"VAT 5%\",\n \"note\": \"Value Added Tax\",\n \"rate\": 5.0,\n \"is_default\": false\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"VAT 5%\",\n \"note\": \"string\",\n \"rate\": 5,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "adce0cdb-0f2c-40d6-9634-e7fdbc70c591",
"name": "Remove the specified tax.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/taxes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"taxes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "0c7b9a33-cbd4-4d33-8ad9-4784223fe4fa",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/taxes/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"taxes",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "50b33782-9da5-4121-b139-ae13fa674f4c",
"name": "Set Default Tax",
"item": [
{
"id": "c54382de-a540-44ab-b58f-03339a73ac75",
"name": "Set a tax as the default.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-tax",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-tax"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "ef3d768f-7e33-47e5-beca-ee4ccd611726",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/set-default-tax",
"host": [
"{{base_url}}"
],
"path": [
"api",
"set-default-tax"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"VAT 5%\",\n \"note\": \"string\",\n \"rate\": 5,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "8aabab8e-2386-441b-b55b-09911dd34d42",
"name": "Remove Default Tax",
"item": [
{
"id": "cf9430ef-4b11-4ea9-840d-db73424b0e44",
"name": "Remove default from a tax.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-tax",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-tax"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "3dae527d-6d4e-44e9-8715-e1121ac4e4e4",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/remove-default-tax",
"host": [
"{{base_url}}"
],
"path": [
"api",
"remove-default-tax"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"title\": \"VAT 5%\",\n \"note\": \"string\",\n \"rate\": 5,\n \"is_default\": false,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "7ae24192-ee50-423b-be44-06935a763dae",
"name": "Make And Models",
"item": [
{
"id": "45910f09-af6e-48da-b3f5-3e2e782d7716",
"name": "Display a listing of make and model records.",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/make-and-models",
"host": [
"{{base_url}}"
],
"path": [
"api",
"make-and-models"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "002d086d-bef3-4115-834d-39a691bd236f",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/make-and-models",
"host": [
"{{base_url}}"
],
"path": [
"api",
"make-and-models"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"data\": [\n {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"body_type_id\": 1,\n \"fuel_id\": 1,\n \"transmission_id\": 1,\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 5,\n \"per_page\": 15,\n \"total\": 75\n },\n \"links\": {\n \"first\": \"https://api.example.com/resource?page=1\",\n \"last\": \"https://api.example.com/resource?page=5\",\n \"prev\": \"string\",\n \"next\": \"https://api.example.com/resource?page=2\"\n }\n}"
}
]
},
{
"id": "fc0ada6d-7eb1-4192-84ca-0b3325b97f90",
"name": "Store a newly created make and model record.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/make-and-models",
"host": [
"{{base_url}}"
],
"path": [
"api",
"make-and-models"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"body_type_id\": 1,\n \"fuel_id\": 1,\n \"transmission_id\": 1,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "45bce088-4f77-4302-9142-be2055129834",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/make-and-models",
"host": [
"{{base_url}}"
],
"path": [
"api",
"make-and-models"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"body_type_id\": 1,\n \"fuel_id\": 1,\n \"transmission_id\": 1,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"body_type_id\": 1,\n \"fuel_id\": 1,\n \"transmission_id\": 1,\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "a35c7b1b-59fa-4004-ad9d-a0a2bffb4f96",
"name": "Update the specified make and model record.",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/make-and-models/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"make-and-models",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"body_type_id\": 1,\n \"fuel_id\": 1,\n \"transmission_id\": 1,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "6df923f2-44b1-42f2-a553-89e467e70640",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/make-and-models/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"make-and-models",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"body_type_id\": 1,\n \"fuel_id\": 1,\n \"transmission_id\": 1,\n \"is_active\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"body_type_id\": 1,\n \"fuel_id\": 1,\n \"transmission_id\": 1,\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "8574110e-4550-4134-a99e-b17191214bbb",
"name": "Remove the specified make and model record.",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/make-and-models/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"make-and-models",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "82199f84-36e3-48cb-8c87-3262cb0aae59",
"name": "200 OK",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/make-and-models/{{id}}",
"host": [
"{{base_url}}"
],
"path": [
"api",
"make-and-models",
"{{id}}"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Deleted successfully.\"\n}"
}
]
}
]
},
{
"id": "5496484c-6671-49b7-bed9-064391f42b97",
"name": "Toggle Make And Model Status",
"item": [
{
"id": "cf8af238-c8fa-4ba8-92b5-d9a840b616e6",
"name": "Toggle the active status of a make and model record.",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-make-and-model-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-make-and-model-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "b60d9b6d-6c6e-407c-8e73-bddfe6d67e87",
"name": "200 OK",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/toggle-make-and-model-status",
"host": [
"{{base_url}}"
],
"path": [
"api",
"toggle-make-and-model-status"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"id\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"shop_type_id\": 1,\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"year\": \"2022\",\n \"sub_model\": \"LE\",\n \"body_type_id\": 1,\n \"fuel_id\": 1,\n \"transmission_id\": 1,\n \"engine_size\": \"2.5L\",\n \"drivetrain\": \"FWD\",\n \"is_active\": true,\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "5be49aa4-def4-43ab-a27a-e2c2be55d6c8",
"name": "Configurations",
"item": [
{
"id": "55627d03-7c0e-446f-a832-c6393ac91b39",
"name": "PUT /api/configurations/sales_tax_discount",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/configurations/sales_tax_discount",
"host": [
"{{base_url}}"
],
"path": [
"api",
"configurations",
"sales_tax_discount"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "1a9a9685-17fe-4b67-9771-434958c3fce0",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/configurations/sales_tax_discount",
"host": [
"{{base_url}}"
],
"path": [
"api",
"configurations",
"sales_tax_discount"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "0d07aab3-c70c-4adc-8adf-ecf02aa332c3",
"name": "PUT /api/configurations/purchase_tax_discount",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/configurations/purchase_tax_discount",
"host": [
"{{base_url}}"
],
"path": [
"api",
"configurations",
"purchase_tax_discount"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "8b30e604-8b60-4036-9e64-efe7e96cc713",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/configurations/purchase_tax_discount",
"host": [
"{{base_url}}"
],
"path": [
"api",
"configurations",
"purchase_tax_discount"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
},
{
"id": "6e335c6e-2d07-4dbf-b083-da63b935f5ea",
"name": "PUT /api/configurations/general_preferences",
"request": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/configurations/general_preferences",
"host": [
"{{base_url}}"
],
"path": [
"api",
"configurations",
"general_preferences"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "25c0cb08-ca2f-414d-83c5-3c9d85cb422d",
"name": "200 OK",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/configurations/general_preferences",
"host": [
"{{base_url}}"
],
"path": [
"api",
"configurations",
"general_preferences"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
},
"body": {
"mode": "raw",
"raw": "{\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"message\": \"Operation completed successfully.\",\n \"data\": {\n \"id\": 1,\n \"sell_rates_tax_inclusive\": \"Tax Inclusive\",\n \"give_discounts\": \"no\",\n \"purchase_rates_tax_inclusive\": \"Tax Inclusive\",\n \"receive_discounts\": \"no\",\n \"created_at\": \"2026-03-31T10:00:00.000000Z\",\n \"updated_at\": \"2026-03-31T10:00:00.000000Z\"\n }\n}"
}
]
}
]
},
{
"id": "3a8681d8-b756-4a92-a94f-0307b0c25382",
"name": "Home",
"item": [
{
"id": "7dbf9620-b56d-45ca-a847-fdc0a0e161fc",
"name": "GET /api/home",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/home",
"host": [
"{{base_url}}"
],
"path": [
"api",
"home"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"response": [
{
"id": "b9b59d2d-9653-4861-b160-693c340c43bf",
"name": "200 OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/api/home",
"host": [
"{{base_url}}"
],
"path": [
"api",
"home"
]
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{auth_token}}",
"type": "string"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"filters\": {\n \"period\": \"this_month\",\n \"start_date\": \"2026-03-01\",\n \"end_date\": \"2026-03-31\",\n \"available_periods\": [\n \"today\",\n \"yesterday\",\n \"this_week\",\n \"this_month\",\n \"last_month\",\n \"last_3_months\",\n \"last_6_months\",\n \"last_year\",\n \"year_to_date\",\n \"all_time\",\n \"custom\"\n ]\n },\n \"financial_filters\": {\n \"period\": \"this_month\",\n \"start_date\": \"2026-03-01\",\n \"end_date\": \"2026-03-31\"\n },\n \"work_orders_filters\": {\n \"period\": \"this_month\",\n \"start_date\": \"2026-03-01\",\n \"end_date\": \"2026-03-31\"\n },\n \"appointments_filters\": {\n \"period\": \"this_month\",\n \"start_date\": \"2026-03-01\",\n \"end_date\": \"2026-03-31\"\n },\n \"sales_filters\": {\n \"period\": \"this_month\",\n \"start_date\": \"2026-03-01\",\n \"end_date\": \"2026-03-31\"\n },\n \"purchase_filters\": {\n \"period\": \"this_month\",\n \"start_date\": \"2026-03-01\",\n \"end_date\": \"2026-03-31\"\n },\n \"chart\": {\n \"currency\": \"AED\",\n \"series\": [\n {\n \"date\": \"2026-03-01\",\n \"income\": 1200.0,\n \"expense\": 450.0\n },\n {\n \"date\": \"2026-03-15\",\n \"income\": 3500.0,\n \"expense\": 1100.0\n },\n {\n \"date\": \"2026-03-31\",\n \"income\": 2800.0,\n \"expense\": 900.0\n }\n ]\n },\n \"totals\": {\n \"currency\": \"AED\",\n \"income\": 7500.0,\n \"expense\": 2450.0,\n \"total_income_text\": \"AED 7,500.00\",\n \"total_expense_text\": \"AED 2,450.00\"\n },\n \"financial_summary\": {\n \"currency\": \"AED\",\n \"chart\": [\n {\n \"label\": \"Invoices\",\n \"count\": 12,\n \"amount\": 15000.0\n },\n {\n \"label\": \"Expenses\",\n \"count\": 5,\n \"amount\": 2450.0\n },\n {\n \"label\": \"Bills\",\n \"count\": 8,\n \"amount\": 6300.0\n }\n ],\n \"cards\": [\n {\n \"label\": \"Total Invoiced\",\n \"amount\": 15000.0,\n \"amount_text\": \"AED 15,000.00\"\n },\n {\n \"label\": \"Total Expenses\",\n \"amount\": 2450.0,\n \"amount_text\": \"AED 2,450.00\"\n },\n {\n \"label\": \"Total Bills\",\n \"amount\": 6300.0,\n \"amount_text\": \"AED 6,300.00\"\n }\n ]\n },\n \"work_orders\": {\n \"status_cards\": [\n {\n \"status\": \"draft\",\n \"label\": \"Draft\",\n \"count\": 2,\n \"orders_text\": \"2 Orders\",\n \"amount\": 0.0,\n \"amount_text\": \"AED 0.00\"\n },\n {\n \"status\": \"check_in\",\n \"label\": \"Check In\",\n \"count\": 5,\n \"orders_text\": \"5 Orders\",\n \"amount\": 0.0,\n \"amount_text\": \"AED 0.00\"\n },\n {\n \"status\": \"in_progress\",\n \"label\": \"In Progress\",\n \"count\": 8,\n \"orders_text\": \"8 Orders\",\n \"amount\": 0.0,\n \"amount_text\": \"AED 0.00\"\n },\n {\n \"status\": \"on_hold\",\n \"label\": \"On Hold\",\n \"count\": 1,\n \"orders_text\": \"1 Orders\",\n \"amount\": 0.0,\n \"amount_text\": \"AED 0.00\"\n },\n {\n \"status\": \"ready_to_delivery\",\n \"label\": \"Ready to Deliver\",\n \"count\": 3,\n \"orders_text\": \"3 Orders\",\n \"amount\": 0.0,\n \"amount_text\": \"AED 0.00\"\n },\n {\n \"status\": \"delivered\",\n \"label\": \"Delivered\",\n \"count\": 7,\n \"orders_text\": \"7 Orders\",\n \"amount\": 0.0,\n \"amount_text\": \"AED 0.00\"\n }\n ],\n \"total\": 26,\n \"chart\": [\n {\n \"date\": \"2026-03-01\",\n \"orders\": 3\n },\n {\n \"date\": \"2026-03-15\",\n \"orders\": 8\n },\n {\n \"date\": \"2026-03-31\",\n \"orders\": 5\n }\n ]\n },\n \"appointments\": {\n \"completed\": 10,\n \"no_show\": 2,\n \"cancelled\": 1,\n \"total\": 20,\n \"no_show_rate\": 10.0,\n \"chart\": [\n {\n \"date\": \"2026-03-01\",\n \"appointments\": 2\n },\n {\n \"date\": \"2026-03-15\",\n \"appointments\": 5\n },\n {\n \"date\": \"2026-03-31\",\n \"appointments\": 3\n }\n ]\n },\n \"upcoming_appointments\": {\n \"counts\": {\n \"today\": 3,\n \"tomorrow\": 2,\n \"this_week\": 8,\n \"next_week\": 5\n },\n \"details\": [\n {\n \"id\": 1,\n \"title\": \"Oil Change\",\n \"date\": \"2026-03-31\",\n \"from_time\": \"09:00\",\n \"to_time\": \"10:00\",\n \"status\": \"confirmed\"\n }\n ],\n \"meta\": {\n \"current_page\": 1,\n \"last_page\": 1,\n \"per_page\": 10,\n \"total\": 3\n }\n },\n \"inventory\": {\n \"parts_count\": 150,\n \"services_count\": 45,\n \"service_groups_count\": 12\n },\n \"customers\": {\n \"total\": 320,\n \"individuals\": 180,\n \"companies\": 90,\n \"fleets\": 30,\n \"insurers\": 20\n },\n \"vehicles_by_body_type\": [\n {\n \"body_type_id\": 1,\n \"body_type\": \"Sedan\",\n \"vehicles_count\": 85\n },\n {\n \"body_type_id\": 2,\n \"body_type\": \"SUV\",\n \"vehicles_count\": 120\n }\n ],\n \"vehicles_by_make\": [\n {\n \"make\": \"Toyota\",\n \"vehicles_count\": 95\n },\n {\n \"make\": \"Nissan\",\n \"vehicles_count\": 60\n }\n ],\n \"vehicles_by_make_model\": [\n {\n \"make\": \"Toyota\",\n \"model\": \"Camry\",\n \"vehicles_count\": 45\n },\n {\n \"make\": \"Toyota\",\n \"model\": \"Land Cruiser\",\n \"vehicles_count\": 50\n }\n ],\n \"sales\": {\n \"inspections\": 8,\n \"estimates\": 15,\n \"invoices\": 12\n },\n \"purchases\": {\n \"purchase_orders\": 6,\n \"bills\": 8,\n \"expenses\": 5\n }\n}"
}
]
}
]
}
]
}