rentalinventoryInventoryidDocumentPost method

Future<Response<WebApiModulesInventoryRentalInventoryRentalInventoryDocument>> rentalinventoryInventoryidDocumentPost({
  1. required String? inventoryid,
  2. 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,
  );
}