Class RawShipperContactInfoClient


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

      • RawShipperContactInfoClient

        public RawShipperContactInfoClient​(ClientOptions clientOptions)
    • Method Detail

      • listCourierContactsByShipperOrgIdV1

        public ChrtApiHttpResponse<java.util.List<ShipperContact1>> listCourierContactsByShipperOrgIdV1​(java.lang.String shipperOrgId)
        Lists all shipper contacts accessible to the courier organization for a specific on-platform shipper.
      • listCourierContactsByShipperOrgIdV1

        public ChrtApiHttpResponse<java.util.List<ShipperContact1>> listCourierContactsByShipperOrgIdV1​(java.lang.String shipperOrgId,
                                                                                                        RequestOptions requestOptions)
        Lists all shipper contacts accessible to the courier organization for a specific on-platform shipper.
      • listByOffChrtShipperOrgIdV1

        public ChrtApiHttpResponse<java.util.List<ShipperContact1>> listByOffChrtShipperOrgIdV1​(java.lang.String offChrtShipperOrgId)
        Lists all shipper contacts for a specific off-platform shipper connection.
      • listByOffChrtShipperOrgIdV1

        public ChrtApiHttpResponse<java.util.List<ShipperContact1>> listByOffChrtShipperOrgIdV1​(java.lang.String offChrtShipperOrgId,
                                                                                                RequestOptions requestOptions)
        Lists all shipper contacts for a specific off-platform shipper connection.
      • updateV1

        public ChrtApiHttpResponse<java.lang.Boolean> updateV1​(java.lang.String shipperContactInfoId)
        Updates existing shipper contact information owned by the authenticated organization.
      • updateV1

        public ChrtApiHttpResponse<java.lang.Boolean> updateV1​(java.lang.String shipperContactInfoId,
                                                               ShipperContactClientUpdate1 request)
        Updates existing shipper contact information owned by the authenticated organization.
      • deleteByIdV1

        public ChrtApiHttpResponse<java.lang.Boolean> deleteByIdV1​(java.lang.String id)
        Deletes shipper contact information owned by the authenticated organization.
      • deleteByIdV1

        public ChrtApiHttpResponse<java.lang.Boolean> deleteByIdV1​(java.lang.String id,
                                                                   RequestOptions requestOptions)
        Deletes shipper contact information owned by the authenticated organization.