Function ShopOrderApiAxiosParamCreator Shop Order Api Axios Param Creator ( configuration ? ) : { shopOrderControllerCancel : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; shopOrderControllerClaim : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; shopOrderControllerCreate : ( ( shopOrderCreateDTO ?: ShopOrderCreateDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; shopOrderControllerGetOne : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; shopOrderControllerSearch : ( ( shopOrderSearchInputDTO ?: ShopOrderSearchInputDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; } Parameters Optional
configuration : Configuration Returns { shopOrderControllerCancel : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; shopOrderControllerClaim : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; shopOrderControllerCreate : ( ( shopOrderCreateDTO ?: ShopOrderCreateDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; shopOrderControllerGetOne : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; shopOrderControllerSearch : ( ( shopOrderSearchInputDTO ?: ShopOrderSearchInputDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; } shop Order Controller Cancel : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , options ? ) : Promise < RequestArgs > Parameters id : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > shop Order Controller Claim : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , options ? ) : Promise < RequestArgs > Parameters id : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > shop Order Controller Create : ( ( shopOrderCreateDTO ?: ShopOrderCreateDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( shopOrderCreateDTO ? , options ? ) : Promise < RequestArgs > Returns Promise < RequestArgs > shop Order Controller Get One : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , options ? ) : Promise < RequestArgs > Parameters id : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > shop Order Controller Search : ( ( shopOrderSearchInputDTO ?: ShopOrderSearchInputDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( shopOrderSearchInputDTO ? , options ? ) : Promise < RequestArgs > Returns Promise < RequestArgs >
ShopOrderApi - axios parameter creator
Export