Goals REST Endpoints

Goals
Goals
Create a goal
Method: post
Path: /crmRestApi/resources/11.13.18.05/goals
Delete a goal
Method: delete
Path: /crmRestApi/resources/11.13.18.05/goals/{GoalNumber}
Get a goal
Method: get
Path: /crmRestApi/resources/11.13.18.05/goals/{GoalNumber}
Get all goals
Method: get
Path: /crmRestApi/resources/11.13.18.05/goals
Update a goal
Method: patch
Path: /crmRestApi/resources/11.13.18.05/goals/{GoalNumber}