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