Program Enrollments REST Endpoints
Digital Assets/Program Enrollments
Program Enrollments is the process of linking a customer, a specific program, and where applicable a device location with a controllable device, creating a program subscription that officially records the customer's participation.
- Create Program Enrollment
- Method: postPath:
/rest/apis/cross/digitalAssets/programEnrollments/enroll
- Create Program Unenrollment
- Method: postPath:
/rest/apis/cross/digitalAssets/programEnrollments/unenroll
- Enroll Additional Device Service
- Method: postPath:
/rest/apis/cross/digitalAssets/programEnrollments/enrollDevice
- Get Program Enrollment
- Method: getPath:
/rest/apis/cross/digitalAssets/programEnrollments/enroll/{Enrollment Id}
- Get Program Unenrollment
- Method: getPath:
/rest/apis/cross/digitalAssets/programEnrollments/unenroll/{Unenrollment Id}
- Post Acknowledgement
- Method: postPath:
/rest/apis/cross/digitalAssets/programEnrollments/postAcknowledgement