Provide Anomaly Feedback
costexplorer_provide_anomaly_feedback | R Documentation |
Modifies the feedback property of a given cost anomaly¶
Description¶
Modifies the feedback property of a given cost anomaly.
Usage¶
costexplorer_provide_anomaly_feedback(AnomalyId, Feedback)
Arguments¶
AnomalyId |
[required] A cost anomaly ID. |
Feedback |
[required] Describes whether the cost anomaly was a planned activity or you considered it an anomaly. |
Value¶
A list with the following syntax:
list(
AnomalyId = "string"
)
Request syntax¶
svc$provide_anomaly_feedback(
AnomalyId = "string",
Feedback = "YES"|"NO"|"PLANNED_ACTIVITY"
)