PUT api/v1/organizationusercustomers/{customerkey}/announcement
Endpoint that updates the announcement of a customer of a bluehammer professional account.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerkey |
Unique Customer Key of the partner system. |
string |
Required |
Body Parameters
Announcement content
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A new record with an HTTP 201 (Created), or HTTP 400 (Bad Request) when the request body has invalid values.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.