/mcp<MailboxQuotaText> <URI>/vmrest/mailboxquotatexts/da9d6130-baf7-4b8b-8aa5-1d973567d0b6</URI> <ObjectId>da9d6130-baf7-4b8b-8aa5-1d973567d0b6</ObjectId> <Body/> <DefaultBody>Your mailbox has exceeded the quota warning threshold specified by your administrator.\n\nCurrent Usage: %CURRENTUSAGE%\nQuota Warning Threshold: %THRESHOLD%\nQuota Size Limit: %LIMIT%\n\nPlease reduce your mailbox size by deleting few items from your mailbox.</DefaultBody> <DefaultSubject>Voicemail Mailbox Quota Warning</DefaultSubject> <LanguageCode>1033</LanguageCode> <Subject/> <UseDefault>true</UseDefault> <RuleDescription>Text for Mailbox Warning Quota</RuleDescription> </MailboxQuotaText> PUT : https:// <connection-server>/vmrest/mailboxquotatexts/<mailboxQuotaTextObjectId> This API can be used by an administrator to modify the subject line, body and Use Default flag for the email notification alert for the end users. If an administrator updates "UseDefault" option to false and if "Subject" and "Body" (customized subject and body texts) of the Alert are null in the database or in input XML, then it is mandatory to provide both of them. Input will be an XML with following data : <MailboxQuotaText> <Body>changed body content</Body> <Subject>Changed subject line</Subject> <UseDefault>false</UseDefault> </MailboxQuotaText> Output: HTTP response code : 204 Explanation of Data Fields The following chart lists all of the data fields: Description Operations Data Type Parameter URI of Mailbox Quota alert Read Only String URI Acts as a primary key for the API. The ObjectID is a unique system-generated identifier for a Mailbox Quota Alert object. Read Only Char (36) ObjectId Customized body text for Mailbox Quota Alert. Read/Write String Body Cisco Unity Connection Provisioning Interface (CUPI) API 594 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs PUT : https:// <connection-server>/vmrest/mailboxquotatexts/<mailboxQuotaTextObjectId>