EDD
Create an EDD review configuration
Create an EDD review configuration
post/edd/review_configurations
Request body
Example request
{
"high_months": 12,
"low_months": 12,
"medium_months": 12,
"tenant": "abcdef_ghijkl"
}Response
Created EDD review configuration
Example response
{
"creation_time": "2010-05-06T12:23:34.321Z",
"high_months": 12,
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"low_months": 12,
"medium_months": 12,
"tenant": "abcdef_ghijkl"
}