Function EndUsersApiAxiosParamCreator
- EndUsersApiAxiosParamCreator(configuration?): {
apiEndUsersBulkFilePost: ((file?: File, options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
apiEndUsersInvitePost: ((endUserReadDeets?: EndUserReadDeets, options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
apiEndUsersPost: ((endUserCreateDeets?: EndUserCreateDeets, options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
} Returns {
apiEndUsersBulkFilePost: ((file?: File, options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
apiEndUsersInvitePost: ((endUserReadDeets?: EndUserReadDeets, options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
apiEndUsersPost: ((endUserCreateDeets?: EndUserCreateDeets, options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
}
apiEndUsersBulkFilePost: ((file?: File, options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (file?, options?): Promise<RequestArgs>
Parameters
Optional
file: FileOptional
options: RawAxiosRequestConfig = {}
apiEndUsersInvitePost: ((endUserReadDeets?: EndUserReadDeets, options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (endUserReadDeets?, options?): Promise<RequestArgs>
Parameters
Optional
endUserReadDeets: EndUserReadDeetsOptional
options: RawAxiosRequestConfig = {}
apiEndUsersPost: ((endUserCreateDeets?: EndUserCreateDeets, options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
EndUsersApi - axios parameter creator export