outgoingdeliveryinstructionsRunreportPost method
Implementation
Future<chopper.Response<WebApiDataAppReportResponse>>
outgoingdeliveryinstructionsRunreportPost({
required WebApiModulesReportsOutgoingDeliveryInstructionsOutgoingDeliveryInstructionsRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory,
);
return _outgoingdeliveryinstructionsRunreportPost(body: body);
}