Invalid attribute "TaskName" in the payload.
Summary:
We are creating the revenue budget using rest api and below is sample payload for the same however when run the post service we get the follow error.
Is there any attribute or step missing
Invalid attribute "TaskName" in the payload.
Sample payload
{
"BudgetCreationMethod": "MANUAL",
"FinancialPlanType": "COOLCARE PROJECT BUDGET",
"PlanningAmounts": "REVENUE",
"PlanVersionStatus": "Current Working",
"ProjectId": 300001071482507,
"LockedFlag": "false",
"TaskNumber": "242-2-159",
"ResourceName": "Financial Resources",
"Currency": "SAR",
"RevenueAmounts": 3000,
}
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):