purchaseorderApplybottomlinedaysperweekPost method
Future<Response<bool> >
purchaseorderApplybottomlinedaysperweekPost({
- required WebApiApplyBottomLineDaysPerWeekRequest? body,
Implementation
Future<chopper.Response<bool>> purchaseorderApplybottomlinedaysperweekPost(
{required WebApiApplyBottomLineDaysPerWeekRequest? body}) {
return _purchaseorderApplybottomlinedaysperweekPost(body: body);
}