import { type AddBinLocationsToZoneCommandRequest } from '../../../../models/index.js'; import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Builds and executes requests for operations under /v2/warehouseassistant/warehouse-zones/add-bin-locations */ export interface AddBinLocationsRequestBuilder extends BaseRequestBuilder { /** * Adds bin locations to a warehouse zone. * @param body Adds bin locations to a warehouse zone. - Request * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} */ post(body: AddBinLocationsToZoneCommandRequest, requestConfiguration?: RequestConfiguration | undefined): Promise; /** * Adds bin locations to a warehouse zone. * @param body Adds bin locations to a warehouse zone. - Request * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toPostRequestInformation(body: AddBinLocationsToZoneCommandRequest, requestConfiguration?: RequestConfiguration | undefined): RequestInformation; } /** * Uri template for the request builder. */ export declare const AddBinLocationsRequestBuilderUriTemplate = "{+baseurl}/v2/warehouseassistant/warehouse-zones/add-bin-locations"; /** * Metadata for all the requests in the request builder. */ export declare const AddBinLocationsRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map