inventoryattributevalueIdPut method
Future<Response<WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue> >
inventoryattributevalueIdPut({
- required String? id,
- required WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue
>
>
inventoryattributevalueIdPut({
required String? id,
required WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue,
() => WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue
.fromJsonFactory,
);
return _inventoryattributevalueIdPut(id: id, body: body);
}