rentalinventoryInventoryidWallimagehistoryDocumentidPut method

Future<Response<WebApiModulesInventoryRentalInventoryWallImageHistory>> rentalinventoryInventoryidWallimagehistoryDocumentidPut({
  1. required String? inventoryid,
  2. required String? documentid,
  3. 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);
}