{
 "info": {
  "_postman_id": "everest-delivery-8.3.5.6",
  "name": "Everest delivery 8.3.5.6",
  "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
 },
 "item": [
  {
   "name": "createDeliveryFile",
   "request": {
    "method": "POST",
    "header": [
     {
      "key": "Content-Type",
      "value": "application/json"
     },
     {
      "key": "Authorization",
      "value": "Bearer {{accessToken}}"
     }
    ],
    "url": {
     "raw": "{{baseUrl}}/delivery-integration-indoor-service/api/createDeliveryFile"
    },
    "description": "Service that generates the delivery file for use in distribution processes."
   }
  },
  {
   "name": "getCourierInformation",
   "request": {
    "method": "POST",
    "header": [
     {
      "key": "Content-Type",
      "value": "application/json"
     },
     {
      "key": "Authorization",
      "value": "Bearer {{accessToken}}"
     }
    ],
    "url": {
     "raw": "{{baseUrl}}/delivery-integration-indoor-service/api/getCourierInformation"
    },
    "description": "Service that retrieves the card’s courier delivery information using the barcode number."
   }
  },
  {
   "name": "updateAddressInformation",
   "request": {
    "method": "POST",
    "header": [
     {
      "key": "Content-Type",
      "value": "application/json"
     },
     {
      "key": "Authorization",
      "value": "Bearer {{accessToken}}"
     }
    ],
    "url": {
     "raw": "{{baseUrl}}/delivery-integration-indoor-service/api/updateAddressInformation"
    },
    "description": "Service that allows updating the customer’s delivery address."
   }
  },
  {
   "name": "updateMovementsWithBarcodeNumber",
   "request": {
    "method": "POST",
    "header": [
     {
      "key": "Content-Type",
      "value": "application/json"
     },
     {
      "key": "Authorization",
      "value": "Bearer {{accessToken}}"
     }
    ],
    "url": {
     "raw": "{{baseUrl}}/delivery-integration-indoor-service/api/updateMovementsWithBarcodeNumber"
    },
    "description": "Service that updates delivery movements and status information based on the barcode number of the courier shipment."
   }
  },
  {
   "name": "getBasicCourierInformation",
   "request": {
    "method": "POST",
    "header": [
     {
      "key": "Content-Type",
      "value": "application/json"
     },
     {
      "key": "Authorization",
      "value": "Bearer {{accessToken}}"
     }
    ],
    "url": {
     "raw": "{{baseUrl}}/delivery-integration-indoor-service/api/getBasicCourierInformation"
    },
    "description": "Service that retrieves basic courier stage information based on the provided Shadow Card Number."
   }
  },
  {
   "name": "getCourierInformationIbmb",
   "request": {
    "method": "POST",
    "header": [
     {
      "key": "Content-Type",
      "value": "application/json"
     },
     {
      "key": "Authorization",
      "value": "Bearer {{accessToken}}"
     }
    ],
    "url": {
     "raw": "{{baseUrl}}/delivery-integration-indoor-service/api/getCourierInformationIbmb"
    },
    "description": "Service that returns detailed IBMB system information of the courier company used for card delivery."
   }
  },
  {
   "name": "getCourierInformationByMainCustomer",
   "request": {
    "method": "POST",
    "header": [
     {
      "key": "Content-Type",
      "value": "application/json"
     },
     {
      "key": "Authorization",
      "value": "Bearer {{accessToken}}"
     }
    ],
    "url": {
     "raw": "{{baseUrl}}/delivery-integration-indoor-service/api/getCourierInformationByMainCustomer"
    },
    "description": "Service that returns detailed IBMB system information of the courier company used for card delivery, based on the provided customer number."
   }
  },
  {
   "name": "healthCheck",
   "request": {
    "method": "POST",
    "header": [
     {
      "key": "Content-Type",
      "value": "application/json"
     },
     {
      "key": "Authorization",
      "value": "Bearer {{accessToken}}"
     }
    ],
    "url": {
     "raw": "{{baseUrl}}/delivery-integration-indoor-service/api/healthCheck"
    },
    "description": "It is a method that checks whether the service is operational."
   }
  }
 ],
 "variable": [
  {
   "key": "baseUrl",
   "value": "https://devcard.sim-ant.com/SandBox/DeliveryIntegration"
  },
  {
   "key": "accessToken",
   "value": ""
  }
 ]
}