rentalinventoryInventoryidDocumentBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
rentalinventoryInventoryidDocumentBrowsePost({
- required String? inventoryid,
- required FwStandardModelsBrowseRequest? body,
Get documents. @param inventoryid Unique identifier
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
rentalinventoryInventoryidDocumentBrowsePost({
required String? inventoryid,
required FwStandardModelsBrowseRequest? body,
}) {
generatedMapping.putIfAbsent(
FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
);
return _rentalinventoryInventoryidDocumentBrowsePost(
inventoryid: inventoryid,
body: body,
);
}