rentalinventoryInventoryidDocumentPost method
Future<Response<WebApiModulesInventoryRentalInventoryRentalInventoryDocument> >
rentalinventoryInventoryidDocumentPost({
- required String? inventoryid,
- required WebApiModulesInventoryRentalInventoryRentalInventoryDocumentPostRequest? body,
Create a new document. @param inventoryid Unique identifier
Implementation
Future<
chopper.Response<
WebApiModulesInventoryRentalInventoryRentalInventoryDocument>>
rentalinventoryInventoryidDocumentPost({
required String? inventoryid,
required WebApiModulesInventoryRentalInventoryRentalInventoryDocumentPostRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryRentalInventoryDocument,
() => WebApiModulesInventoryRentalInventoryRentalInventoryDocument
.fromJsonFactory);
return _rentalinventoryInventoryidDocumentPost(
inventoryid: inventoryid, body: body);
}