# Everest Card — generated from the portal's compiled model. # Do not edit: re-download rather than patch, or this drifts from the platform. # # Set @accessToken before sending anything. The token is a client_credentials # grant against the OAuth2 service — you supply the id and the secret, and the # portal never stores either. # Delivery Integration Indoor Service API — v8.3.5.6, 8 operations. @baseUrl = https://devcard.sim-ant.com/SandBox/IntegrationDelivery @accessToken = ### createDeliveryFile # Service that generates the delivery file for use in distribution processes. POST {{baseUrl}}/delivery-integration-indoor-service/api/createDeliveryFile Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCourierInformation # Service that retrieves the card’s courier delivery information using the barcode number. POST {{baseUrl}}/delivery-integration-indoor-service/api/getCourierInformation Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### updateAddressInformation # Service that allows updating the customer’s delivery address. POST {{baseUrl}}/delivery-integration-indoor-service/api/updateAddressInformation Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### updateMovementsWithBarcodeNumber # Service that updates delivery movements and status information based on the barcode number of the courier shipment. POST {{baseUrl}}/delivery-integration-indoor-service/api/updateMovementsWithBarcodeNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getBasicCourierInformation # Service that retrieves basic courier stage information based on the provided Shadow Card Number. POST {{baseUrl}}/delivery-integration-indoor-service/api/getBasicCourierInformation Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCourierInformationIbmb # Service that returns detailed IBMB system information of the courier company used for card delivery. POST {{baseUrl}}/delivery-integration-indoor-service/api/getCourierInformationIbmb Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCourierInformationByMainCustomer # Service that returns detailed IBMB system information of the courier company used for card delivery, based on the provided customer number. POST {{baseUrl}}/delivery-integration-indoor-service/api/getCourierInformationByMainCustomer Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### healthCheck # It is a method that checks whether the service is operational. POST {{baseUrl}}/delivery-integration-indoor-service/api/healthCheck Content-Type: application/json Authorization: Bearer {{accessToken}} {}