purchaseorderApplybottomlinedaysperweekPost method

Future<Response<bool>> purchaseorderApplybottomlinedaysperweekPost({
  1. required WebApiApplyBottomLineDaysPerWeekRequest? body,
})

Implementation

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