Program Enrollments REST Endpoints

Program Enrollments
The program enrollments resource is used to view, create, and update partner enrollments into a partner program. Partner program enrollments also includes additional information, such as details about the enrollment contracts, who is enrolled in these programs, and attachments containing enrollment information.
Create an enrollment
Method: post
Path: /crmRestApi/resources/11.13.18.05/programEnrollments
Get all enrollments
Method: get
Path: /crmRestApi/resources/11.13.18.05/programEnrollments
Get an enrollment
Method: get
Path: /crmRestApi/resources/11.13.18.05/programEnrollments/{EnrollmentNumber}
Update an enrollment
Method: patch
Path: /crmRestApi/resources/11.13.18.05/programEnrollments/{EnrollmentNumber}