rentalinventoryInventoryidDocumentDocumentidPut method
Future<Response<WebApiModulesInventoryRentalInventoryRentalInventoryDocument> >
rentalinventoryInventoryidDocumentDocumentidPut({
- required String? inventoryid,
- required String? documentid,
- 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,
);
}