rentalinventoryInventoryidDocumentBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> rentalinventoryInventoryidDocumentBrowsePost({
  1. required String? inventoryid,
  2. 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,
  );
}