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