inventoryattributevaluePost method

Implementation

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

  return _inventoryattributevaluePost(body: body);
}