Attribute Predictions REST Endpoints

Attribute Predictions
The attribute predictions resource is used to view, create, update, and delete an attribute prediction.
Create an attribute prediction
Method: post
Path: /crmRestApi/resources/11.13.18.05/attributePredictions
Delete an attribute prediction
Method: delete
Path: /crmRestApi/resources/11.13.18.05/attributePredictions/{AttrPredictionId}
Get all attribute predictions
Method: get
Path: /crmRestApi/resources/11.13.18.05/attributePredictions
Get an attribute prediction
Method: get
Path: /crmRestApi/resources/11.13.18.05/attributePredictions/{AttrPredictionId}
Update an attribute prediction
Method: patch
Path: /crmRestApi/resources/11.13.18.05/attributePredictions/{AttrPredictionId}