Class RawOffChrtShipperOrgClient


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

      • RawOffChrtShipperOrgClient

        public RawOffChrtShipperOrgClient​(ClientOptions clientOptions)
    • Method Detail

      • listV1

        public ChrtApiHttpResponse<java.util.List<OffChrtShipperOrg1>> listV1()
        Lists all off-platform shipper organizations created by the caller's organization. | () -> (list[OffChrtShipperOrg1])
      • deleteByIdV1

        public ChrtApiHttpResponse<java.lang.Boolean> deleteByIdV1​(java.lang.String id)
        Deletes off-platform shipper organization owned by the caller's organization. | () -> (bool)
      • deleteByIdV1

        public ChrtApiHttpResponse<java.lang.Boolean> deleteByIdV1​(java.lang.String id,
                                                                   RequestOptions requestOptions)
        Deletes off-platform shipper organization owned by the caller's organization. | () -> (bool)
      • updateByIdV1

        public ChrtApiHttpResponse<java.lang.Boolean> updateByIdV1​(java.lang.String id)
        Updates existing off-platform shipper organization owned by the caller's organization. | (OffChrtShipperOrgClientUpdate1) -> (bool)
      • updateByIdV1

        public ChrtApiHttpResponse<java.lang.Boolean> updateByIdV1​(java.lang.String id,
                                                                   OffChrtShipperOrgClientUpdate1 request)
        Updates existing off-platform shipper organization owned by the caller's organization. | (OffChrtShipperOrgClientUpdate1) -> (bool)