The createInboundPlan response.

CreateInboundPlanResponse

interface CreateInboundPlanResponse {
    inboundPlanId: string;
    operationId: string;
}

Properties

inboundPlanId: string

Identifier of an inbound plan.

CreateInboundPlanResponse

operationId: string

UUID for the given operation.

CreateInboundPlanResponse