/mcp{ "ScheduleSetObjectId":"11a4f6b1-c926-4404-9bba-964ebb3075c3", "ScheduleObjectId":"4ac392b8-e276-46a1-978a-9b648c2c785b", "Exclude":"false" } The following is the response from the above POST request and the actual response will depend upon the information given by you: <pre> Response Code: 201 /vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e/schedulesetmembers/2008f07d-4265-4570-ab6f-362228dd8180 Request Body for a Holiday Schedule: <ScheduleSetMember> <ScheduleSetObjectId>11a4f6b1-c926-4404-9bba-964ebb3075c3</ScheduleSetObjectId> <ScheduleObjectId>4ac392b8-e276-46a1-978a-9b648c2c785b</ScheduleObjectId> <Exclude>true</Exclude> </ScheduleSetMember> Response Code: 201 /vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e/schedulesetmembers/2008f07d-4265-4570-ab6f-362228dd8180 JSON Example to create Schedule set member which is a Holiday Schedule: POST https://<connection-ip>/vmrest/schedulesets/<scheduleset-objectid>/schedulesetmembers Accept: application/json Content-Type: application/json Connection: keep-alive { "ScheduleSetObjectId":"11a4f6b1-c926-4404-9bba-964ebb3075c3", "ScheduleObjectId":"4ac392b8-e276-46a1-978a-9b648c2c785b", "Exclude":"true" } Response Code: 201 /vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e/schedulesetmembers/2008f07d-4265-4570-ab6f-362228dd8180 Updating the Schedule Set Members The following is an example of the PUT request that can be used to modify the schedule set members where only description field can be updated: PUT https://<connection-server>/vmrest/schedulesets/<schedulesetobjectid>/schedulesetmembers/<schedulesetmember-objectid> Request Body <ScheduleSetMember> <ScheduleSetObjectId>11a4f6b1-c926-4404-9bba-964ebb3075c3</ScheduleSetObjectId> <ScheduleObjectId>f4e064d5-e21e-4234-a157-91554fd657e5</ScheduleObjectId> <Exclude>true</Exclude> </ScheduleSetMember> Response Code: 204 JSON Example Cisco Unity Connection Provisioning Interface (CUPI) API 744 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Updating the Schedule Set Members