Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface ObjectDataRequest

    A request body to retrieve data from a service

    interface ObjectDataRequest {
        authorization: null | AuthorizationContext;
        command: null | { commandType: string };
        configurationValues: null | ConfigurationValue[];
        culture: null | Culture;
        listFilter: null | ListFilter;
        objectData: null | ObjectData[];
        objectDataType: ObjectDataType;
        stateId: string;
        token: null | string;
        typeElementBindingId: string;
    }
    Index

    Properties

    authorization: null | AuthorizationContext
    command: null | { commandType: string }
    configurationValues: null | ConfigurationValue[]
    culture: null | Culture
    listFilter: null | ListFilter
    objectData: null | ObjectData[]
    objectDataType: ObjectDataType
    stateId: string
    token: null | string
    typeElementBindingId: string

    The Flow type to be used to for mapping the data returned from the service