rentalinventoryInventoryidWallimagehistoryDocumentidPut method
Future<Response<WebApiModulesInventoryRentalInventoryWallImageHistory> >
rentalinventoryInventoryidWallimagehistoryDocumentidPut({
- required String? inventoryid,
- required String? documentid,
- required WebApiModulesInventoryRentalInventoryWallImageHistoryPutRequest? body,
Update a document. @param inventoryid Unique identifier @param documentid Unique identifier
Implementation
Future<
chopper
.Response<WebApiModulesInventoryRentalInventoryWallImageHistory>>
rentalinventoryInventoryidWallimagehistoryDocumentidPut({
required String? inventoryid,
required String? documentid,
required WebApiModulesInventoryRentalInventoryWallImageHistoryPutRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryWallImageHistory,
() => WebApiModulesInventoryRentalInventoryWallImageHistory
.fromJsonFactory);
return _rentalinventoryInventoryidWallimagehistoryDocumentidPut(
inventoryid: inventoryid, documentid: documentid, body: body);
}