Class AsyncRawConnectionToShipperClient


  • public class AsyncRawConnectionToShipperClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawConnectionToShipperClient

        public AsyncRawConnectionToShipperClient​(ClientOptions clientOptions)
    • Method Detail

      • createV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> createV1​(CreateConnectionReq request)
        Creates a new connection to a shipper organization. Only forwarders can initiate connections to shippers. | (CreateConnectionReq) -> (PydanticObjectId)
      • createV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> createV1​(CreateConnectionReq request,
                                                                                                      RequestOptions requestOptions)
        Creates a new connection to a shipper organization. Only forwarders can initiate connections to shippers. | (CreateConnectionReq) -> (PydanticObjectId)