PUT api/v1/organizationusercustomers/{customerkey}/announcement

Endpoint that updates the announcement of a customer of a bluehammer professional account.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerkey

Unique Customer Key of the partner system.

string

Required

Body Parameters

Announcement content

string

Request 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.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.