inventoryreceiptValidatevendorBrowsePost method

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

Implementation

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

  return _inventoryreceiptValidatevendorBrowsePost(body: body);
}