rentalinventoryInventoryidDocumentDocumentidPut method

Future<Response<WebApiModulesInventoryRentalInventoryRentalInventoryDocument>> rentalinventoryInventoryidDocumentDocumentidPut({
  1. required String? inventoryid,
  2. required String? documentid,
  3. required WebApiModulesInventoryRentalInventoryRentalInventoryDocumentPutRequest? body,
})

Update a document. @param inventoryid Unique identifier @param documentid Unique identifier

Implementation

Future<
        chopper.Response<
            WebApiModulesInventoryRentalInventoryRentalInventoryDocument>>
    rentalinventoryInventoryidDocumentDocumentidPut({
  required String? inventoryid,
  required String? documentid,
  required WebApiModulesInventoryRentalInventoryRentalInventoryDocumentPutRequest?
      body,
}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryRentalInventoryRentalInventoryDocument,
      () => WebApiModulesInventoryRentalInventoryRentalInventoryDocument
          .fromJsonFactory);

  return _rentalinventoryInventoryidDocumentDocumentidPut(
      inventoryid: inventoryid, documentid: documentid, body: body);
}