activeorderswithuncontracteditemsreportValidateofficelocationBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> activeorderswithuncontracteditemsreportValidateofficelocationBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
activeorderswithuncontracteditemsreportValidateofficelocationBrowsePost({
  required FwStandardModelsBrowseRequest? body,
}) {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _activeorderswithuncontracteditemsreportValidateofficelocationBrowsePost(
    body: body,
  );
}