ReplenishmentOrderApiFp
ReplenishmentOrderApi - functional programming interface
Signature
ReplenishmentOrderApiFp: (
configuration?: Configuration
) => {
getReplenishmentOrder(baseSiteId: string,
replenishmentOrderCode: string,
userId: string,
fields?: string,
options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance,
basePath?: string) => AxiosPromise<ReplenishmentOrder>>;
getReplenishmentOrderHistory(baseSiteId: string,
replenishmentOrderCode: string,
userId: string,
currentPage?: number,
fields?: string,
pageSize?: number,
sort?: string,
options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance,
basePath?: string) => AxiosPromise<OrderHistoryList>>;
getReplenishmentOrders(baseSiteId: string,
userId: string,
currentPage?: number,
fields?: string,
pageSize?: number,
sort?: string,
options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance,
basePath?: string) => AxiosPromise<ReplenishmentOrderList>>;
updateReplenishmentOrder(baseSiteId: string,
replenishmentOrderCode: string,
userId: string,
fields?: string,
options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance,
basePath?: string) => AxiosPromise<ReplenishmentOrder>>;
}Parameters
| Name | Required | Type | Description |
|---|---|---|---|
configuration | Optional | Configuration |
Referenced Types
AxiosRequestConfigAxiosInstanceAxiosPromise- ReplenishmentOrder
- OrderHistoryList
- ReplenishmentOrderList