To modify a communication profile, see the following request and a sample of 200 response. You can get the communication profile ID or number in the path parameter through Get all communication profiles.
HTTP request:
PUT https://rest.zuora.com/settings/communication-profiles/{profile-key}
The profile-key
can be the ID or profile number of a communication profile.
Request body:
2 | "name" : "My Profile Modified" , |
5 | "description" : "test description" , |
Response body:
2 | "id" : "2c92c0fa6d05a238016d154fa937469d" , |
3 | "name" : "My Profile Modified" , |
6 | "description" : "test description" , |