checkinRemoveorderPost method
Future<Response<WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse> >
checkinRemoveorderPost({
- required WebApiModulesWarehouseCheckInCheckInRemoveOrderRequest? body,
Implementation
Future<
chopper.Response<WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse>
>
checkinRemoveorderPost({
required WebApiModulesWarehouseCheckInCheckInRemoveOrderRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse,
() => WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse
.fromJsonFactory,
);
return _checkinRemoveorderPost(body: body);
}