/mcp<SubjectLineFormat> <URI>/vmrest/subjectlineformats/75b13d88-7313-491a-b239-dff1f1372379</URI> <ObjectId>75b13d88-7313-491a-b239-dff1f1372379</ObjectId> <LanguageCode>1033</LanguageCode> <FactoryDefaultSubject>%D% %U% %P% Message from %NAME% (%CALLERID%)</FactoryDefaultSubject> <Subject>%D% %U% %P% Message from %NAME% (%CALLERID%)</Subject> <SubjectType>1</SubjectType> <MessageType>1</MessageType> <CustomSubjectParameterURI>/vmrest/subjectlineparameters</CustomSubjectParameterURI> </SubjectLineFormat> Response code: 200 OK Modifying Subject Line Formats The following is an example of the PUT request that modifies subject field in the subject line formats: PUT https://<connection_server>/vmrest/subjectlineformats/<objectID> The following is the input for above PUT request. <SubjectLineFormat> <Subject>%D% %U% %P% Message from %NAME% 123(%CALLERID%)</Subject> </SubjectLineFormat> The following is the reponse of above PUT request. Response code: 204 OK Listing Subject Line Parameters The following is an example of the GET request that lists all subject line parameters: GET https://<connection_server>/vmrest/subject-line-parameters The following is an example of the response from the above GET request. <SubjectLineParameters total="11"> <SubjectLineParameter> <URI>/vmrest/subject-line-parameters/462d2eaa-8109-470e-982e-00c2c99e8770</URI> <ObjectId>462d2eaa-8109-470e-982e-00c2c99e8770</ObjectId> <LanguageCode>1033</LanguageCode> <Parameter>Unknown caller ID1</Parameter> <FactoryDefaultParameter>Unknown caller ID</FactoryDefaultParameter> <ParameterType>1</ParameterType> <MessageType>1</MessageType> </SubjectLineParameter> .... </SubjectLineParameters> Response code: 200 OK Cisco Unity Connection Provisioning Interface (CUPI) API 701 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Modifying Subject Line Formats