Shop Order Api Fp ( 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 > ) > ; } shop Order Controller Cancel : functionshop Order Controller Cancel ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputDTOAPI > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputDTOAPI > ) > shop Order Controller Claim : functionshop Order Controller Claim ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputDTOAPI > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputDTOAPI > ) > shop Order Controller Create : functionshop Order Controller Create ( shopOrderCreateDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputDTOAPI > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputDTOAPI > ) > shop Order Controller Get One : functionshop Order Controller Get One ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputDTOAPI > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputDTOAPI > ) > shop Order Controller Search : functionshop Order Controller Search ( shopOrderSearchInputDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputArrayDTOAPI > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ShopOrderOutputArrayDTOAPI > ) >
ShopOrderApi - functional programming interface
Export