subrentalbillinganalysisreportValidatepurchaseorderBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
subrentalbillinganalysisreportValidatepurchaseorderBrowsePost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
subrentalbillinganalysisreportValidatepurchaseorderBrowsePost({
required FwStandardModelsBrowseRequest? body,
}) {
generatedMapping.putIfAbsent(
FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
);
return _subrentalbillinganalysisreportValidatepurchaseorderBrowsePost(
body: body,
);
}