rentalinventoryInventoryidDocumentDocumentidGet method
Future<Response<WebApiModulesInventoryRentalInventoryRentalInventoryDocument> >
rentalinventoryInventoryidDocumentDocumentidGet({})
Get a document. @param inventoryid Unique identifier @param documentid Unique identifier
Implementation
Future<
chopper.Response<
WebApiModulesInventoryRentalInventoryRentalInventoryDocument>>
rentalinventoryInventoryidDocumentDocumentidGet({
required String? inventoryid,
required String? documentid,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryRentalInventoryDocument,
() => WebApiModulesInventoryRentalInventoryRentalInventoryDocument
.fromJsonFactory);
return _rentalinventoryInventoryidDocumentDocumentidGet(
inventoryid: inventoryid, documentid: documentid);
}