{"openapi":"3.0.0","info":{"title":"Teliae : Station API","description":"OpenAPI documentation for the Station chargeur API","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/v1\/carrier\/select":{"post":{"operationId":"api_post_carrier_selectCarrierCollection","tags":["Carrier"],"responses":{"201":{"description":"Carrier resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Carrier.ResponseCarrierSelectOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Get all possible rates with deadline","description":"returns all possible rates with deadline for a given order","parameters":[],"requestBody":{"description":"The new Carrier resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Carrier"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/city\/search":{"post":{"operationId":"api_search_cityCityCollection","tags":["City"],"responses":{"201":{"description":"City resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/City.ResponseCitySearchDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"City Search API","description":"This API allows  user to Search for a city entity trough specific criteria send in a json encoded string","parameters":[{"name":"itemsperpage","in":"query","description":"the number of items per page. Should be between 10 and 1000.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int","default":"10"},"style":"form","explode":false,"allowReserved":false}],"requestBody":{"description":"The new City resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/City.CitySearchInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/component\/{id}\/notify":{"post":{"operationId":"api_component_post_notifyComponentCollection","tags":["Component"],"responses":{"201":{"description":"Component resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Component"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Component"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Component"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Notify component","description":"This API notify the component with a payload and queryParams","parameters":[],"requestBody":{"description":"The new Component resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Component"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Component"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Component"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/bulk\/{action}":{"post":{"operationId":"api_post_order_bulk_activate_suspendOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseOrderMassActivateOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Performing End of day for a order","description":"This API will performs the end of day for every orders sent in the post","parameters":[],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderPreannounceInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/create":{"post":{"operationId":"api_post_order_createOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseOrderCreateOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creating order","description":"Create order from json data<br>Field 'type' can have 3 values: DEL (delivery), PIC (pickup) or REV (reverse)","parameters":[],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/endofday":{"post":{"operationId":"api_post_order_end_of_dayOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseOrderEndOfDayOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Performing End of day for a order","description":"This API will performs the end of day for every orders sent in the post","parameters":[],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderPreannounceInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/preannounce":{"post":{"operationId":"api_post_order_preannounceOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.TeliaeEmptyOutput"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Send preannounces","description":"This API will send preannounces for every shipment sent in the post","parameters":[],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderPreannounceInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/rate":{"post":{"operationId":"api_post_order_rateOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseOrderRateOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Get all possible rates","description":"returns all possible rates for a given order","parameters":[],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/search":{"get":{"operationId":"api_get_order_searchOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseSearchOrderArrayOutputDto"}}}}}},"summary":"Perform search by input criteria","description":"returns all matching orders","parameters":[{"name":"reference","in":"query","description":"Order reference","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"receipt","in":"query","description":"Order receipt","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"consignorCode","in":"query","description":"Order consignor code","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"carrierCode","in":"query","description":"Order carrier code","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"serviceCode","in":"query","description":"Order service code","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"shipmentDate","in":"query","description":"Order date","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_post_order_searchOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseSearchOrderArrayOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Perform search by input criteria","description":"returns all matching orders","parameters":[],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderSearchInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}":{"get":{"operationId":"api_get_orderOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderOutputDto"}}}}}},"summary":"Get order from order uuid","description":"API Get order from order uuid","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/activate":{"patch":{"operationId":"api_patch_order_activateOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderCreateOutputDto"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Activate order","description":"","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Order resource","content":{"application\/json":{"schema":{}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/add\/handlingUnit":{"post":{"operationId":"api_post_order_add_handlingunitOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseOrderEmptyOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Add handling unit","description":"API order, Add handling unit to an order by UUID","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderHandlingUnitInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/add\/invoice":{"post":{"operationId":"api_post_order_add_invoiceOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseOrderEmptyOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Add item","description":"API order, Add ivoice to an order by UUID","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderIvoiceInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/add\/items":{"post":{"operationId":"api_post_order_add_itemsOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseOrderEmptyOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Add items","description":"API order, Add items to an order by UUID","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderItemsInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/cancel":{"patch":{"operationId":"api_patch_order_cancelOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderEmptyOutputDto"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Canceling order","description":"The order is canceled for the carrier","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Order resource","content":{"application\/json":{"schema":{}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/delete":{"patch":{"operationId":"api_patch_order_deleteOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderEmptyOutputDto"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Deleting order","description":"The order is deleted","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Order resource","content":{"application\/json":{"schema":{}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/delete\/handlingUnit":{"post":{"operationId":"api_post_order_delete_handlingunitOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.ResponseOrderEmptyOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Deleting handling unit","description":"The handling unit is deleted","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderDeleteHandlingUnitInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/document":{"get":{"operationId":"api_get_order_documentOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderDocumentOutputDto"}}}}}},"summary":"Get order documents","description":"Enable to get tracking documents (labels) and shipping documents (invoice, receipt ..)","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/label":{"get":{"operationId":"api_get_order_labelOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderLabelOutputDto"}}}}}},"summary":"Get order label","description":"","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/suspend":{"patch":{"operationId":"api_patch_order_suspendOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderCreateOutputDto"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Suspending order","description":"","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Order resource","content":{"application\/json":{"schema":{}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/tracking":{"get":{"operationId":"api_get_order_trackingOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderTrackingOutputDto"}}}}}},"summary":"Get order tracking","description":"Enable to get tracking","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/order\/{uuid}\/update":{"put":{"operationId":"api_put_order_updateOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.ResponseOrderEmptyOutputDto"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Updating order","description":"API order","parameters":[{"name":"uuid","in":"path","description":"Order UUID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Order resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order"}}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/printer\/delete\/{idPrinter}":{"get":{"operationId":"api_delete_printerPrinterCollection","tags":["Printer"],"responses":{"200":{"description":"Delete One printer identified by it's ID","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer.TeliaeEmptyOutput"}}}}},"summary":"Delete One printer identified by it's ID","description":"","parameters":[{"name":"idPrinter","in":"path","description":"Unique ID of the printer","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/printer\/{id}":{"get":{"operationId":"api_get_printerPrinterItem","tags":["Printer"],"responses":{"200":{"description":"Printer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer.ResponsePrinterOutputDto"}}}},"404":{"description":"Resource not found"}},"summary":"Get One printer identified buy it's ID","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/printers":{"get":{"operationId":"api_get_list_printerPrinterCollection","tags":["Printer"],"responses":{"200":{"description":"Get All printers","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer.ResponsePrinterArrayOutputDto"}}}}},"summary":"Get All printers","description":"","parameters":[],"deprecated":false},"post":{"operationId":"api_update_printerPrinterCollection","tags":["Printer"],"responses":{"201":{"description":"Printer resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer.ResponsePrinterOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Printer resource.","description":"Creates a Printer resource.","parameters":[],"requestBody":{"description":"The new Printer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/recipient":{"get":{"operationId":"api_get_all_recipientRecipientCollection","tags":["Recipient"],"responses":{"200":{"description":"Recipient collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Recipient.RecipientGlobalOutputDto"}}}}}},"summary":"Get all Recipients entities API","description":"API recipient","parameters":[],"deprecated":false},"post":{"operationId":"api_create_recipientRecipientCollection","tags":["Recipient"],"responses":{"201":{"description":"Recipient resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Recipient.RecipientGlobalOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Recipient resource.","description":"Creates a Recipient resource.","parameters":[],"requestBody":{"description":"The new Recipient resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Recipient.RecipientGlobalInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/resource\/{id}":{"get":{"operationId":"api_get_resource_by_idResourceItem","tags":["Resource"],"responses":{"200":{"description":"Resource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResponseResourceSearchDto"}}}},"404":{"description":"Resource not found"}},"summary":"Resource search by id API","description":"This API allows  user to search for a resource based on the id passed in parameters","parameters":[{"name":"resourceId","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/shipper\/{idShipper}":{"get":{"operationId":"api_get_shipperShipperCollection","tags":["Shipper"],"responses":{"200":{"description":"Get One Shipper identified buy it's ID","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Shipper.ResponseShipperOutputDto"}}}}},"summary":"Get One Shipper identified buy it's ID","description":"","parameters":[{"name":"idShipper","in":"path","description":"Unique ID of the shipper","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/shippers":{"post":{"operationId":"api_post_duplicate_shipperShipperCollection","tags":["Shipper"],"responses":{"201":{"description":"Shipper resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Shipper.ResponseShipperOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Shipper resource.","description":"Creates a Shipper resource.","parameters":[],"requestBody":{"description":"The new Shipper resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Shipper.ShipperCreateInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/shippers\/{idShipper}\/deactivate":{"patch":{"operationId":"api_post_update_name_shipperShipperCollection","tags":["Shipper"],"responses":{"200":{"description":"Deactivate the Shipper identified by it's ID","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Shipper.TeliaeEmptyOutput"}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Deactivate the Shipper identified by it's ID","description":"","parameters":[{"name":"idShipper","in":"path","description":"Unique ID of the shipper","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"No Request body mandatory","content":{},"required":false},"deprecated":false},"parameters":[]},"\/v1\/shippers\/{idShipper}\/synchronize\/pickup":{"patch":{"operationId":"api_post_synchronize_pickup_shipperShipperCollection","tags":["Shipper"],"responses":{"200":{"description":"Update A Shipper with the provided dat","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Shipper.ResponseShipperOutputDto"}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Update A Shipper with the provided data","description":"","parameters":[{"name":"idShipper","in":"path","description":"Unique ID of the shipper","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Shipper resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Shipper.ShipperPatchSynchronizeInputDto"}}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/thirdyparty\/agency\/search":{"get":{"operationId":"api_get_list_agencyThirdPartyCollection","tags":["ThirdParty"],"responses":{"200":{"description":"ThirdParty collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ThirdParty.ResponseThirdPartySearchDto"}}}}}},"summary":"Get All agncies","description":"This API allows  user to Search for a agncy entity trough","parameters":[],"deprecated":false},"parameters":[]},"\/v1\/thirdyparty\/siret\/{siret}":{"get":{"operationId":"siret_validationThirdPartyCollection","tags":["ThirdParty"],"responses":{"200":{"description":"ThirdParty collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ThirdParty.ResponseThirdPartySearchDto"}}}}}},"summary":"Get third party by SIRET","description":"","parameters":[],"deprecated":false},"parameters":[]},"\/v1\/token\/refresh":{"post":{"operationId":"api_login_refresh_tokenAuthentificationCollection","tags":["Authentification"],"responses":{"201":{"description":""},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"200":{"description":"Returns status of the request with the token","content":{"application\/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"}}}}}},"401":{"description":"Authentification failed, the credentials provided are not allowed","content":{"application\/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}}}}}}}}}},"summary":"Authentification service","description":"This API allows to refresh an out of date token :<br \/>\n&nbsp;&nbsp;- Please provide Bearer Token field in the request header and the refreshtoken in the body refresh<br \/>","parameters":[],"requestBody":{"description":"Returns status of the request with the token","content":{"application\/json":{"schema":{"type":"object","properties":{"refreshToken":{"type":"string"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/v1\/token\/{idClient}":{"post":{"operationId":"api_login_token_basicAuthentificationCollection","tags":["Authentification"],"responses":{"201":{"description":""},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"200":{"description":"Returns status of the request with the token","content":{"application\/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"}}}}}},"401":{"description":"Authentification failed, the credentials provided are not allowed","content":{"application\/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}}}}}}}}}},"summary":"Authentification service","description":"This API allows a user to get a token once it's credtendials have been checked and validated :<br \/>\n&nbsp;&nbsp;- Please provide Basic Autorization field in the request header in order to be identfied<br \/>","parameters":[{"name":"idClient","in":"path","description":"id client carrier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Authentification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Authentification"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Authentification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Authentification"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/traffics":{"get":{"operationId":"api_get_list_trafficTrafficCollection","tags":["Traffic"],"responses":{"200":{"description":"Get All Traffics","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Traffic.ResponseTrafficArrayOutputDto"}}}}},"summary":"Get All Traffics","description":"","parameters":[],"deprecated":false},"post":{"operationId":"api_update_trafficTrafficCollection","tags":["Traffic"],"responses":{"201":{"description":"Update a traffic ressource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Traffic.ResponseTrafficOutputDto"}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Update a traffic ressource","description":"","parameters":[],"requestBody":{"description":"The new Traffic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Traffic.TrafficGlobalDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/user\/delete\/{idUser}":{"get":{"operationId":"api_delete_userUserCollection","tags":["User"],"responses":{"200":{"description":"Get All Shippers","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.TeliaeEmptyOutput"}}}}},"summary":"Delete one user identified by it's unique ID","description":"","parameters":[{"name":"idUser","in":"path","description":"Unique ID of the user","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","default":""},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/user\/{id}":{"get":{"operationId":"api_get_userUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.ResponseUserOutputDto"}}}},"404":{"description":"Resource not found"}},"summary":"Get One user identified by it's ID","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/v1\/user\/{id}\/password\/request-change\/email":{"post":{"operationId":"api_user_password_requestChange_emailUserItem","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.RequestPasswordChangeByEmailOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Request a password change to be sent to the user's email","description":"A mail containing a link to change the password will be sent to the user's known email address","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.RequestPasswordChangeByEmailInputDto"}}},"required":true},"deprecated":false},"parameters":[]},"\/v1\/users":{"get":{"operationId":"api_get_list_userUserCollection","tags":["User"],"responses":{"200":{"description":"Get All Users","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.ResponseUserArrayOutputDto"}}}}},"summary":"Get All Users","description":"","parameters":[],"deprecated":false},"post":{"operationId":"api_update_userUserCollection","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.ResponseUserOutputDto"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserGlobalDto"}}},"required":true},"deprecated":false},"parameters":[]}},"components":{"schemas":{"AdditionalContact":{"type":"object","description":"","properties":{"code":{"type":"string"},"name":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"zip":{"type":"string"},"city":{"type":"string"},"region":{"type":"string"},"country":{"type":"string"},"contact":{"type":"string"},"telephone":{"type":"string"},"email":{"type":"string"},"type":{"enum":[0,1,2,3,4],"description":"0 (Unknown), 1 (Broker), 2 (Recipient), 3 (Shipper), 4 (Customer)","type":"integer"}}},"Alcohol":{"type":"object","description":"","properties":{"volume":{"type":"number"},"volumeOfPure":{"type":"number"},"documentReference":{"type":"string"},"customsDocumentCode":{"enum":["","CRD","DAA","DAC","DSA","DSAC"],"type":"string"}}},"Authentification":{"type":"object","description":""},"Carrier":{"type":"object","description":"","properties":{"selectionCriteria":{"type":"array","items":{"type":"string"}},"type":{"type":"string"},"pickupMode":{"type":"string"},"reference":{"minLength":1,"maxLength":35,"type":"string"},"consignorReference1":{"minLength":0,"maxLength":100,"description":"\n @Assert\\Length(\n  min = 0,\n  max = 100,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"consignorReference2":{"minLength":0,"maxLength":100,"description":"\n @Assert\\Length(\n  min = 0,\n  max = 100,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"consigneeReference":{"minLength":0,"maxLength":35,"description":"\n @Assert\\Length(\n  min = 0,\n  max = 35,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"receipt":{"type":"integer"},"shipmentDate":{"type":"string","format":"date-time"},"shippingType":{"minLength":0,"maxLength":1,"description":"\n @Assert\\Length(\n  min = 0,\n  max = 1,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"consignorCode":{"minLength":1,"maxLength":10,"description":"\n @Assert\\NotBlank()\n @Assert\\Length(\n  min = 1,\n  max = 10,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"place":{"$ref":"#\/components\/schemas\/Place"},"incoterm":{"type":"string"},"iata":{"type":"string"},"deliveryDateTime":{"type":"string","format":"date-time","nullable":true},"deliveryEarliestDateTime":{"type":"string","format":"date-time","nullable":true},"deliveryLatestDateTime":{"type":"string","format":"date-time","nullable":true},"pickupAppointment":{"type":"boolean","nullable":true},"pickupDateTime":{"type":"string","format":"date-time"},"pickupEarliestDateTime":{"type":"string","format":"date-time"},"pickupLatestDateTime":{"type":"string","format":"date-time"},"carrierCode":{"type":"string"},"serviceCode":{"type":"string"},"deliveryInstructions":{"type":"string"},"pickupInstructions":{"type":"string"},"transportInstructions":{"type":"string"},"remarks":{"type":"string"},"appointment":{"type":"boolean"},"additionalContact":{"$ref":"#\/components\/schemas\/AdditionalContact"},"packing":{"$ref":"#\/components\/schemas\/Packing"},"handlingUnits":{"type":"array","items":{"$ref":"#\/components\/schemas\/HandlingUnit"}},"codValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"declaredValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"goodsValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document"}},"invoice":{"$ref":"#\/components\/schemas\/Invoice"},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/Item"}},"dangerousGoods":{"type":"array","items":{"$ref":"#\/components\/schemas\/DangerousGood"}},"extraData":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExtraData"}},"complementaryServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ComplementaryService"}},"technicalData":{"type":"array","items":{"$ref":"#\/components\/schemas\/TechnicalData"}},"uuids":{"type":"array","items":{"type":"string"}},"pickerCode":{"type":"string"},"brandName":{"type":"string"},"manualAmount":{"type":"number"},"contractNumber":{"type":"string"},"productCategory":{"default":"*","example":"*","type":"string"},"taxType":{"enum":["E","V"],"description":"'E' (Exempt) or 'V' (VAT)","default":"V","example":"V","type":"string"},"costCenterCode":{"type":"string"},"alcohol":{"anyOf":[{"$ref":"#\/components\/schemas\/Alcohol"}],"nullable":true},"transitTime":{"type":"integer"},"isReturn":{"type":"boolean"},"subAccount":{"type":"string"},"attachedDocument":{"type":"string"},"return":{"readOnly":true,"type":"boolean"}},"required":["reference","consignorCode"]},"Carrier.ResponseCarrierSelectOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/CarrierSelectOutputDto"}},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"CarrierSelectDetailOutputDto":{"type":"object","description":"","properties":{"code":{"type":"string"},"name":{"type":"string"},"type":{"type":"integer"},"rateUnits":{"type":"number"},"baseRate":{"type":"string"},"amount":{"type":"number"}}},"CarrierSelectOutputDto":{"type":"object","description":"","properties":{"rank":{"type":"integer"},"carriercode":{"type":"string"},"carriername":{"type":"string"},"servicecode":{"type":"string"},"servicename":{"type":"string"},"deadlineEarlier":{"type":"integer"},"deadlineLatest":{"type":"integer"},"deliveryEarliestDate":{"type":"string"},"deliveryLatestDate":{"type":"string"},"cost":{"type":"number"},"details":{"type":"array","items":{"$ref":"#\/components\/schemas\/CarrierSelectDetailOutputDto"}}}},"City.CitySearchInputDto":{"type":"object","description":"","properties":{"postalCode":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"name":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"country":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true}}},"City.ResponseCitySearchDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/CityOutputDto"}},"pagination":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaePaginationMessage"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"CityOutputDto":{"type":"object","description":"","properties":{"idCity":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"region":{"type":"string","nullable":true},"Inseecode":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"inseecode":{"type":"string","nullable":true}}},"ComplementaryService":{"type":"object","description":"","properties":{"code":{"type":"string"},"value":{"type":"number"}}},"Component":{"type":"object","description":""},"Consignee":{"type":"object","description":"","properties":{"type":{"enum":["","P","E"],"description":"'P' (Private), 'E' (Enterprise) or empty","type":"string"},"language":{"description":"Language code ISO 639-1","default":"fr","example":"fr","type":"string"},"vatNumber":{"type":"string"},"code":{"type":"string"},"name":{"minLength":1,"maxLength":35,"type":"string"},"name2":{"type":"string"},"address1":{"minLength":1,"maxLength":100,"type":"string"},"address2":{"type":"string"},"address3":{"type":"string"},"address4":{"type":"string"},"zip":{"minLength":1,"maxLength":35,"type":"string"},"city":{"minLength":1,"maxLength":35,"type":"string"},"region":{"type":"string"},"country":{"description":"Country code ISO 3166-1 alpha-2","default":"FR","example":"FR","type":"string"},"contact":{"$ref":"#\/components\/schemas\/Contact"}}},"Contact":{"type":"object","description":"","properties":{"name":{},"name2":{},"email":{},"mobile":{},"telephone":{}}},"DangerousGood":{"type":"object","description":"","properties":{"codeUN":{"type":"string","nullable":true},"class":{"type":"string","nullable":true},"packagingGroup":{"type":"string","nullable":true},"category":{"type":"integer","nullable":true},"netQuantity":{"type":"number","nullable":true},"netQuantityUnite":{"type":"string","nullable":true},"grossWeight":{"type":"number","nullable":true},"numberOfParcels":{"type":"integer","nullable":true},"parcelType":{"type":"string","nullable":true},"nameUN":{"type":"string","nullable":true},"classification":{"type":"string","nullable":true},"label1":{"type":"string","nullable":true},"label2":{"type":"string","nullable":true},"label3":{"type":"string","nullable":true},"label4":{"type":"string","nullable":true},"exceptedQuantity":{"type":"boolean","nullable":true},"limitedQuantity":{"type":"boolean","nullable":true},"waste":{"type":"boolean","nullable":true},"emptyPackagingReturn":{"type":"boolean","nullable":true},"dangerousForEnvironment":{"type":"boolean","nullable":true},"technicalName":{"type":"string","nullable":true},"additionalProvisions":{"type":"string","nullable":true},"packagingLabel":{"type":"string","nullable":true},"packagingCode":{"type":"string","nullable":true},"tunnel":{"type":"string","nullable":true},"automaticLoading":{"type":"boolean","nullable":true}}},"DepositCounter":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"agencyCode":{"type":"string","nullable":true}}},"Document":{"type":"object","description":"","properties":{"type":{"type":"string"},"name":{"type":"string"},"base64":{"type":"string"},"format":{"type":"string"}}},"ExtraData":{"type":"object","description":"","properties":{"group":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}},"HandlingUnit":{"type":"object","description":"","properties":{"reference":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"packageInfo":{"type":"string","nullable":true},"weight":{"type":"number","nullable":true},"volume":{"type":"number","nullable":true},"length":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"loadingMeter":{"type":"number","nullable":true},"preparationCode":{"type":"string","nullable":true},"barcode":{"type":"string","nullable":true},"type":{"type":"integer","nullable":true},"text1":{"type":"string","nullable":true},"text2":{"type":"string","nullable":true},"text3":{"type":"string","nullable":true},"text4":{"type":"string","nullable":true},"text5":{"type":"string","nullable":true},"temperatureMin":{"type":"number","nullable":true},"temperatureMax":{"type":"number","nullable":true},"temperatureUnit":{"enum":["","C","F","K"],"type":"string"},"customerBarcode":{"type":"string","nullable":true},"sortBarcode":{"type":"string","nullable":true},"typeCode":{"type":"string"},"typeWording":{"type":"string"},"leftOnGround":{"type":"boolean"},"outsourcingBarcode":{"type":"string"},"carrierReference":{"type":"string"},"trackingReference":{"type":"string"},"barcodeSSCC":{"type":"string","nullable":true}}},"Invoice":{"type":"object","description":"","properties":{"number":{},"exportReason":{},"termsOfDelivery":{},"type":{},"originCountry":{},"name":{},"contact":{},"telephone":{},"address1":{},"address2":{},"address3":{},"country":{},"region":{},"zip":{},"city":{},"vatNumber":{},"signatory":{},"currency":{},"copy":{},"category":{},"exportType":{},"eori":{},"complementaryText":{},"url":{"type":"string"},"customsAccountNumber":{"type":"string"},"dan":{"type":"string"},"ioss":{"type":"string"},"awb":{"type":"string","nullable":true},"netWeight":{"type":"number","nullable":true},"certificateNumber":{"type":"string","nullable":true},"preferredCountry":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"legalText":{"type":"string","nullable":true},"insuranceChargeAmount":{"type":"number","nullable":true},"otherCharges":{"type":"number","nullable":true}}},"Item":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"quantity":{"type":"integer","nullable":true},"weight":{"type":"number","nullable":true},"gtin":{"type":"string","nullable":true},"orderNumber":{"type":"string","nullable":true},"orderReference":{"type":"string","nullable":true},"customerReference":{"type":"string","nullable":true},"itemGroup":{"type":"string","nullable":true},"itemGroupLabel":{"type":"string","nullable":true},"customsRate":{"type":"string","nullable":true},"originCountry":{"type":"string","nullable":true},"unitValue":{"type":"number","nullable":true},"length":{"type":"number","nullable":true},"volume":{"type":"number","nullable":true},"text1":{"type":"string","nullable":true},"text2":{"type":"string","nullable":true},"text3":{"type":"string","nullable":true},"text4":{"type":"string"},"text5":{"type":"string","nullable":true},"referenceHU":{"type":"string","nullable":true}}},"MenuItem":{"type":"object","description":"","properties":{"label":{"type":"string"},"link":{"type":"string"},"icon":{"type":"string"},"iconColor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/MenuItem"},"nullable":true}}},"MonExpe.ConfirmExpeInputDto":{"type":"object","description":"","properties":{"paymentIntent":{"type":"string","nullable":true},"shipmentId":{"type":"integer","nullable":true},"price":{"type":"number","nullable":true},"serviceCode":{"type":"string","nullable":true},"agencyCode":{"type":"string","nullable":true},"contractorAccount":{"type":"string","nullable":true},"consignor":{"type":"string","format":"iri-reference","nullable":true},"consignee":{"type":"string","format":"iri-reference","nullable":true},"invoicingAddress":{"type":"string","format":"iri-reference","nullable":true},"packaging":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpePackaging"}],"nullable":true},"isDeliveryAppointment":{"type":"boolean","nullable":true},"isShippingAppointment":{"type":"boolean","nullable":true},"isPickUp":{"type":"boolean","nullable":true},"deliveryInstructions":{"type":"string","nullable":true},"pickupInstructions":{"type":"string","nullable":true},"pickUpDate":{"type":"string","format":"date-time","nullable":true},"dimensions":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonExpePackageDimension"},"nullable":true},"invoiceTva":{"type":"string","nullable":true},"invoiceSiret":{"type":"string","nullable":true},"invoiceId":{"type":"integer","nullable":true},"twShipmentId":{"type":"integer","nullable":true},"depositCounterCode":{"type":"string","nullable":true}}},"MonExpe.ConfirmExpeOutputDto":{"type":"object","description":"","properties":{"status":{"type":"string"},"message":{"type":"string"},"trackingDetails":{"anyOf":[{"$ref":"#\/components\/schemas\/TrackingDetailOutputDto"}],"nullable":true}}},"MonExpe.MonExpeAccountDto":{"type":"object","description":"","properties":{"identity":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeIdentityAccountDto"}],"nullable":true},"billing":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeBillingAccountDto"}],"nullable":true}}},"MonExpe.MonExpeDetailsOrderOutputDto":{"type":"object","description":"","properties":{"@get":{"type":"string"},"receipt":{"type":"string","nullable":true},"designation":{"type":"string","nullable":true},"trackingId":{"type":"string"},"eta":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderEtaDto"}],"nullable":true},"scheduleDeliveryDate":{"type":"string","format":"date-time","nullable":true},"carbonFootprint":{"type":"number","nullable":true},"consignee":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderConsigneeDto"},"carrier":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderCarrierDto"},"sender":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderSenderDto"},"status":{"type":"string"},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderEventDto"}},"appointmentLink":{"type":"string"},"handlingUnits":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderHandlingUnits"},"nullable":true},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderProduct"}],"nullable":true},"packing":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderPacking"}],"nullable":true},"uri":{"type":"string","nullable":true}}},"MonExpe.MonExpeSearchOrderInputDto":{"type":"object","description":"","properties":{"idCarrier":{"type":"integer","nullable":true},"reference":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"receipt":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"consignor":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"carrierCode":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"serviceCode":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"shipmentDate":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"consignee":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"zipCode":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"city":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"handlingUnitReferences":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"barCode":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"status":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"eventName":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"trackingNumber":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true}}},"MonExpe.PropertyMonExpeOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyOutputDto"}},"pagination":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaePaginationMessage"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"MonExpe.RateInputDto":{"type":"object","description":"","properties":{"agencyCode":{"type":"string","nullable":true},"handlingUnitNumber":{"type":"integer","nullable":true},"weight":{"type":"number"},"consigneeCountry":{"type":"string","nullable":true},"consigneeZip":{"type":"string","nullable":true},"consigneeCity":{"type":"string","nullable":true},"pickupCity":{"type":"string","nullable":true},"pickupZip":{"type":"string","nullable":true},"pickupCountry":{"type":"string","nullable":true},"palletNumber":{"type":"integer","nullable":true},"appointment":{"type":"boolean","nullable":true},"declaredValue":{"type":"number","nullable":true},"dimensions":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonExpePackageDimension"},"nullable":true},"pickUpDate":{"type":"string","format":"date-time","nullable":true},"depositCounterCode":{"type":"string","nullable":true}}},"MonExpe.RateOutputDto":{"type":"object","description":"","properties":{"status":{"type":"string"},"message":{"type":"string"},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/RateDetailOutputDto"}}}},"MonExpe.ResponseMonExpeSearchOrderDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonExpeSearchOrderOutputDto"},"nullable":true},"pagination":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaePaginationMessage"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"MonExpe.SaveMonExpeOutputDto":{"type":"object","description":"","properties":{"status":{"type":"string"},"message":{"type":"string"},"shipmentID":{"type":"integer","nullable":true}}},"MonExpe.SettingsMonExpeOutputDto":{"type":"object","description":"","properties":{"primary":{"type":"string","nullable":true},"secondary":{"type":"string","nullable":true},"logo":{"type":"string","nullable":true},"ressourceCGU":{"type":"integer","nullable":true},"stripePublicKey":{"type":"string","nullable":true},"stripePrivateKey":{"type":"string","nullable":true},"ressourceCookiesBase64":{"type":"string","nullable":true},"ressourceMentionLegaleBase64":{"type":"string","nullable":true},"ressourceTexteAccueilBase64":{"type":"string","nullable":true},"packageTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonExpePackageType"},"nullable":true}}},"MonExpeBillingAccountDto":{"type":"object","description":"","properties":{"name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"telephone":{"type":"string","nullable":true}}},"MonExpeDetailsOrderCarrierDto":{"type":"object","description":"","properties":{"name":{"type":"string"},"logo":{"type":"string"},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"deliveryStopRemaining":{"type":"integer","nullable":true}}},"MonExpeDetailsOrderConsigneeDto":{"type":"object","description":"","properties":{"address1":{"type":"string"},"address2":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true}}},"MonExpeDetailsOrderEtaDto":{"type":"object","description":"","properties":{"etaStartWindow":{"type":"string","format":"date-time","nullable":true},"etaEndWindow":{"type":"string","format":"date-time","nullable":true}}},"MonExpeDetailsOrderEventDto":{"type":"object","description":"","properties":{"label":{"type":"string"},"status":{"type":"string"},"entered":{"type":"string","format":"date-time","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true}}},"MonExpeDetailsOrderHandlingUnits":{"type":"object","description":"","properties":{"cabUm":{"type":"string","nullable":true},"weight":{"type":"number","nullable":true}}},"MonExpeDetailsOrderPacking":{"type":"object","description":"","properties":{"packagesTotalNumber":{"type":"integer","nullable":true},"grossWeight":{"type":"number","nullable":true}}},"MonExpeDetailsOrderProduct":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}}},"MonExpeDetailsOrderSenderDto":{"type":"object","description":"","properties":{"name":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"logo":{"type":"string","nullable":true}}},"MonExpeIdentityAccountDto":{"type":"object","description":"","properties":{"name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"telephone":{"type":"string","nullable":true},"password":{"type":"string","nullable":true},"passwordConfirm":{"type":"string","nullable":true}}},"MonExpePackageDimension":{"type":"object","description":"","properties":{"quantity":{"type":"integer","nullable":true},"type":{"type":"integer","nullable":true},"length":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true}}},"MonExpePackageType":{"type":"object","description":"","properties":{"key":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"length":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true}}},"MonExpePackaging":{"type":"object","description":"","properties":{"weight":{"type":"number","nullable":true},"nbHU":{"type":"integer","nullable":true},"senderReference":{"type":"string","nullable":true},"descriptionOfGoods":{"type":"string","nullable":true},"declaredValue":{"type":"number","nullable":true}}},"MonExpeSearchOrderOutputDto":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"receipt":{"type":"string","nullable":true},"pickup":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeSearchOrderThirdParty"}],"nullable":true},"consignee":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeSearchOrderThirdPartyGeoloc"}],"nullable":true},"consignor":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeSearchOrderThirdParty"}],"nullable":true},"deliveryDateTime":{"type":"string","format":"date-time","nullable":true},"deliveryEarliestDateTime":{"type":"string","format":"date-time","nullable":true},"deliveryLatestDateTime":{"type":"string","format":"date-time","nullable":true},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderProduct"}],"nullable":true},"packing":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderPacking"}],"nullable":true},"uri":{"type":"string","nullable":true}}},"MonExpeSearchOrderThirdParty":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"name2":{"type":"string","nullable":true},"address1":{"type":"string","nullable":true},"address2":{"type":"string","nullable":true},"address3":{"type":"string","nullable":true},"address4":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"region":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}}},"MonExpeSearchOrderThirdPartyGeoloc":{"type":"object","description":"","properties":{"lat":{"type":"number","nullable":true},"lng":{"type":"number","nullable":true},"code":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"name2":{"type":"string","nullable":true},"address1":{"type":"string","nullable":true},"address2":{"type":"string","nullable":true},"address3":{"type":"string","nullable":true},"address4":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"region":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}}},"MonetaryValue":{"type":"object","description":"","properties":{"amount":{"type":"number"},"currency":{"type":"string"}}},"MonexpeTaxesDto":{"type":"object","description":"","properties":{"rateCode":{"type":"string","nullable":true},"additionalTaxLabel":{"type":"string","nullable":true},"taxedUnits":{"type":"number","nullable":true},"totalAmount":{"type":"number","nullable":true},"amountBeforeFooter":{"type":"number","nullable":true},"additionalTaxCode":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}}},"NextJSUser.NextJSUserPreferenceOutputDto":{"type":"object","description":"","properties":{"id":{"type":"integer"},"urlLogo":{"type":"string"},"homeButton":{"type":"string"},"urlLogout":{"type":"string"},"isPortalMode":{"type":"boolean"},"topMenu":{"type":"array","items":{"$ref":"#\/components\/schemas\/MenuItem"},"nullable":true}}},"NextJSUser.ResponseNextJSUserCarriersDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/NextJSUserCarriersOutputDto"},"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"NextJSUserCarriersOutputDto":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"famillyCode":{"type":"string","nullable":true}}},"Order":{"type":"object","description":"","properties":{"type":{"type":"string"},"pickupMode":{"type":"string"},"reference":{"minLength":1,"maxLength":35,"type":"string"},"consignorReference1":{"minLength":0,"maxLength":100,"description":"\n @Assert\\Length(\n  min = 0,\n  max = 100,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"consignorReference2":{"minLength":0,"maxLength":100,"description":"\n @Assert\\Length(\n  min = 0,\n  max = 100,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"consigneeReference":{"minLength":0,"maxLength":35,"description":"\n @Assert\\Length(\n  min = 0,\n  max = 35,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"receipt":{"type":"integer"},"shipmentDate":{"type":"string","format":"date-time"},"shippingType":{"minLength":0,"maxLength":1,"description":"\n @Assert\\Length(\n  min = 0,\n  max = 1,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"consignorCode":{"minLength":1,"maxLength":10,"description":"\n @Assert\\NotBlank()\n @Assert\\Length(\n  min = 1,\n  max = 10,\n  charset = \"ISO-8859-1\"\n)","type":"string"},"pickup":{"$ref":"#\/components\/schemas\/ThirdParty"},"consignee":{"$ref":"#\/components\/schemas\/Consignee"},"incoterm":{"type":"string"},"iata":{"type":"string"},"deliveryDateTime":{"type":"string","format":"date-time","nullable":true},"deliveryEarliestDateTime":{"type":"string","format":"date-time","nullable":true},"deliveryLatestDateTime":{"type":"string","format":"date-time","nullable":true},"pickupAppointment":{"type":"boolean","nullable":true},"pickupDateTime":{"type":"string","format":"date-time"},"pickupEarliestDateTime":{"type":"string","format":"date-time"},"pickupLatestDateTime":{"type":"string","format":"date-time"},"carrierCode":{"type":"string"},"serviceCode":{"type":"string"},"deliveryInstructions":{"type":"string"},"pickupInstructions":{"type":"string"},"transportInstructions":{"type":"string"},"remarks":{"type":"string"},"appointment":{"type":"boolean"},"additionalContact":{"$ref":"#\/components\/schemas\/AdditionalContact"},"additionalInformation":{"type":"string"},"packing":{"$ref":"#\/components\/schemas\/Packing"},"handlingUnits":{"type":"array","items":{"$ref":"#\/components\/schemas\/HandlingUnit"}},"codValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"declaredValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"goodsValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document"}},"invoice":{"$ref":"#\/components\/schemas\/Invoice"},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/Item"}},"dangerousGoods":{"type":"array","items":{"$ref":"#\/components\/schemas\/DangerousGood"}},"extraData":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExtraData"}},"complementaryServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ComplementaryService"}},"technicalData":{"type":"array","items":{"$ref":"#\/components\/schemas\/TechnicalData"}},"uuids":{"type":"array","items":{"type":"string"}},"pickerCode":{"type":"string"},"brandName":{"type":"string"},"manualAmount":{"type":"number"},"contractNumber":{"type":"string"},"productCategory":{"default":"*","example":"*","type":"string"},"taxType":{"enum":["E","V"],"description":"'E' (Exempt) or 'V' (VAT)","default":"V","example":"V","type":"string"},"costCenterCode":{"type":"string"},"alcohol":{"anyOf":[{"$ref":"#\/components\/schemas\/Alcohol"}],"nullable":true},"transitTime":{"type":"integer"},"isReturn":{"type":"boolean"},"subAccount":{"type":"string"},"attachedDocument":{"type":"string"},"return":{"readOnly":true,"type":"boolean"}},"required":["reference","consignorCode"]},"Order.OrderDeleteHandlingUnitInputDto":{"type":"object","description":"","properties":{"barcodes":{"type":"array","items":{"type":"string"},"nullable":true},"references":{"type":"array","items":{"type":"string"},"nullable":true}}},"Order.OrderHandlingUnitInputDto":{"type":"object","description":"","properties":{"reference":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"packageInfo":{"type":"string","nullable":true},"weight":{"type":"number","nullable":true},"volume":{"type":"number","nullable":true},"length":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"loadingMeter":{"type":"number","nullable":true},"preparationCode":{"type":"string","nullable":true},"barcode":{"type":"string","nullable":true},"type":{"type":"integer","nullable":true},"text1":{"type":"string","nullable":true},"text2":{"type":"string","nullable":true},"text3":{"type":"string","nullable":true},"text4":{"type":"string","nullable":true},"text5":{"type":"string","nullable":true},"temperatureMin":{"type":"number","nullable":true},"temperatureMax":{"type":"number","nullable":true},"temperatureUnit":{"enum":["","C","F","K"],"type":"string"},"customerBarcode":{"type":"string","nullable":true},"sortBarcode":{"type":"string","nullable":true},"typeCode":{"type":"string"},"typeWording":{"type":"string"},"leftOnGround":{"type":"boolean"},"outsourcingBarcode":{"type":"string"},"carrierReference":{"type":"string"},"trackingReference":{"type":"string"},"barcodeSSCC":{"type":"string","nullable":true}}},"Order.OrderItemsInputDto":{"type":"object","description":"","properties":{"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/Item"}}}},"Order.OrderIvoiceInputDto":{"type":"object","description":"","properties":{"number":{},"exportReason":{},"termsOfDelivery":{},"type":{},"originCountry":{},"name":{},"contact":{},"telephone":{},"address1":{},"address2":{},"address3":{},"country":{},"region":{},"zip":{},"city":{},"vatNumber":{},"signatory":{},"currency":{},"copy":{},"category":{},"exportType":{},"eori":{},"complementaryText":{},"url":{"type":"string"},"customsAccountNumber":{"type":"string"},"dan":{"type":"string"},"ioss":{"type":"string"},"awb":{"type":"string","nullable":true},"netWeight":{"type":"number","nullable":true},"certificateNumber":{"type":"string","nullable":true},"preferredCountry":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"legalText":{"type":"string","nullable":true},"insuranceChargeAmount":{"type":"number","nullable":true},"otherCharges":{"type":"number","nullable":true}}},"Order.OrderPreannounceInputDto":{"type":"object","description":"","properties":{"uuids":{"type":"array","items":{"type":"string"},"nullable":true}}},"Order.OrderSearchInputDto":{"type":"object","description":"","properties":{"reference":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"receipt":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"consignorCode":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"carrierCode":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"serviceCode":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true},"shipmentDate":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaeInputSearch"}],"nullable":true}}},"Order.ResponseOrderCreateOutputDto":{"type":"object","description":"","properties":{"response":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderSummaryOutputDto"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseOrderDocumentOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDocumentOutputDto"},"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseOrderEmptyOutputDto":{"type":"object","description":"","properties":{"response":{},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseOrderEndOfDayOutputDto":{"type":"object","description":"","properties":{"response":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderManifestSummaryOutputDto"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseOrderLabelOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderParcelTrackingOutputDto"},"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseOrderMassActivateOutputDto":{"type":"object","description":"","properties":{"response":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderManifestSummaryOutputDto"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseOrderOutputDto":{"type":"object","description":"","properties":{"response":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderOutputDto"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseOrderRateOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderRateOutputDto"}},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseOrderTrackingOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderTrackingOutputDto"},"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.ResponseSearchOrderArrayOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderSummaryOutputDto"},"nullable":true},"pagination":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaePaginationMessage"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Order.TeliaeEmptyOutput":{"type":"object","description":"","properties":{"response":{"type":"boolean"},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"OrderDocumentOutputDto":{"type":"object","description":"","properties":{"uuid":{"type":"string"},"trackingDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderParcelTrackingOutputDto"}},"shippingDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderShippingDocumentOutputDto"}}}},"OrderEventTrackingOutputDto":{"type":"object","description":"","properties":{"situationCode":{"type":"string"},"justificationCode":{"type":"string"},"statusLabel":{"type":"string"},"eventDate":{"type":"string","format":"date-time","nullable":true},"eventDateReception":{"type":"string","format":"date-time","nullable":true},"eventLocation":{"type":"string"}}},"OrderManifestSummaryOutputDto":{"type":"object","description":"","properties":{"manifestNumber":{"type":"string"},"creationDate":{"type":"string"},"url":{"type":"string"},"ediReferences":{"type":"array","items":{"type":"string"}},"urlDangerousGood":{"type":"string"},"consignmentUUIDs":{"type":"array","items":{"type":"string"}}}},"OrderOutputDto":{"type":"object","description":"","properties":{"type":{"type":"string"},"pickupMode":{},"reference":{"type":"string"},"consignorReference1":{"type":"string"},"consignorReference2":{"type":"string"},"consigneeReference":{"type":"string"},"receipt":{"type":"string"},"shipmentDate":{"type":"string","format":"date-time"},"shippingType":{"type":"string"},"consignorCode":{"type":"string"},"pickup":{"$ref":"#\/components\/schemas\/ThirdParty"},"consignee":{"$ref":"#\/components\/schemas\/Consignee"},"incoterm":{"type":"string"},"iata":{"type":"string"},"deliveryDateTime":{"type":"string","format":"date-time","nullable":true},"deliveryEarliestDateTime":{"type":"string","format":"date-time","nullable":true},"deliveryLatestDateTime":{"type":"string","format":"date-time","nullable":true},"pickupAppointment":{"type":"boolean","nullable":true},"pickupDateTime":{"type":"string","format":"date-time","nullable":true},"pickupEarliestDateTime":{"type":"string","format":"date-time","nullable":true},"pickupLatestDateTime":{"type":"string","format":"date-time","nullable":true},"carrierCode":{"type":"string"},"serviceCode":{"type":"string"},"deliveryInstructions":{"type":"string"},"pickupInstructions":{"type":"string"},"transportInstructions":{"type":"string"},"remarks":{"type":"string"},"appointment":{"type":"boolean"},"packing":{"$ref":"#\/components\/schemas\/Packing"},"handlingUnits":{"type":"array","items":{"$ref":"#\/components\/schemas\/HandlingUnit"}},"codValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"declaredValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"goodsValue":{"$ref":"#\/components\/schemas\/MonetaryValue"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document"}},"invoice":{"anyOf":[{"$ref":"#\/components\/schemas\/Invoice"}],"nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/Item"}},"dangerousGoods":{"type":"array","items":{"$ref":"#\/components\/schemas\/DangerousGood"}},"extraData":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExtraData"}},"additionalContact":{"$ref":"#\/components\/schemas\/AdditionalContact"},"pickerCode":{"type":"string"},"ediReference":{"type":"string"},"brandName":{"type":"string"},"manualAmount":{"type":"number"},"contractNumber":{"type":"string"},"productCategory":{"type":"string"},"taxType":{"type":"string"},"costCenterCode":{"type":"string"},"alcohol":{"$ref":"#\/components\/schemas\/Alcohol"},"transitTime":{"type":"integer"},"isReturn":{"type":"boolean"},"subAccount":{"type":"string"},"attachedDocument":{"type":"string"},"state":{"type":"string"},"return":{"readOnly":true,"type":"boolean"}}},"OrderParcelTrackingOutputDto":{"type":"object","description":"","properties":{"trackingCode":{"type":"string"},"reference":{"type":"string"},"type":{"type":"string"},"format":{"type":"string"},"data":{"type":"string"}}},"OrderRateDetailOutputDto":{"type":"object","description":"","properties":{"code":{"type":"string"},"name":{"type":"string"},"type":{"type":"integer"},"rateUnits":{"type":"number"},"baseRate":{"type":"string"},"amount":{"type":"number"}}},"OrderRateOutputDto":{"type":"object","description":"","properties":{"carriercode":{"type":"string"},"carriername":{"type":"string"},"servicecode":{"type":"string"},"servicename":{"type":"string"},"amount":{"type":"number"},"details":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderRateDetailOutputDto"}}}},"OrderShippingDocumentOutputDto":{"type":"object","description":"","properties":{"name":{"type":"string"},"type":{"type":"string"},"data":{"type":"string"},"url":{"type":"string"}}},"OrderSummaryOutputDto":{"type":"object","description":"","properties":{"orderUUID":{"type":"string"},"consignmentUUID":{"type":"string"},"reference":{"type":"string"},"carrierCode":{"type":"string"},"trackingReference":{"type":"string"},"uri":{"type":"string","nullable":true}}},"OrderTrackingOutputDto":{"type":"object","description":"","properties":{"uuid":{"type":"string"},"urlCarrierTracking":{"type":"string"},"urlStationChargeurTracking":{"type":"string"},"status":{"type":"string"},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"urlDeliveryProof":{"type":"string"},"trackingEvents":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderEventTrackingOutputDto"}}}},"Packing":{"type":"object","description":"","properties":{"parcelsTotalNumber":{},"grossWeight":{},"grossVolume":{},"loadingMeters":{},"length":{},"height":{},"width":{},"volume":{},"dutiableUnitsNumber":{"description":"Get the value of dutiableUnitsNumber"},"pallet1Type":{"enum":["","EUR","CHEP","SNCF","DPAL","LGN","BOB","ROL","60x80","80x120","100x120","120x120","120x160","100x100","100x250"],"type":"string"},"palletsTotalNumber":{"type":"integer"},"goodsDescription":{"type":"string"},"returnablePalletsNumber":{"type":"integer"},"packagesTotalNumber":{"type":"integer"},"pallet2Type":{"enum":["","EUR","CHEP","SNCF","DPAL","LGN","BOB","ROL","60x80","80x120","100x120","120x120","120x160","100x100","100x250"],"type":"string"},"pallet2Number":{"type":"integer"},"pallet3Type":{"enum":["","EUR","CHEP","SNCF","DPAL","LGN","BOB","ROL","60x80","80x120","100x120","120x120","120x160","100x100","100x250"],"type":"string"},"pallet3Number":{"type":"integer"},"huTotalNumber":{"type":"integer"},"huOnGroundNumber":{"type":"integer"},"minTemperature":{"type":"number"},"maxTemperature":{"type":"number"},"temperatureUnit":{"enum":["","C","F","K"],"description":"'C', 'F', 'K' or empty","type":"string"}}},"Place":{"type":"object","description":"","properties":{"type":{"enum":["","P","E"],"description":"'P' (Private), 'E' (Enterprise) or empty","type":"string"},"language":{"description":"Language code ISO 639-1","default":"fr","example":"fr","type":"string"},"vatNumber":{"type":"string"},"code":{"type":"string"},"name":{"minLength":1,"maxLength":35,"type":"string"},"name2":{"type":"string"},"address1":{"minLength":1,"maxLength":100,"type":"string"},"address2":{"type":"string"},"address3":{"type":"string"},"address4":{"type":"string"},"zip":{"minLength":1,"maxLength":35,"type":"string"},"city":{"minLength":1,"maxLength":35,"type":"string"},"region":{"type":"string"},"country":{"description":"Country code ISO 3166-1 alpha-2","default":"FR","example":"FR","type":"string"},"contact":{"$ref":"#\/components\/schemas\/Contact"}}},"Printer":{"type":"object","description":"","properties":{"idPrinter":{"type":"integer"},"iType":{"type":"integer","nullable":true},"networkPath":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"sCode":{"type":"string","nullable":true},"function":{"type":"integer","nullable":true},"iPrinterLanguage":{"type":"integer","nullable":true},"iDefinition":{"type":"integer","nullable":true},"iPaperFormat":{"type":"integer","nullable":true},"iNbLabelsPerPage":{"type":"integer","nullable":true},"idCArrierCustomer":{"type":"integer","nullable":true},"idShipper":{"type":"integer","nullable":true},"idRemitter":{"type":"integer","nullable":true},"idUser":{"type":"integer","nullable":true},"id":{"readOnly":true,"type":"integer"}}},"Printer.ResponsePrinterArrayOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/PrinterGlobalDto"},"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Printer.ResponsePrinterOutputDto":{"type":"object","description":"","properties":{"response":{"anyOf":[{"$ref":"#\/components\/schemas\/PrinterGlobalDto"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Printer.TeliaeEmptyOutput":{"type":"object","description":"","properties":{"response":{"type":"boolean"},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"PrinterGlobalDto":{"type":"object","description":"","properties":{"idPrinter":{"type":"integer"},"iType":{"type":"integer","nullable":true},"networkPath":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"sCode":{"type":"string","nullable":true},"function":{"type":"integer","nullable":true},"iPrinterLanguage":{"type":"integer","nullable":true},"iDefinition":{"type":"integer","nullable":true},"iPaperFormat":{"type":"integer","nullable":true},"iNbLabelsPerPage":{"type":"integer","nullable":true},"idCArrierCustomer":{"type":"integer","nullable":true},"idShipper":{"type":"integer","nullable":true},"idRemitter":{"type":"integer","nullable":true},"idUser":{"type":"integer","nullable":true}}},"PropertyOutputDto":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true},"value":{"type":"string","nullable":true}}},"RateDetailOutputDto":{"type":"object","description":"","properties":{"trafficId":{"type":"integer"},"agencyCode":{"type":"string"},"serviceCode":{"type":"string"},"contractorAccount":{"type":"string"},"serviceLabel":{"type":"string"},"contractLabel":{"type":"string"},"brut":{"type":"number"},"net":{"type":"number"},"amountWithVAT":{"type":"number"},"amountWithVATStripe":{"type":"number"},"amountVat":{"type":"number","nullable":true},"duration":{"type":"integer"},"lines":{"type":"array","items":{"$ref":"#\/components\/schemas\/RateLineOutputDto"}}}},"RateLineOutputDto":{"type":"object","description":"","properties":{"code":{"type":"string"},"label":{"type":"string"},"unitNb":{"type":"number"},"unitType":{"type":"number"},"totalAmount":{"type":"number"},"amount":{"type":"number"},"rateCode":{"type":"string"}}},"Recipient.RecipientGlobalInputDto":{"type":"object","description":"","properties":{"idLoaderAccount":{"type":"integer","nullable":true},"code":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"address1":{"type":"string","nullable":true},"address2":{"type":"string","nullable":true},"address3":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"recipientType":{"type":"string","nullable":true},"deliveryInstruction":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true}}},"Recipient.RecipientGlobalOutputDto":{"type":"object","description":"","properties":{"idRecipient":{"type":"integer","nullable":true},"idLoaderAccount":{"type":"integer","nullable":true},"code":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"address1":{"type":"string","nullable":true},"address2":{"type":"string","nullable":true},"address3":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"recipientType":{"type":"string","nullable":true},"deliveryInstruction":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true}}},"Resource.ResponseResourceSearchDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/ResourceOutputDto"}},"pagination":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaePaginationMessage"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"ResourceOutputDto":{"type":"object","description":"","properties":{"resourceId":{"type":"integer","nullable":true},"idClientTrsp":{"type":"integer","nullable":true},"resourceType":{"type":"string","nullable":true},"resourceCode":{"type":"string","nullable":true},"resourceDescription":{"type":"string","nullable":true},"resourceData":{"type":"string","nullable":true},"fileName":{"type":"string","nullable":true},"mediaType":{"type":"string","nullable":true},"accountId":{"type":"integer","nullable":true},"userId":{"type":"integer","nullable":true},"message":{"type":"string","nullable":true},"language":{"type":"string","nullable":true}}},"Shipper.ResponseShipperOutputDto":{"type":"object","description":"","properties":{"response":{"anyOf":[{"$ref":"#\/components\/schemas\/ShipperGlobalDto"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Shipper.ShipperCreateInputDto":{"type":"object","description":"","properties":{"idCompte":{"type":"integer","nullable":true},"code":{"type":"string"},"name":{"type":"string"},"siret":{"type":"string"},"alternatifSiret":{"type":"string"},"siren":{"type":"string"},"phone":{"type":"string"},"fax":{"type":"string"},"mail":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"zipCode":{"type":"string"},"city":{"type":"string"},"inseeCountryCode":{"type":"string"},"ramasses":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShipperCreateRamassesInputDto"},"nullable":true},"systemUuid":{"type":"string","nullable":true},"objectUuid":{"type":"string","nullable":true},"carrier":{"type":"boolean","nullable":true}}},"Shipper.ShipperPatchSynchronizeInputDto":{"type":"object","description":"","properties":{"ramasses":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShipperCreateRamassesInputDto"},"nullable":true}}},"Shipper.TeliaeEmptyOutput":{"type":"object","description":"","properties":{"response":{"type":"boolean"},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"ShipperCreateRamassesInputDto":{"type":"object","description":"","properties":{"agency":{"type":"string","nullable":true},"day":{"type":"integer","nullable":true},"beginTime":{"type":"string","nullable":true},"endTime":{"type":"string","nullable":true}}},"ShipperGlobalDto":{"type":"object","description":"","properties":{"idShipper":{"type":"integer"},"idCArrierCustomer":{"type":"integer"},"sName":{"type":"string"},"idRemitter":{"type":"integer"},"sRemitterName":{"type":"string"},"sRemitterCode":{"type":"string"},"phone":{"type":"string"},"fax":{"type":"string"},"mail":{"type":"string"},"siret":{"type":"string"},"siren":{"type":"string"},"alternatifSiret":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"zipCode":{"type":"string"},"city":{"type":"string"},"inseeCountryCode":{"type":"string"},"sMailShipper":{"type":"string"},"traffic":{"type":"array","items":{"$ref":"#\/components\/schemas\/Traffic"}},"user":{"type":"array","items":{"$ref":"#\/components\/schemas\/User"}},"printer":{"type":"array","items":{"$ref":"#\/components\/schemas\/PrinterGlobalDto"}},"name":{"type":"string"}}},"TechnicalData":{"type":"object","description":"","properties":{"code":{"type":"string"},"group":{"type":"string","nullable":true},"value":{"type":"string"}}},"TeliaeInputSearch":{"type":"object","description":"","properties":{"eq":{},"ne":{},"in":{},"nin":{},"gt":{},"gte":{},"lt":{},"lte":{},"search":{},"begin":{},"vars":{"readOnly":true}}},"TeliaeOutputMessage":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}}},"TeliaePaginationMessage":{"type":"object","description":"","properties":{"page":{"description":"Current page url","type":"string","nullable":true},"first":{"description":"First page url","type":"string","nullable":true},"last":{"description":"Last page url","type":"string","nullable":true},"next":{"description":"Next page url","type":"string","nullable":true},"totalItems":{"description":"Nb Element in the current page","type":"integer","nullable":true},"currentItemsPage":{"description":"Nb Element in the current page","type":"integer","nullable":true},"itemsPerPage":{"description":"Nb Element requested for the current page","type":"integer","nullable":true}}},"ThirdParty":{"type":"object","description":"","properties":{"type":{"type":"string"},"code":{"type":"string"},"name":{"minLength":1,"maxLength":35,"type":"string"},"name2":{"type":"string"},"address1":{"minLength":1,"maxLength":100,"type":"string"},"address2":{"type":"string"},"address3":{"type":"string"},"address4":{"type":"string"},"zip":{"minLength":1,"maxLength":35,"type":"string"},"city":{"minLength":1,"maxLength":35,"type":"string"},"region":{"type":"string"},"country":{"description":"Country code ISO 3166-1 alpha-2","default":"FR","example":"FR","type":"string"},"contact":{"$ref":"#\/components\/schemas\/Contact"}}},"ThirdParty.ResponseThirdPartySearchDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/ThirdPartyOutputDto"}},"pagination":{"anyOf":[{"$ref":"#\/components\/schemas\/TeliaePaginationMessage"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"ThirdPartyOutputDto":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"famillyCode":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street1":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"depositCounters":{"type":"array","items":{"$ref":"#\/components\/schemas\/DepositCounter"},"nullable":true}}},"Tracking.MonExpeDetailsOrderOutputDto":{"type":"object","description":"","properties":{"@get":{"type":"string"},"receipt":{"type":"string","nullable":true},"designation":{"type":"string","nullable":true},"trackingId":{"type":"string"},"eta":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderEtaDto"}],"nullable":true},"scheduleDeliveryDate":{"type":"string","format":"date-time","nullable":true},"carbonFootprint":{"type":"number","nullable":true},"consignee":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderConsigneeDto"},"carrier":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderCarrierDto"},"sender":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderSenderDto"},"status":{"type":"string"},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderEventDto"}},"appointmentLink":{"type":"string"},"handlingUnits":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderHandlingUnits"},"nullable":true},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderProduct"}],"nullable":true},"packing":{"anyOf":[{"$ref":"#\/components\/schemas\/MonExpeDetailsOrderPacking"}],"nullable":true},"uri":{"type":"string","nullable":true}}},"Tracking.TrackingInputDto":{"type":"object","description":"","properties":{"trackingId":{"type":"string"},"code":{"type":"string"}}},"TrackingDetailOutputDto":{"type":"object","description":"","properties":{"trackingLink":{"type":"string","nullable":true},"labelLink":{"type":"string","nullable":true},"invoiceLink":{"type":"string","nullable":true},"invoiceNumber":{"type":"string","nullable":true},"invoiceId":{"type":"integer","nullable":true},"twShipmentId":{"type":"integer","nullable":true},"amountWithVAT":{"type":"number","nullable":true},"amountWithoutVAT":{"type":"number","nullable":true},"amountWithVATStripe":{"type":"number","nullable":true},"amountVat":{"type":"number","nullable":true},"taxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/MonexpeTaxesDto"},"nullable":true}}},"Traffic":{"type":"object","description":"","properties":{"idTraffic":{"type":"integer","nullable":true},"idRemitter":{"type":"integer","nullable":true},"codeProduct":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"authorized":{"type":"boolean","nullable":true},"defaultProduct":{"type":"boolean","nullable":true}}},"Traffic.ResponseTrafficArrayOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrafficGlobalDto"},"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Traffic.ResponseTrafficOutputDto":{"type":"object","description":"","properties":{"response":{"anyOf":[{"$ref":"#\/components\/schemas\/TrafficGlobalDto"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"Traffic.TrafficGlobalDto":{"type":"object","description":"","properties":{"idTraffic":{"type":"integer","nullable":true},"idRemitter":{"type":"integer","nullable":true},"codeProduct":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"authorized":{"type":"boolean","nullable":true},"defaultProduct":{"type":"boolean","nullable":true}}},"TrafficGlobalDto":{"type":"object","description":"","properties":{"idTraffic":{"type":"integer","nullable":true},"idRemitter":{"type":"integer","nullable":true},"codeProduct":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"authorized":{"type":"boolean","nullable":true},"defaultProduct":{"type":"boolean","nullable":true}}},"User":{"type":"object","description":"","properties":{"idUser":{"type":"integer","nullable":true},"idShipper":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"login":{"type":"string","nullable":true},"sPinPDA":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"password":{"type":"string","nullable":true},"id":{"readOnly":true,"type":"integer","nullable":true}}},"User.RequestPasswordChangeByEmailInputDto":{"type":"object","description":"","required":["email","login"],"properties":{"email":{"type":"string"},"login":{"type":"string"}}},"User.RequestPasswordChangeByEmailOutputDto":{"type":"object","description":"","properties":{"response":{"writeOnly":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"User.ResponseUserArrayOutputDto":{"type":"object","description":"","properties":{"response":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserGlobalDto"},"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"User.ResponseUserOutputDto":{"type":"object","description":"","properties":{"response":{"anyOf":[{"$ref":"#\/components\/schemas\/UserGlobalDto"}],"nullable":true},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"User.TeliaeEmptyOutput":{"type":"object","description":"","properties":{"response":{"type":"boolean"},"code":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TeliaeOutputMessage"},"nullable":true}}},"User.UserGlobalDto":{"type":"object","description":"","properties":{"idUser":{"type":"integer","nullable":true},"idShipper":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"login":{"type":"string","nullable":true},"sPinPDA":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"password":{"type":"string","nullable":true}}},"UserGlobalDto":{"type":"object","description":"","properties":{"idUser":{"type":"integer","nullable":true},"idShipper":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"login":{"type":"string","nullable":true},"sPinPDA":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"password":{"type":"string","nullable":true}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"Token Station":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"Token Station":[]}],"tags":[]}