Integration App SDK - v1.14.0

    Interface RestApiMapping

    Mapping of any input to a Rest API request.

    interface RestApiMapping {
        path: string;
        method: string;
        requestMapping: {
            pathParameters?: any;
            query?: any;
            data?: any;
            headers?: any;
        };
        responseMapping?: any;
    }
    Index

    Properties

    path: string
    method: string
    requestMapping: { pathParameters?: any; query?: any; data?: any; headers?: any }
    responseMapping?: any
    MMNEPVFCICPMFPCPTTAAATR