ShopOrderApiFp ( configuration ?: Configuration , ) : { shopOrderControllerCancel ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > ; shopOrderControllerClaim ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > ; shopOrderControllerCreate ( shopOrderCreateDTO ?: ShopOrderCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > ; shopOrderControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > ; shopOrderControllerSearch ( shopOrderSearchInputDTO ?: ShopOrderSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputArrayDTOAPI > , > ; } Parameters Optional
configuration : Configuration Returns { shopOrderControllerCancel ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > ; shopOrderControllerClaim ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > ; shopOrderControllerCreate ( shopOrderCreateDTO ?: ShopOrderCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > ; shopOrderControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > ; shopOrderControllerSearch ( shopOrderSearchInputDTO ?: ShopOrderSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputArrayDTOAPI > , > ; } shopOrderControllerCancel : functionshopOrderControllerCancel ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > shopOrderControllerClaim : functionshopOrderControllerClaim ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > shopOrderControllerCreate : functionshopOrderControllerCreate ( shopOrderCreateDTO ?: ShopOrderCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > shopOrderControllerGetOne : functionshopOrderControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ShopOrderOutputDTOAPI > , > shopOrderControllerSearch : function
ShopOrderApi - functional programming interface
Export