Class RawExpandedListClient
- java.lang.Object
-
- com.chrt.api.resources.orders.expandedlist.RawExpandedListClient
-
public class RawExpandedListClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawExpandedListClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<OrdersExpandedForOrderCreatorRes>postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request)Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.ChrtApiHttpResponse<OrdersExpandedForOrderCreatorRes>postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request, RequestOptions requestOptions)Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.ChrtApiHttpResponse<OrdersExpandedForShipperRes>postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request)Retrieves orders expanded list for the shipper organization with optional filters and related data.ChrtApiHttpResponse<OrdersExpandedForShipperRes>postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request, RequestOptions requestOptions)Retrieves orders expanded list for the shipper organization with optional filters and related data.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawExpandedListClient
public RawExpandedListClient(ClientOptions clientOptions)
-
-
Method Detail
-
postShipperExpandedListV1
public ChrtApiHttpResponse<OrdersExpandedForShipperRes> postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request)
Retrieves orders expanded list for the shipper organization with optional filters and related data.
-
postShipperExpandedListV1
public ChrtApiHttpResponse<OrdersExpandedForShipperRes> postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request, RequestOptions requestOptions)
Retrieves orders expanded list for the shipper organization with optional filters and related data.
-
postOrderCreatorExpandedListV1
public ChrtApiHttpResponse<OrdersExpandedForOrderCreatorRes> postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request)
Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.
-
postOrderCreatorExpandedListV1
public ChrtApiHttpResponse<OrdersExpandedForOrderCreatorRes> postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request, RequestOptions requestOptions)
Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.
-
-