Create or update a message sender
PUT
/messagesenders/{messageSenderID}
200,4XXDescription
If an object with the same ID already exists, it will be overwritten.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessMessageSenderAdmin
Parameters
| Name | Type | Description | Possible Values | |
|---|---|---|---|---|
| messageSenderID | Required | string | ID of the message sender. | --- |
Request Body
| Property | Type | Format | Max Length | Possible Values | ||
|---|---|---|---|---|---|---|
| ID | string | --- | 100 characters | --- | ||
| Name | Required | string | --- | --- | --- | |
| MessageTypes | Required | array | --- | --- | --- | |
| Description | string | --- | --- | --- | ||
| URL | string | --- | --- | --- | ||
| ElevatedRoles | array | --- | --- | --- | ||
| SharedKey | string | --- | --- | --- | ||
| xp | object | --- | --- | --- | ||
| DeliveryConfigID | string | --- | --- | --- | ||
| AllowAllBuyers | boolean | --- | --- | --- | ||
Response Body
| Property | Type | Format | Max Length | Possible Values | ||
|---|---|---|---|---|---|---|
| ID | string | --- | 100 characters | --- | ||
| Name | string | --- | --- | --- | ||
| MessageTypes | array | --- | --- | --- | ||
| Description | string | --- | --- | --- | ||
| URL | string | --- | --- | --- | ||
| ElevatedRoles | array | --- | --- | --- | ||
| SharedKey | string | --- | --- | --- | ||
| xp | object | --- | --- | --- | ||
| DeliveryConfigID | string | --- | --- | --- | ||
| AllowAllBuyers | boolean | --- | --- | --- | ||