checkoutApplysubstitutesessionPost method
Future<Response<WebApiModulesWarehouseCheckOutStagingApplySubstituteSessionResponse> >
checkoutApplysubstitutesessionPost({})
Implementation
Future<
chopper.Response<
WebApiModulesWarehouseCheckOutStagingApplySubstituteSessionResponse
>
>
checkoutApplysubstitutesessionPost({
required WebApiModulesWarehouseCheckOutStagingApplySubstituteSessionRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesWarehouseCheckOutStagingApplySubstituteSessionResponse,
() => WebApiModulesWarehouseCheckOutStagingApplySubstituteSessionResponse
.fromJsonFactory,
);
return _checkoutApplysubstitutesessionPost(body: body);
}