{"info":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"13183400","collectionId":"37bf7310-71a9-4da0-ba22-c45d2356f17d","publishedId":"2sB2qUm3zr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-20T07:43:46.000Z"},"item":[{"name":"Login","item":[{"name":"login","id":"a2fdc4d3-a154-459a-9693-180787630f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"api@cardelivery.app","type":"text"},{"key":"password","value":"CYh2YnExN","type":"text"}]},"url":"https://api.cardelivery.app/api/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["login"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2fdc4d3-a154-459a-9693-180787630f53"}],"id":"bf50950b-68f1-44e1-a54d-00a623ba1488","description":"<p>In order to access the services, you must first get tokens from the login service. The token validity period is 2 day. In all services, you must send it as \"Bearer $TOKEN\" in Authorization on the Header.</p>\n","_postman_id":"bf50950b-68f1-44e1-a54d-00a623ba1488","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"Vehicle","item":[{"name":"list","id":"76d37d85-3603-4a15-a2ef-b1682486c23a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/vehicle?_id=&licensePlate=&status=&location=&brand&model&year&fuelType=&fuelLevel&transmission&color&vin","description":"<p>This request returns a single vehicle with the specified values. The response structure is an object.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["vehicle"],"host":["https://api.cardelivery.app/api"],"query":[{"key":"_id","value":""},{"key":"licensePlate","value":""},{"description":{"content":"<p>available, not_available, deleted</p>\n","type":"text/plain"},"key":"status","value":""},{"description":{"content":"<p>Location Id</p>\n","type":"text/plain"},"key":"location","value":""},{"key":"brand","value":null},{"key":"model","value":null},{"key":"year","value":null},{"description":{"content":"<p>diesel, petrol, lpg, hybrid, electric</p>\n","type":"text/plain"},"key":"fuelType","value":""},{"description":{"content":"<p>0/8, 1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8, 8/8</p>\n","type":"text/plain"},"key":"fuelLevel","value":null},{"description":{"content":"<p>automatic, manual</p>\n","type":"text/plain"},"key":"transmission","value":null},{"key":"color","value":null},{"key":"vin","value":null}],"variable":[]}},"response":[],"_postman_id":"76d37d85-3603-4a15-a2ef-b1682486c23a"},{"name":"lists","id":"9d19ce89-908f-45ea-bdde-da3dff61e3f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/vehicles?_id=&licensePlate=&status=&location=&brand=&model&year&fuelType=&fuelLevel&transmission&color&vin&limit=","description":"<p>This request retrieves all vehicles in the database or the ones that match the filter. The response is an array.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["vehicles"],"host":["https://api.cardelivery.app/api"],"query":[{"key":"_id","value":""},{"key":"licensePlate","value":""},{"description":{"content":"<p>available, not_available, deleted</p>\n","type":"text/plain"},"key":"status","value":""},{"description":{"content":"<p>Location Id</p>\n","type":"text/plain"},"key":"location","value":""},{"key":"brand","value":""},{"key":"model","value":null},{"key":"year","value":null},{"description":{"content":"<p>diesel, petrol, lpg, hybrid, electric</p>\n","type":"text/plain"},"key":"fuelType","value":""},{"description":{"content":"<p>0/8, 1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8, 8/8</p>\n","type":"text/plain"},"key":"fuelLevel","value":null},{"description":{"content":"<p>automatic, manual</p>\n","type":"text/plain"},"key":"transmission","value":null},{"key":"color","value":null},{"key":"vin","value":null},{"key":"limit","value":""}],"variable":[]}},"response":[],"_postman_id":"9d19ce89-908f-45ea-bdde-da3dff61e3f3"},{"name":"new","id":"86054b9a-6fa9-4fa9-be00-5cfbb48edbce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"licensePlate\": \"\", // -> required\n    \"location\": \"\", // -> required\n    \"odometer\": 0, // -> required\n    \"brand\": \"\", // -> required\n    \"model\": \"\",\n    \"fuelType\": \"\", // -> required\n    \"fuelLevel\": \"\", // -> required\n    \"year\": \"\",\n    \"color\": \"\",\n    \"vin\": \"\",\n    \"transmission\": \"\", // automatic, manual -> required\n    \"cleanStatus\": \"\" //  clean, dirty -> required\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/vehicle","description":"<p>This request is used to add a new vehicle record. You can create a new vehicle by providing the vehicle information with the following parameters.</p>\n<p>-&gt; The location field must be the code field within the location record. The code value of the location where the vehicle is located should be used.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["vehicle"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"86054b9a-6fa9-4fa9-be00-5cfbb48edbce"},{"name":"update","id":"0e1cc7cb-4458-451d-9f8f-ab33d380c603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    // ---------> Güncellemek istediğiniz alanı gönderin\n    // ---------> Submit the area you want to update\n\n    \"_id\": \"\", // -> required\n    \"licensePlate\": \"\",\n    \"location\": \"\",\n    \"odometer\": 0,\n    \"brand\": \"\",\n    \"model\": \"\",\n    \"fuelType\": \"\",\n    \"fuelLevel\": \"\",\n    \"year\": \"\",\n    \"color\": \"\",\n    \"vin\": \"\",\n    \"transmission\": \"\",\n    \"cleanStatus\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/vehicle","description":"<p>This request is used to update an existing vehicle record. You can modify the vehicle information by providing only the fields you want to update using the following parameters.</p>\n<p>-&gt; Location field should be the code field within the location record. The code value of the vehicle's current location should be used</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["vehicle"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e1cc7cb-4458-451d-9f8f-ab33d380c603"},{"name":"delete","id":"0d7dc72a-22e5-4a81-820f-da8f4a08f87c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [] // -> [\"...\",\"...\",\"...\"] -> required\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/vehicle/delete","description":"<p>This request is used to delete vehicles with the specified _id values. You need to send an array containing the ids of the vehicles you wish to delete.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["vehicle","delete"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d7dc72a-22e5-4a81-820f-da8f4a08f87c"}],"id":"34330b65-1211-487c-bbe4-ba8d2d554620","_postman_id":"34330b65-1211-487c-bbe4-ba8d2d554620","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"Location","item":[{"name":"list","id":"dd97d0a3-f74e-4007-8780-8f9d1023d2ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/location?_id=&status&email&name&code&depositiveCode","description":"<p>This request returns a single location with the specified values. The response structure is an object.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["location"],"host":["https://api.cardelivery.app/api"],"query":[{"key":"_id","value":""},{"description":{"content":"<p>active, inactive, deleted</p>\n","type":"text/plain"},"key":"status","value":null},{"key":"email","value":null},{"key":"name","value":null},{"key":"code","value":null},{"key":"depositiveCode","value":null}],"variable":[]}},"response":[],"_postman_id":"dd97d0a3-f74e-4007-8780-8f9d1023d2ab"},{"name":"lists","id":"6eee65a9-f899-4b04-9200-1526bd833baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/locations?_id=&status=&email&name&code&depositiveCode&limit=","description":"<p>This request retrieves all locations in the database or locations that match the filter. The response structure is an array.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["locations"],"host":["https://api.cardelivery.app/api"],"query":[{"key":"_id","value":""},{"description":{"content":"<p>active, inactive, deleted</p>\n","type":"text/plain"},"key":"status","value":""},{"key":"email","value":null},{"key":"name","value":null},{"key":"code","value":null},{"key":"depositiveCode","value":null},{"key":"limit","value":""}],"variable":[]}},"response":[],"_postman_id":"6eee65a9-f899-4b04-9200-1526bd833baf"},{"name":"new","id":"946f6c59-7c46-4f11-a7fc-787184434034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"\", // active, inactive, deleted -> required\n    \"name\": \"\", // -> required\n    \"phone\": \"\",\n    \"email\": \"\",\n    \"address\": \"\",\n    \"code\": \"\",\n    \"depositiveCode\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/location","description":"<p>This request is used to add a new location record. You can add a new location to the database by providing the location information.</p>\n<p>-&gt; The code field is not mandatory when creating the location record. If the code field is not filled in, future transactions such as vehicle, delivery, etc. may become difficult. Therefore, filling the code field provides more efficient use in future processes.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["location"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"946f6c59-7c46-4f11-a7fc-787184434034"},{"name":"update","id":"fd8d6889-9ce7-4e1b-b4be-1c7861b44c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    // ---------> Güncellemek istediğiniz alanı gönderin\n    // ---------> Submit the area you want to update\n\n    \"_id\": \"\", // -> required\n    \"status\": \"\",\n    \"name\": \"\",\n    \"phone\": \"\",\n    \"email\": \"\",\n    \"address\": \"\",\n    \"code\": \"\",\n    \"depositiveCode\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/location","description":"<p>This request is used to update an existing location record. By specifying the _id of the location you want to update, you can provide only the fields that you wish to change.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["location"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd8d6889-9ce7-4e1b-b4be-1c7861b44c5c"},{"name":"delete","id":"0c06b6ad-1f69-4d21-9c32-bbc539fa9f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [] // -> [\"...\",\"...\",\"...\"] -> required\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/location/delete","description":"<p>This request is used to delete one or more locations with the specified _id values. You need to send an array containing the ids of the locations you wish to delete.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["location","delete"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c06b6ad-1f69-4d21-9c32-bbc539fa9f1d"}],"id":"65438406-9285-459e-8ce9-f978615e6bc7","_postman_id":"65438406-9285-459e-8ce9-f978615e6bc7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"Delivery","item":[{"name":"list","id":"ca352a25-48e2-4d54-b8f8-1624a094aeed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.cardelivery.app/api/delivery?_id&status&contractNumber=&identityNumber=&vehicle&deliveryLocation=&receiveLocation=","description":"<p>This request returns a single delivery record with the specified values. The response structure is an object.</p>\n","urlObject":{"path":["delivery"],"host":["https://api.cardelivery.app/api"],"query":[{"key":"_id","value":null},{"description":{"content":"<p>willBeDelivered, delivered, willBeReceived, received, cancelled</p>\n","type":"text/plain"},"key":"status","value":null},{"key":"contractNumber","value":""},{"description":{"content":"<p>Identity / Passport Number</p>\n","type":"text/plain"},"key":"identityNumber","value":""},{"description":{"content":"<p>Vehicle Id</p>\n","type":"text/plain"},"key":"vehicle","value":null},{"description":{"content":"<p>Location Id</p>\n","type":"text/plain"},"key":"deliveryLocation","value":""},{"description":{"content":"<p>Location Id</p>\n","type":"text/plain"},"key":"receiveLocation","value":""}],"variable":[]}},"response":[],"_postman_id":"ca352a25-48e2-4d54-b8f8-1624a094aeed"},{"name":"lists","id":"fd930b9b-08a4-4a18-86d3-45003bdcd581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/deliverys?_id&status&contractNumber&identityNumber&vehicle&deliveryLocation&receiveLocation&limit=","description":"<p>This request retrieves all delivery records in the database or records that match the filter. The response structure is an array.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["deliverys"],"host":["https://api.cardelivery.app/api"],"query":[{"key":"_id","value":null},{"description":{"content":"<p>willBeDelivered, delivered, willBeReceived, received, cancelled</p>\n","type":"text/plain"},"key":"status","value":null},{"key":"contractNumber","value":null},{"description":{"content":"<p>Identity / Passport Number</p>\n","type":"text/plain"},"key":"identityNumber","value":null},{"description":{"content":"<p>Vehicle Id</p>\n","type":"text/plain"},"key":"vehicle","value":null},{"description":{"content":"<p>Location Id</p>\n","type":"text/plain"},"key":"deliveryLocation","value":null},{"description":{"content":"<p>Location Id</p>\n","type":"text/plain"},"key":"receiveLocation","value":null},{"key":"limit","value":""}],"variable":[]}},"response":[],"_postman_id":"fd930b9b-08a4-4a18-86d3-45003bdcd581"},{"name":"new","id":"6eec4e97-1168-4b6c-bfbb-8b943ec17db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sendNotification\": false,\n    \"contractNumber\": \"\", // -> required\n    \"description\": \"\",\n    \"deviceId\": \"\", // send main contract\n    \"vehicle\": {\n        \"licensePlate\": \"\", // -> required\n        \"brand\": \"\", // -> required\n        \"model\": \"\",\n        \"year\": \"\",\n        \"fuelType\": \"\", // diesel, petrol, lpg, hybrid, electric -> required\n        \"fuelLevel\": \"\", // 0/8, 1/8, 2/8 -> required\n        \"odometer\": 0, // -> required\n        \"color\": \"\",\n        \"vin\": \"\",\n        \"transmission\": \"\" // automatic, manual -> required\n    },\n    \"deliveryDetail\": { // Delivery Infos\n        \"date\": \"\", // YYYY-MM-DD HH:mm -> required\n        \"estimatedReturnDate\": \"\", // YYYY-MM-DD HH:mm -> required\n        \"fuelLevel\": \"\", // 0/8, 1/8, 2/8 -> required\n        \"odometer\": 0, // -> required\n        \"location\": \"\", // -> required\n        \"estimatedReturnLocation\": \"\", // -> required\n        \"language\": \"en\", // tr,en -> required\n        \"driverDetail\": {\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"email\": \"\",\n            \"birthDate\": \"\", // YYYY-MM-DD\n            \"country\": \"\", // You can check the country codes from the list by making a request from the Country field.\n            \"phone\": {\n                \"number\": \"\",\n                \"countryCode\": \"\", // TR\n                \"callingCode\": \"\" // 90\n            },\n            \"identityNumber\": \"\", // -> required\n            \"identityType\": \"\", // idCard, passport\n            \"additionalDrivers\": [] // {firstName: \"\", lastName: \"\", identityNumber: \"\"}\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/delivery","description":"<p>If you are creating a delivery record for a vehicle that is already registered in the system, simply enter the <code>licensePlate</code> field. The <code>licensePlate</code> will pull the existing vehicle information from the system. In this case, only the <code>licensePlate</code> field is mandatory. If you are creating the delivery record for a new vehicle that is not registered in the system, you must fill in all mandatory parameters in the vehicle field.</p>\n<p>-&gt; In all location fields, the value of the <code>code</code> field in the current location record must be entered.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["delivery"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6eec4e97-1168-4b6c-bfbb-8b943ec17db3"},{"name":"update","id":"1ba97505-2179-43b4-bf64-d8d5a840919f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    // ---------> Güncellemek istediğiniz alanı gönderin\n    // ---------> Submit the area you want to update\n\n    \"_id\": \"\", // Delivery id -> Required\n    \"contractNumber\": \"\",\n    \"status\": \"\", // willBeDelivered, delivered, willBeReceived, received, cancelled\n    \"description\": \"\",\n    \"deliveryDetail\": { // Delivery Infos\n        \"date\": \"\", // YYYY-MM-DD HH:mm\n        \"estimatedReturnDate\": \"\", // YYYY-MM-DD HH:mm\n        \"fuelLevel\": \"\", // 0/8, 1/8, 2/8\n        \"odometer\": 0,\n        \"location\": \"\",\n        \"estimatedReturnLocation\": \"\",\n        \"language\": \"\", // tr,en\n        \"driverDetail\": {\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"email\": \"\",\n            \"birthDate\": \"\",\n            \"phone\": {\n                \"number\": \"\",\n                \"countryCode\": \"\", // TR\n                \"callingCode\": \"\" // 90\n            },\n            \"identityNumber\": \"\", \n            \"identityType\": \"\", // idCard, passport\n            \"additionalDrivers\": [] // {firstName: \"\", lastName: \"\", identityNumber: \"\"}\n        }\n    },\n    \"receiveDetail\": { // Delivery return information\n        \"date\": \"\",\n        \"fuelLevel\": \"\",\n        \"odometer\": 0,\n        \"location\": \"\",\n        \"driverDetail\": {\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"email\": \"\",\n            \"birthDate\": \"\",\n            \"phone\": {\n                \"number\": \"\",\n                \"countryCode\": \"\", // TR\n                \"callingCode\": \"\" // 90\n            },\n            \"identityNumber\": \"\", \n            \"identityType\": \"\", // idCard, passport\n            \"additionalDrivers\": [] // {firstName: \"\", lastName: \"\", identityNumber: \"\"}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/delivery","description":"<p>-&gt; In all location fields, the value of the <code>code</code> field in the current location record must be entered.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["delivery"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ba97505-2179-43b4-bf64-d8d5a840919f"},{"name":"externalLink","id":"b2fbf3ef-f048-4960-ba92-ef0c54a3115c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/delivery-detail-uri?_id=&language=en","description":"<p>This request creates a link and a token that allows you to view the details of the delivery record with the specified _id value. You can use the generated token in the 'externalDeliveryDetail' request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["delivery-detail-uri"],"host":["https://api.cardelivery.app/api"],"query":[{"description":{"content":"<p>Delivery Id</p>\n","type":"text/plain"},"key":"_id","value":""},{"description":{"content":"<p>tr, en</p>\n","type":"text/plain"},"key":"language","value":"en"}],"variable":[]}},"response":[],"_postman_id":"b2fbf3ef-f048-4960-ba92-ef0c54a3115c"},{"name":"externalDeliveryDetail","id":"f08db7b3-6984-4f27-a36c-30161075d90a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/delivery-detail?token=","description":"<p>This request provides detailed information about the delivery record using the token received from the 'externalLink' request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["delivery-detail"],"host":["https://api.cardelivery.app/api"],"query":[{"description":{"content":"<p>External link token</p>\n","type":"text/plain"},"key":"token","value":""}],"variable":[]}},"response":[],"_postman_id":"f08db7b3-6984-4f27-a36c-30161075d90a"},{"name":"cancel","id":"45d3c550-95f7-4938-b698-a80274ff3299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [] // -> [\"...\",\"...\",\"...\"] -> required\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/delivery/cancel","description":"<p>This request is used to cancel one or more delivery records with the specified _id values. You need to send an array containing the ids of the records you want to cancel.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["delivery","cancel"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"45d3c550-95f7-4938-b698-a80274ff3299"},{"name":"active","id":"77411d85-0748-4242-a31b-877292750868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [], // -> [\"...\",\"...\",\"...\"] -> required\n    \"deliveryStatus\": \"\" // willBeDelivered, delivered, willBeReceived, received -> required\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/delivery/active","description":"<p>This request is used to activate one or more delivery records with the specified _id values. You need to send an array containing the _ids of the records you want to activate, along with the <code>deliveryStatus</code> value indicating the status of the records.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["delivery","active"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"77411d85-0748-4242-a31b-877292750868"},{"name":"sendMainContract","id":"bfa367c8-7675-4f64-8732-9c3514227804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"delivery\": \"\", // Delivery Id\n    \"deviceId\": \"\" // Device Id (It can be obtained from the “BranchModeDevices” field.)\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/delivery/send-device-main-contract","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["delivery","send-device-main-contract"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfa367c8-7675-4f64-8732-9c3514227804"}],"id":"78192e73-ac9d-4be1-a24d-0bcac47eef65","_postman_id":"78192e73-ac9d-4be1-a24d-0bcac47eef65","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"Service","item":[{"name":"list","id":"2b25ec8c-ee58-40b8-8343-77867c3547db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/service?_id&status=&serviceNumber=&locationEntrance&locationExit&vehicle=&withDamageImage=","description":"<p>This request returns a single service record with the specified values. The response structure is an object.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["service"],"host":["https://api.cardelivery.app/api"],"query":[{"key":"_id","value":null},{"description":{"content":"<p>pendingApproval, handover, inTransitToService, inService, pickup, returning, completed, cancelled</p>\n","type":"text/plain"},"key":"status","value":""},{"key":"serviceNumber","value":""},{"description":{"content":"<p>Service entry location id</p>\n","type":"text/plain"},"key":"locationEntrance","value":null},{"description":{"content":"<p>Service exit location id</p>\n","type":"text/plain"},"key":"locationExit","value":null},{"description":{"content":"<p>Vehicle Id</p>\n","type":"text/plain"},"key":"vehicle","value":""},{"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"withDamageImage","value":""}],"variable":[]}},"response":[],"_postman_id":"2b25ec8c-ee58-40b8-8343-77867c3547db"},{"name":"lists","id":"7b50528a-0574-46fe-b9fa-e0b0c4336da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/services?_id&status=&serviceNumber=&locationEntrance&locationExit&vehicle&limit=","description":"<p>This request retrieves all service records in the database or records that match the filter. The response structure is an array.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["services"],"host":["https://api.cardelivery.app/api"],"query":[{"key":"_id","value":null},{"description":{"content":"<p>pendingApproval, handover, inTransitToService, inService, pickup, returning, completed, cancelled</p>\n","type":"text/plain"},"key":"status","value":""},{"key":"serviceNumber","value":""},{"description":{"content":"<p>Service entry location id</p>\n","type":"text/plain"},"key":"locationEntrance","value":null},{"description":{"content":"<p>Service exit location id</p>\n","type":"text/plain"},"key":"locationExit","value":null},{"description":{"content":"<p>Vehicle Id</p>\n","type":"text/plain"},"key":"vehicle","value":null},{"key":"limit","value":""}],"variable":[]}},"response":[],"_postman_id":"7b50528a-0574-46fe-b9fa-e0b0c4336da4"},{"name":"new","id":"290a0288-92de-4fbc-88ea-d5f051cd6a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"tr","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"serviceNumber\": \"\", // -> required\n    \"noRepair\": false, // -> Boolean\n    \"description\": \"\",\n    \"vehicle\": {\n        \"licensePlate\": \"\", // -> required\n        \"brand\": \"\", // -> required\n        \"model\": \"\",\n        \"year\": \"\",\n        \"fuelType\": \"\", // diesel, petrol, lpg, hybrid, electric -> required\n        \"fuelLevel\": \"\", // 0/8, 1/8, 2/8 -> required\n        \"odometer\": 0, // -> required\n        \"color\": \"\",\n        \"vin\": \"\",\n        \"transmission\": \"\" // automatic, manual -> required\n    },\n    \"repairStartDate\": null, // YYYY-MM-DD HH:mm || null\n    \"repairEndDate\": null, // YYYY-MM-DD HH:mm || null\n    \"repairApprovalDate\": null, // YYYY-MM-DD HH:mm || null\n    \"entrance\": {\n        \"deliveryDate\": null, // YYYY-MM-DD HH:mm || null\n        \"estimatedReturnDate\": null, // YYYY-MM-DD HH:mm || null\n        \"location\": \"\", // -> required\n        \"estimatedReturnLocation\": \"\", // -> required\n        \"odometer\": 0, // -> required\n        \"fuelLevel\": \"\", // 0/8, 1/8, 2/8 -> required\n        \"plannedEntryDate\": null, // YYYY-MM-DD HH:mm\n        \"driverDetail\": {\n            \"firstName\": \"\",\n            \"lastName\": \"\"\n        },\n        \"additionalAssurance\": {\n            \"title\": \"\",\n            \"price\": \"\"\n        },\n        \"transferType\": \"\" // officeTransfer, attractive, serviceVale, customer -> required\n    },\n    \"serviceDetailInfo\": {\n        \"name\": \"\",\n        \"address\": \"\"\n    },\n    \"sendNotification\": {\n        \"status\": false,\n        \"title\": \"\", // -> Status alanı true ise zorunludur (mandatory if status field is true)\n        \"message\": \"\" // -> Status alanı true ise zorunludur (mandatory if status field is true)\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/service","description":"<p>\"If you are creating a service record for a vehicle that is already registered in the system, you only need to enter the <code>licensePlate</code> field. The <code>licensePlate</code> will pull the existing vehicle information from the system. In this case, only the <code>licensePlate</code> field is mandatory. If you are creating a service record for a new vehicle that is not registered in the system, you need to fill in all the mandatory parameters in the <code>vehicle</code> field.<br />-&gt; In all location fields, the value of the <code>code</code> field in the current location record must be entered.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["service"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"290a0288-92de-4fbc-88ea-d5f051cd6a03"},{"name":"update","id":"86ea655a-c953-48cf-ae66-2604a385dfe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    // ---------> Güncellemek istediğiniz alanı gönderin\n    // ---------> Submit the area you want to update\n\n    \"_id\": \"\", // -> required\n    \"status\": \"\",\n    \"serviceNumber\": \"\",\n    \"noRepair\": false, // -> Boolean\n    \"description\": \"\",\n    \"repairStartDate\": null, // YYYY-MM-DD HH:mm || null\n    \"repairEndDate\": null, // YYYY-MM-DD HH:mm || null\n    \"repairApprovalDate\": null, // YYYY-MM-DD HH:mm || null\n    \"entrance\": {\n        \"requestApprovalDate\": null, // YYYY-MM-DD HH:mm || null\n        \"deliveryDate\": null, // YYYY-MM-DD HH:mm || null\n        \"inServiceDate\": null, // YYYY-MM-DD HH:mm || null\n        \"estimatedReturnDate\": null, // YYYY-MM-DD HH:mm || null\n        \"location\": \"\", // Location Code Example KS000001\n        \"estimatedReturnLocation\": \"\", // Location Code Example KS000001\n        \"odometer\": 0,\n        \"fuelLevel\": \"\", // 0/8, 1/8, 2/8\n        \"plannedEntryDate\": null, // YYYY-MM-DD HH:mm || null\n        \"driverDetail\": {\n            \"firstName\": \"\",\n            \"lastName\": \"\"\n        },\n        \"additionalAssurance\": {\n            \"title\": \"\",\n            \"price\": \"\"\n        }\n    },\n    \"exit\": {\n        \"receiveDate\": null,\n        \"location\": \"\", // Location Code Example KS000001\n        \"odometer\": 0,\n        \"fuelLevel\": \"\", // 0/8, 1/8, 2/8\n        \"driverDetail\": {\n            \"firstName\": \"\",\n            \"lastName\": \"\"\n        },\n        \"transferType\": \"\" // officeTransfer, attractive, serviceVale, customer\n    },\n    \"serviceDetailInfo\": {\n        \"name\": \"\",\n        \"address\": \"\"\n    },\n    \"sendNotification\": {\n        \"status\": false,\n        \"title\": \"\", // -> Status alanı true ise zorunludur (mandatory if status field is true)\n        \"message\": \"\" // -> Status alanı true ise zorunludur (mandatory if status field is true)\n    },\n    \"reflect\": {\n        \"status\": \"\", // awaitingReflection, reflectionDone\n        \"price\": \"\",\n        \"invNo\": \"\"\n    },\n    \"cancelDescription\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/service","description":"<p>-&gt; In all location fields, the value of the <code>code</code> field in the current location record must be entered.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["service"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"86ea655a-c953-48cf-ae66-2604a385dfe6"},{"name":"cancel","id":"b56213b0-09c8-44ee-ad81-86078aa92063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [], // -> [\"...\",\"...\",\"...\"] -> required,\n    \"cancelDescription\": \"\",\n    \"sendNotification\": {\n        \"status\": false,\n        \"title\": \"\", // -> Status alanı true ise zorunludur (mandatory if status field is true)\n        \"message\": \"\" // -> Status alanı true ise zorunludur (mandatory if status field is true)\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/service/cancel","description":"<p>This request is used to cancel one or more service records with the specified _id values. You need to send an array containing the ids of the records you want to cancel.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["service","cancel"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b56213b0-09c8-44ee-ad81-86078aa92063"}],"id":"3de87302-45d7-47ca-8314-d2ce2970fe45","_postman_id":"3de87302-45d7-47ca-8314-d2ce2970fe45","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"Damage","item":[{"name":"update","id":"11c379c8-5a77-4807-9feb-9599af08b1bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"_id\": \"\", // -> Damage Id -> required\n    \"status\": \"\" // repaired, not_repaired -> required\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/damage","description":"<p>You can update the damage record for the vehicle as 'repaired' or 'not repaired' by sending the _id and status information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["damage"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"11c379c8-5a77-4807-9feb-9599af08b1bb"}],"id":"dfd81a7f-db8f-433e-b9d6-baa5755c619c","_postman_id":"dfd81a7f-db8f-433e-b9d6-baa5755c619c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"Vehicle Parts","item":[{"name":"list","id":"39ebcc48-43a4-4933-a358-184e7a70c8db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/vehicle-parts?part=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"protocol":"https","path":["api","vehicle-parts"],"host":["api","cardelivery","app"],"query":[{"description":{"content":"<p>key</p>\n","type":"text/plain"},"key":"part","value":""}],"variable":[]}},"response":[],"_postman_id":"39ebcc48-43a4-4933-a358-184e7a70c8db"}],"id":"2d1e6a4c-ba1c-4ec9-8ea5-8a0bb21411dd","_postman_id":"2d1e6a4c-ba1c-4ec9-8ea5-8a0bb21411dd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"Country","item":[{"name":"list","id":"153a613b-36a8-47ee-8b36-112de24af168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/country","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["country"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"153a613b-36a8-47ee-8b36-112de24af168"}],"id":"0775f160-0fb0-4773-aa76-bdd013581a21","_postman_id":"0775f160-0fb0-4773-aa76-bdd013581a21","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"Note","item":[{"name":"lists","id":"9de35d0d-99c1-4849-a97f-1595ebbe1d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/notes?delivery=&service=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["notes"],"host":["https://api.cardelivery.app/api"],"query":[{"description":{"content":"<p>Delivery Id</p>\n","type":"text/plain"},"key":"delivery","value":""},{"description":{"content":"<p>Service Id</p>\n","type":"text/plain"},"key":"service","value":""}],"variable":[]}},"response":[],"_postman_id":"9de35d0d-99c1-4849-a97f-1595ebbe1d0b"},{"name":"new","id":"e8ee446f-2a33-4604-9050-4efa75e06c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    \n    // ---> Gönderilen veride delivery ve/veya service alanlarından en az biri mutlaka bulunmalıdır. Her iki alan birden gönderilirse, note alanındaki not hem delivery hem de service için eklenir. Yalnızca biri gönderilirse, not sadece o alan için eklenir.\n\n    // ---> The submitted data must include at least one of the delivery or service fields. If both fields are provided, the note in the note field will be added for both delivery and service. If only one is provided, the note will apply only to that specific field.\n\n{\n    \"delivery\": null, \n    \"service\": null,\n    \"note\": \"\",\n    \"platform\": \"\", // -> CD,RENTSYS -> required \n    \"timestamp\": \"\", // -> required\n    \"createdBy\": {\n         // Boş bırakılırsa veya hiç gönderilmezse, API tarafından oturum açmış (login) kullanıcının bilgisi otomatik olarak kullanılır.\n        // If the \"name,_id\" field is left empty or not provided, the API will automatically use the information of the currently logged-in user.\n\n        \"_id\": \"\", // -> Notu sadece oluşturan silebilir. Silme işleminin yapılabilmesi için _id bilgisi gerekir. --> Only the creator can delete the note. The _id is required to perform the deletion.\n        \"name\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/note","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["note"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8ee446f-2a33-4604-9050-4efa75e06c48"},{"name":"delete","id":"567c0e66-d9e6-4612-9d44-9e297eb738e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n    // -> Silme işleminin yapılabilmesi için id bilgisi gerekir. \n    // -> The id is required to perform the deletion.\n    // id or timestamp\n{\n    \"id\": \"\", // -> optional\n    \"timestamp\": \"\" // -> optional\n}","options":{"raw":{"language":"json"}}},"url":"https://api.cardelivery.app/api/note/delete","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["note","delete"],"host":["https://api.cardelivery.app/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"567c0e66-d9e6-4612-9d44-9e297eb738e4"}],"id":"24397dca-83d8-4ecd-9325-2316d1ff19ce","_postman_id":"24397dca-83d8-4ecd-9325-2316d1ff19ce","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}},{"name":"BranchModeDevices","item":[{"name":"lists","id":"221102e1-3fbd-4139-b634-3f8bf4ad5228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.cardelivery.app/api/branch-mode-devices?location=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}},"urlObject":{"path":["branch-mode-devices"],"host":["https://api.cardelivery.app/api"],"query":[{"description":{"content":"<p>Location code</p>\n","type":"text/plain"},"key":"location","value":""}],"variable":[]}},"response":[],"_postman_id":"221102e1-3fbd-4139-b634-3f8bf4ad5228"}],"id":"fb6779fb-1264-45f5-8030-dc45127c1e81","_postman_id":"fb6779fb-1264-45f5-8030-dc45127c1e81","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","id":"37bf7310-71a9-4da0-ba22-c45d2356f17d","name":"Car Delivery","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"d051e825-b98f-4009-9e56-d57d7f86ad48","type":"text/javascript","exec":["pm.request.headers.add({","    key: \"Accept-Language\",","    value: \"en\" // tr,en","});"]}},{"listen":"test","script":{"id":"f2bad642-ab67-4659-b108-0f4aca7187be","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API_URL","value":"https://api.cardelivery.app/api","type":"string"},{"key":"TOKEN","value":"","type":"string"}]}