Add Alert/Mail contact details

POST {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/alert-contacts

Add Alert/Mail contact details

Request Body

{"company"=>"<string>", "companyCode"=>"<string>", "country"=>"<string>", "fax"=>"<string>", "firstName"=>"<string>", "includeSvcAlerts"=>"<boolean>", "lastName"=>"<string>", "notificationSeverities"=>["<integer>", "<integer>"], "preferredLanguage"=>"<string>", "primaryEmail"=>"<string>", "primaryPhone"=>"<string>", "receiveEmail"=>"<boolean>", "receiveGrouped"=>"<boolean>", "secondaryEmail"=>"<string>", "secondaryPhone"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;taskUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}