Class AsyncRawShipperPayCourierLineItemGroupsClient


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

      • AsyncRawShipperPayCourierLineItemGroupsClient

        public AsyncRawShipperPayCourierLineItemGroupsClient​(ClientOptions clientOptions)
    • Method Detail

      • getByIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<ShipperPayCourierLineItemGroup1>> getByIdV1​(java.lang.String id)
        Retrieves a shipper pay courier line item group by its ID for the caller's courier organization. | () -> (ShipperPayCourierLineItemGroup1)
      • deleteByIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteByIdV1​(java.lang.String id)
        Deletes a shipper pay courier line item group by its ID if not referenced by any payment. | () -> (bool)
      • deleteByIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteByIdV1​(java.lang.String id,
                                                                                                           RequestOptions requestOptions)
        Deletes a shipper pay courier line item group by its ID if not referenced by any payment. | () -> (bool)
      • byTaskGroupIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<ShipperPayCourierLineItemGroup1>> byTaskGroupIdV1​(java.lang.String taskGroupId)
        Retrieves a shipper pay courier line item group by its associated task group ID for the caller's courier organization. | () -> (ShipperPayCourierLineItemGroup1)
      • byTaskGroupIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<ShipperPayCourierLineItemGroup1>> byTaskGroupIdV1​(java.lang.String taskGroupId,
                                                                                                                            RequestOptions requestOptions)
        Retrieves a shipper pay courier line item group by its associated task group ID for the caller's courier organization. | () -> (ShipperPayCourierLineItemGroup1)
      • createV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> createV1​(ShipperPayCourierLineItemGroupCreateReq request)
        Creates a shipper pay courier line item group by calculating items from rate sheet and task group. | (ShipperPayCourierLineItemGroupCreateReq) -> (PydanticObjectId)