### Get All Chronopost Agencies Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves a list of all available Chronopost agencies. ```APIDOC ## getAllChronopostAgences ### Description Fetches a comprehensive list of all Chronopost agencies. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml ``` ### Response #### Success Response (200) Returns a list of all Chronopost agencies. #### Response Example ```xml ``` ``` -------------------------------- ### Get All Chronopost Agencies Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves a list of all available Chronopost agencies. ```APIDOC ## POST /getAllChronopostAgences ### Description This operation retrieves a comprehensive list of all Chronopost agencies. ### Method POST ### Endpoint /getAllChronopostAgences ### Parameters No parameters are required for this operation. ### Response #### Success Response (200) - **return** (tns:pointChronopost) - An array of pointChronopost objects, each representing a Chronopost agency. ``` -------------------------------- ### Get All Chronopost Agencies Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves a list of all Chronopost agencies. ```APIDOC ## getAllChronopostAgences ### Description Retrieves a list of all Chronopost agencies. ### Method POST ### Endpoint /PointRelaisServiceWSService/getAllChronopostAgences ### Request Body (Not specified in WSDL) ### Response #### Success Response (200) (Not specified in WSDL) ``` -------------------------------- ### Search Pickup Point by Product Code, Postal Code, and Date Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Finds pickup points based on product code, postal code, and date. ```APIDOC ## rechercheBtAvecPFParCodeproduitEtCodepostalEtDate ### Description Searches for pickup points using product code, postal code, and date criteria. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml string string string ``` ### Response #### Success Response (200) Returns a list of pickup points matching the specified criteria. #### Response Example ```xml ``` ``` -------------------------------- ### Compare Versions Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Compares the versions of the Point Relais Service. ```APIDOC ## compareVersions ### Description Compares the versions of the Point Relais Service. ### Method POST ### Endpoint /PointRelaisServiceWSService/compareVersions ### Request Body (Not specified in WSDL) ### Response #### Success Response (200) (Not specified in WSDL) ``` -------------------------------- ### compareVersions Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Compares different versions of the service. ```APIDOC ## compareVersions ### Description Compares the versions of the Chronopost service. ### Method POST ### Endpoint /compareVersions ### Request Body (Details not provided in source) ### Response (Details not provided in source) ``` -------------------------------- ### Compare API Versions Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Compares two versions of the API and returns a result indicating their compatibility. ```APIDOC ## POST /compareVersions ### Description This operation compares two specified API versions. ### Method POST ### Endpoint /compareVersions ### Parameters #### Request Body - **arg0** (string) - Optional - The first API version string to compare. - **arg1** (string) - Optional - The second API version string to compare. ### Response #### Success Response (200) - **return** (int) - An integer indicating the comparison result (e.g., 0 for equal, negative for arg0 < arg1, positive for arg0 > arg1). ``` -------------------------------- ### Search Pickup Points by Coordinates with Service Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves a list of Chronopost pickup points based on geographical coordinates and service parameters. ```APIDOC ## POST recherchePointChronopostParCoordonneesGeographiquesParService ### Description Searches for Chronopost pickup points based on geographical coordinates and service criteria. ### Method POST ### Endpoint /recherchePointChronopostParCoordonneesGeographiquesParService ### Parameters #### Request Body - **accountNumber** (string) - Optional - Account number for authentication. - **password** (string) - Optional - Password for authentication. - **countryCode** (string) - Optional - Country code for the search. - **coordGeoLatitude** (string) - Optional - Latitude coordinate. - **coordGeoLongitude** (string) - Optional - Longitude coordinate. - **type** (string) - Optional - Type of pickup point. - **productCode** (string) - Optional - Product code. - **service** (string) - Optional - Specific service required. - **weight** (string) - Optional - Weight of the parcel. - **shippingDate** (string) - Optional - Date of shipment. - **maxPointChronopost** (string) - Optional - Maximum number of points to return. - **maxDistanceSearch** (string) - Optional - Maximum search distance. - **holidayTolerant** (string) - Optional - Indicates if holiday tolerance is required. - **serviceList** (string) - Optional - List of services to filter by. - **language** (string) - Optional - Language for the response. - **version** (string) - Optional - API version. - **pudoType** (string) - Optional - Type of PUDO (Pick-Up and Drop-Off) point. ### Response #### Success Response (200) - **return** (pointCHRResult) - Contains the search results for pickup points. ``` -------------------------------- ### Compare API Versions Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Compares the current API version with a specified version. ```APIDOC ## compareVersions ### Description Compares the service version with a provided version string. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml string ``` ### Response #### Success Response (200) Returns a boolean indicating if the versions match or if an update is needed. #### Response Example ```xml boolean ``` ``` -------------------------------- ### Search Pickup Point by Geographic Coordinates and Service Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Finds pickup points based on geographic coordinates and a specific service. ```APIDOC ## recherchePointRelaisParCoordonneesGeographiquesParService ### Description Searches for pickup points using geographic coordinates and filters by a specific service. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml string string string ``` ### Response #### Success Response (200) Returns a list of pickup points matching the geographic and service criteria. #### Response Example ```xml ``` ``` -------------------------------- ### rechercheTourneeResponse Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Response for retrieving tour information. ```APIDOC ## POST rechercheTourneeResponse ### Description Response for retrieving tour information. ### Method POST ### Endpoint /rechercheTourneeResponse ### Parameters #### Request Body - **parameters** (object) - Required - The input parameters for the search. ### Request Example ```json { "parameters": { "numeroTournee": "T12345" } } ``` ### Response #### Success Response (200) - **return** (object) - Contains the tour information. #### Response Example ```json { "return": { "numeroTournee": "T12345", "typeTournee": "REGULIER", "posteComptable": "PC123", "description": "Tournee reguliere du matin" } } ``` ``` -------------------------------- ### rechercheTournee Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves tour information. ```APIDOC ## POST rechercheTournee ### Description Retrieves tour information. ### Method POST ### Endpoint /rechercheTournee ### Parameters #### Request Body - **parameters** (object) - Required - The input parameters for the search. ### Request Example ```json { "parameters": { "numeroTournee": "T12345" } } ``` ### Response #### Success Response (200) - **return** (object) - Contains the tour information. #### Response Example ```json { "return": { "numeroTournee": "T12345", "typeTournee": "REGULIER", "posteComptable": "PC123", "description": "Tournee reguliere du matin" } } ``` ``` -------------------------------- ### rechercheTournee Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves tour information. ```APIDOC ## rechercheTournee ### Description This operation is used to retrieve tour information. ### Method POST ### Endpoint /recherchebt-ws-cxf/PointRelaisServiceWS ### Request Body (Details not provided in source) ### Response (Details not provided in source) ``` -------------------------------- ### Search Chronopost Pickup Point by Geographic Coordinates and Service Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Finds Chronopost pickup points based on geographic coordinates and a specific service. ```APIDOC ## recherchePointChronopostParCoordonneesGeographiquesParService ### Description Searches for Chronopost pickup points using geographic coordinates and filters by a specific service. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml string string string ``` ### Response #### Success Response (200) Returns a list of Chronopost pickup points matching the geographic and service criteria. #### Response Example ```xml ``` ``` -------------------------------- ### rechercheTourneeParTypeTourneeEtPosteComptable Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Searches for delivery routes based on route type and accounting post. ```APIDOC ## rechercheTourneeParTypeTourneeEtPosteComptable ### Description Searches for delivery routes ('tournee') based on the type of route and the accounting post. ### Method POST ### Endpoint /rechercheTourneeParTypeTourneeEtPosteComptable ### Request Body (Details not provided in source) ### Response (Details not provided in source) ``` -------------------------------- ### compareVersionsResponse Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Compares API versions. ```APIDOC ## POST compareVersionsResponse ### Description Compares API versions. ### Method POST ### Endpoint /compareVersionsResponse ### Parameters #### Request Body - **parameters** (object) - Required - The input parameters for version comparison. ### Request Example ```json { "parameters": { "version1": "1.0.0", "version2": "1.1.0" } } ``` ### Response #### Success Response (200) - **return** (boolean) - True if version2 is greater than version1, false otherwise. #### Response Example ```json { "return": true } ``` ``` -------------------------------- ### Search Detailed Chronopost Pickup Point (Internal) Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Internal operation for retrieving detailed information about Chronopost pickup points. ```APIDOC ## rechercheDetailPointChronopostInter ### Description An internal method to retrieve detailed information for Chronopost pickup points. Specific usage may vary. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml ``` ### Response #### Success Response (200) Returns detailed results from the internal search operation. #### Response Example ```xml ``` ``` -------------------------------- ### rechercheTourneeParTypeTourneeEtPosteComptable Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves tour information based on tour type and accounting post. ```APIDOC ## POST rechercheTourneeParTypeTourneeEtPosteComptable ### Description Retrieves tour information based on tour type and accounting post. ### Method POST ### Endpoint /rechercheTourneeParTypeTourneeEtPosteComptable ### Parameters #### Request Body - **parameters** (object) - Required - The input parameters for the search. ### Request Example ```json { "parameters": { "typeTournee": "REGULIER", "posteComptable": "PC123" } } ``` ### Response #### Success Response (200) - **return** (object) - Contains the tour information. #### Response Example ```json { "return": { "numeroTournee": "T12345", "typeTournee": "REGULIER", "posteComptable": "PC123", "description": "Tournee reguliere du matin" } } ``` ``` -------------------------------- ### Search Chronopost Pickup Point (Internal) Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Internal operation for searching Chronopost pickup points. ```APIDOC ## recherchePointChronopostInter ### Description An internal method for searching Chronopost pickup points. Usage details may vary. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml ``` ### Response #### Success Response (200) Returns results from the internal search operation. #### Response Example ```xml ``` ``` -------------------------------- ### Search Point Chronopost by Coordinates Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves Chronopost pickup points based on geographical coordinates. ```APIDOC ## POST /recherchePointChronopostParCoordonneesGeographiques ### Description This operation searches for Chronopost pickup points using latitude and longitude. ### Method POST ### Endpoint /recherchePointChronopostParCoordonneesGeographiques ### Parameters #### Request Body - **accountNumber** (string) - Optional - Account number for authentication. - **password** (string) - Optional - Password for authentication. - **coordGeoLatitude** (string) - Optional - Latitude for the search. - **coordGeoLongitude** (string) - Optional - Longitude for the search. - **type** (string) - Optional - Type of service. - **productCode** (string) - Optional - Product code. - **service** (string) - Optional - Specific service code. - **weight** (string) - Optional - Weight of the parcel. - **shippingDate** (string) - Optional - Date of shipment. - **maxPointChronopost** (string) - Optional - Maximum number of points to return. - **maxDistanceSearch** (string) - Optional - Maximum search distance. - **holidayTolerant** (string) - Optional - Flag to consider holidays. ### Response #### Success Response (200) - **return** (tns:pointCHRResult) - Contains the search results for pickup points. ``` -------------------------------- ### Search Chronopost Pickup Point by Service (AGL) Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Searches for Chronopost pickup points filtered by a specific service (AGL). ```APIDOC ## recherchePointChronopostInterParServiceAGL ### Description Searches for Chronopost pickup points, specifically filtering by the AGL service. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml ``` ### Response #### Success Response (200) Returns a list of Chronopost pickup points matching the AGL service criteria. #### Response Example ```xml ``` ``` -------------------------------- ### Search Detailed Pickup Point Information Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Fetches detailed information for a specific Chronopost pickup point using its identifier. ```APIDOC ## POST rechercheDetailPointChronopostInter ### Description Retrieves detailed information about a specific Chronopost pickup point. ### Method POST ### Endpoint /rechercheDetailPointChronopostInter ### Parameters #### Request Body - **accountNumber** (string) - Optional - Account number for authentication. - **password** (string) - Optional - Password for authentication. - **identifiant** (string) - Optional - The identifier of the pickup point. - **countryCode** (string) - Optional - Country code. - **language** (string) - Optional - Language for the response. - **version** (string) - Optional - API version. ### Response #### Success Response (200) - **return** (pointCHRResult) - Contains the detailed information of the pickup point. ``` -------------------------------- ### Search Detailed Chronopost Pickup Point Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves detailed information about a Chronopost pickup point. ```APIDOC ## rechercheDetailPointChronopost ### Description Fetches comprehensive details for a Chronopost pickup point. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml ``` ### Response #### Success Response (200) Returns detailed information about the Chronopost pickup point. #### Response Example ```xml ``` ``` -------------------------------- ### recherchePointChronopostInterParService Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Searches for Chronopost pickup points within a specific service. ```APIDOC ## recherchePointChronopostInterParService ### Description This operation searches for Chronopost pickup points within a specified service. ### Method POST ### Endpoint /recherchePointChronopostInterParService ### Request Body (Details not provided in source) ### Response (Details not provided in source) ``` -------------------------------- ### getAllChronopostAgences Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves all Chronopost agencies. ```APIDOC ## POST getAllChronopostAgences ### Description Retrieves all Chronopost agencies. ### Method POST ### Endpoint /getAllChronopostAgences ### Parameters No parameters required. ### Request Example ```json { "parameters": {} } ``` ### Response #### Success Response (200) - **return** (object) - A list of all Chronopost agencies. #### Response Example ```json { "return": [ { "code": "AGENCE001", "libelle": "Agence Chronopost Paris", "adresse": { "rue": "10 Avenue des Agences", "codePostal": "75001", "ville": "Paris", "pays": "FR" } } ] } ``` ``` -------------------------------- ### recherchePointChronopostInterParServiceAGL Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Searches for Chronopost pickup points within a specific service (AGL). ```APIDOC ## recherchePointChronopostInterParServiceAGL ### Description This operation searches for Chronopost pickup points using the AGL service. ### Method POST ### Endpoint /recherchePointChronopostInterParServiceAGL ### Request Body (Details not provided in source) ### Response (Details not provided in source) ``` -------------------------------- ### getAllChronopostAgences Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves a list of all Chronopost agencies. ```APIDOC ## getAllChronopostAgences ### Description Fetches a comprehensive list of all available Chronopost agencies. ### Method GET ### Endpoint /getAllChronopostAgences ### Request Body None ### Response (Details not provided in source) ``` -------------------------------- ### rechercheTourneeParTypeTourneeEtPosteComptable Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Searches for a tournee (route) by tournee type and accounting post. ```APIDOC ## rechercheTourneeParTypeTourneeEtPosteComptable ### Description Retrieves tournee (route) information based on the type of tournee and the accounting post. ### Method POST ### Endpoint /PointRelaisServiceWS ### Parameters #### Request Body - **parameters** (object) - Required - Contains the input parameters for the search. ### Request Example ```json { "parameters": { "typeTournee": "string", "posteComptable": "string" } } ``` ### Response #### Success Response (200) - **return** (object) - Contains the details of the tournee found. #### Response Example ```json { "return": { "codeTournee": "string", "libelleTournee": "string" } } ``` ``` -------------------------------- ### Search Pickup Point by Geographic Coordinates Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Finds pickup points based on geographic coordinates (latitude and longitude). ```APIDOC ## recherchePointRelaisParCoordonneesGeographiques ### Description Searches for pickup points (relais) using geographic coordinates. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml string string ``` ### Response #### Success Response (200) Returns a list of pickup points matching the geographic criteria. #### Response Example ```xml ``` ``` -------------------------------- ### recherchePointChronopost Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl General search for Chronopost pickup points. ```APIDOC ## recherchePointChronopost ### Description This operation performs a general search for Chronopost pickup points. ### Method POST ### Endpoint /recherchePointChronopost ### Request Body (Details not provided in source) ### Response (Details not provided in source) ``` -------------------------------- ### Search Chronopost Pickup Point by Geographic Coordinates Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Finds Chronopost pickup points based on geographic coordinates (latitude and longitude). ```APIDOC ## recherchePointChronopostParCoordonneesGeographiques ### Description Searches for Chronopost pickup points near specified geographic coordinates. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml string string ``` ### Response #### Success Response (200) Returns a list of Chronopost pickup points matching the geographic criteria. #### Response Example ```xml ``` ``` -------------------------------- ### rechercheBtAvecPFParCodeproduitEtCodepostalEtDate Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Finds business tools with parcel lockers using product code, postal code, and date. ```APIDOC ## rechercheBtAvecPFParCodeproduitEtCodepostalEtDate ### Description This operation searches for business tools (BT) with associated parcel lockers (PF) by providing a product code, postal code, and a specific date. ### Method POST ### Endpoint /recherchebt-ws-cxf/PointRelaisServiceWS ### Request Body (Details not provided in source) ### Response (Details not provided in source) ``` -------------------------------- ### Search Pickup Point by ID (Chronopost A2Pas) Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves pickup point information by ID, specifically for Chronopost A2Pas. ```APIDOC ## rechercheBtAvecPFParIdChronopostA2Pas ### Description Fetches pickup point details using an ID, tailored for Chronopost A2Pas. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml string ``` ### Response #### Success Response (200) Returns the pickup point information for Chronopost A2Pas. #### Response Example ```xml ``` ``` -------------------------------- ### Search Detailed Point Chronopost Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves detailed information for a specific Chronopost point. ```APIDOC ## rechercheDetailPointChronopost ### Description Retrieves detailed information for a specific Chronopost point. ### Method POST ### Endpoint /PointRelaisServiceWSService/rechercheDetailPointChronopost ### Request Body (Not specified in WSDL) ### Response #### Success Response (200) (Not specified in WSDL) ``` -------------------------------- ### rechercheDetailPointChronopost Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves detailed information about a Chronopost pickup point. ```APIDOC ## rechercheDetailPointChronopost ### Description Fetches comprehensive details for a given Chronopost pickup point. ### Method POST ### Endpoint /rechercheDetailPointChronopost ### Request Body (Details not provided in source) ### Response (Details not provided in source) ``` -------------------------------- ### Search Tournee by Type and Accounting Post Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves tournee information based on tournee type and accounting post. ```APIDOC ## POST /rechercheTourneeParTypeTourneeEtPosteComptable ### Description This operation allows searching for tournee information using the tournee type and accounting post. ### Method POST ### Endpoint /rechercheTourneeParTypeTourneeEtPosteComptable ### Request Body - **posteComptable** (string) - Optional - The accounting post identifier. ### Response #### Success Response (200) - **return** (tourneeCompleteResult) - Contains the result of the tournee search. ### Response Example ```json { "return": { "errorCode": 0, "errorMessage": null, "tourneeComplete": { "codeTourneeMaitre": "string", "codeTypeTournee": "string", "coutMensuelBatiment": "string", "cubage": "string", "cubageDistri": "string", "detailPrestation": "string", "heureTheoriqueRetour": "string", "idMoyenPropre": "string", "idSecteur": "string", "idSousTraitant": "string", "idVehicule": "string", "picking": "string", "planDistri": "string", "posteComptable": "string", "pourcentageCoChargement": "string", "qualification": "string", "spot": "string", "trigrammeAgence": "string", "typeTournee": "string", "zone": "string", "code": "string", "localise": true, "type": "string" } } } ``` ``` -------------------------------- ### Search Point Chronopost by ID Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves detailed information for a specific Chronopost pickup point using its ID. ```APIDOC ## POST /recherchePointChronopostAvecCoordParId ### Description This operation retrieves a Chronopost pickup point's details using its unique identifier. ### Method POST ### Endpoint /recherchePointChronopostAvecCoordParId ### Parameters #### Request Body - **id** (string) - Optional - The unique identifier of the pickup point. ### Response #### Success Response (200) - **return** (tns:pointChronopostAvecCoord) - An array of pickup points matching the provided ID. Each element contains detailed information including coordinates. ``` -------------------------------- ### Search Point Chronopost by Geographical Coordinates and Service Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Searches for Chronopost points using geographical coordinates and service. ```APIDOC ## recherchePointChronopostParCoordonneesGeographiquesParService ### Description Searches for Chronopost points using geographical coordinates and service. ### Method POST ### Endpoint /PointRelaisServiceWSService/recherchePointChronopostParCoordonneesGeographiquesParService ### Request Body (Not specified in WSDL) ### Response #### Success Response (200) (Not specified in WSDL) ``` -------------------------------- ### Search Point Chronopost by ID Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves a list of Chronopost points based on a provided ID. ```APIDOC ## POST /recherchePointChronopostParId ### Description This operation allows searching for Chronopost points using their unique identifier. ### Method POST ### Endpoint /recherchePointChronopostParId ### Request Body - **id** (string) - Optional - The identifier of the Chronopost point. ### Response #### Success Response (200) - **return** (pointChronopost[]) - A list of Chronopost points matching the provided ID. ### Response Example ```json { "return": [ { "adresse1": "string", "adresse2": "string", "adresse3": "string", "codePostal": "string", "dateArriveColis": "2023-10-27T10:00:00Z", "horairesOuvertureDimanche": "string", "horairesOuvertureJeudi": "string", "horairesOuvertureLundi": "string", "horairesOuvertureMardi": "string", "horairesOuvertureMercredi": "string", "horairesOuvertureSamedi": "string", "horairesOuvertureVendredi": "string", "horairesOuverturesFormates": "string", "identifiantChronopost": "string", "localite": "string", "nomEnseigne": "string", "typeDePoint": "string" } ] } ``` ``` -------------------------------- ### recherchePointChronopostInterParServiceAGL Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Searches for Chronopost relay points accessible via the AGL service. ```APIDOC ## recherchePointChronopostInterParServiceAGL ### Description This operation searches for Chronopost relay points that are accessible through the AGL service. ### Method POST ### Endpoint /PointRelaisServiceWS ### Parameters #### Request Body - **parameters** (object) - Required - Contains the input parameters for the search. ### Request Example ```json { "parameters": { "codeProduit": "string", "codeService": "string" } } ``` ### Response #### Success Response (200) - **return** (object) - Contains the list of Chronopost relay points found. #### Response Example ```json { "return": [ { "code": "string", "libelle": "string", "adresse": { "rue": "string", "codePostal": "string", "ville": "string", "pays": "string" }, "coordonnees": { "latitude": "double", "longitude": "double" } } ] } ``` ``` -------------------------------- ### Search Tobacco Shops by Product Code, Postal Code, and Date Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Finds tobacco shops associated with a specific product code, postal code, and date. ```APIDOC ## POST rechercheBtAvecPFParCodeproduitEtCodepostalEtDate ### Description Searches for tobacco shops (Bureaux de Tabac avec Point de Façon) based on product code, postal code, and date. ### Method POST ### Endpoint /rechercheBtAvecPFParCodeproduitEtCodepostalEtDate ### Parameters #### Request Body - **codeProduit** (string) - Optional - The product code. - **codePostal** (string) - Optional - The postal code. - **date** (string) - Optional - The date for the search. ### Response #### Success Response (200) - **return** (bureauDeTabacAvecPF[]) - An array of tobacco shops matching the criteria. ``` -------------------------------- ### Search Chronopost Pickup Point by ID Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves information about a specific Chronopost pickup point using its unique identifier. ```APIDOC ## recherchePointChronopostParId ### Description Retrieves detailed information for a Chronopost pickup point based on its ID. ### Method POST ### Endpoint /PointRelaisServiceWSSoap ### Request Body ```xml string ``` ### Response #### Success Response (200) Returns details of the Chronopost pickup point. #### Response Example ```xml string string string string string string string string string string string string string string string string string string string string string ``` ``` -------------------------------- ### Search Point Chronopost Inter Source: https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl Retrieves Chronopost pickup points based on address and other criteria. ```APIDOC ## POST /recherchePointChronopostInter ### Description This operation searches for Chronopost pickup points using address details and service parameters. ### Method POST ### Endpoint /recherchePointChronopostInter ### Parameters #### Request Body - **accountNumber** (string) - Optional - Account number for authentication. - **password** (string) - Optional - Password for authentication. - **address** (string) - Optional - Street address. - **zipCode** (string) - Optional - Postal code. - **city** (string) - Optional - City name. - **countryCode** (string) - Optional - Country code. - **type** (string) - Optional - Type of service. - **productCode** (string) - Optional - Product code. - **service** (string) - Optional - Specific service code. - **weight** (string) - Optional - Weight of the parcel. - **shippingDate** (string) - Optional - Date of shipment. - **maxPointChronopost** (string) - Optional - Maximum number of points to return. - **maxDistanceSearch** (string) - Optional - Maximum search distance. - **holidayTolerant** (string) - Optional - Flag to consider holidays. - **language** (string) - Optional - Language for the response. - **version** (string) - Optional - API version. ### Response #### Success Response (200) - **return** (tns:pointCHRResult) - Contains the search results for pickup points. ```