Class RawWebcargoEmbedClient


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

      • RawWebcargoEmbedClient

        public RawWebcargoEmbedClient​(ClientOptions clientOptions)
    • Method Detail

      • getEmbedV1

        public ChrtApiHttpResponse<WebcargoEmbedResponse> getEmbedV1​(java.lang.String taskGroupId,
                                                                     GetWebcargoEmbedReq request)
        Generates a WebCargo Sky Embed token for a FLIGHT task group. Assembles cargo data from the task group's tasks and returns an embed URL for the booking widget. | (GetWebcargoEmbedReq) -> (WebcargoEmbedResponse)
      • getEmbedV1

        public ChrtApiHttpResponse<WebcargoEmbedResponse> getEmbedV1​(java.lang.String taskGroupId,
                                                                     GetWebcargoEmbedReq request,
                                                                     RequestOptions requestOptions)
        Generates a WebCargo Sky Embed token for a FLIGHT task group. Assembles cargo data from the task group's tasks and returns an embed URL for the booking widget. | (GetWebcargoEmbedReq) -> (WebcargoEmbedResponse)