inventoryattributevaluePost method

Implementation

Future<
  chopper.Response<
    WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue
  >
>
inventoryattributevaluePost({
  required WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue,
    () =>
        WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue
            .fromJsonFactory,
  );

  return _inventoryattributevaluePost(body: body);
}