Send Port Groups - Update
Update specific SendPortGroup
PUT http://localhost/BizTalkManagementService/SendPortGroups/{sendPortGroupName}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
send
|
path | True |
string |
SendPortGroup Name |
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Type | Description |
|---|---|---|
| ApplicationName |
string |
Application Name |
| CustomData |
string |
Custom Data |
| Description |
string |
Description |
| Filter |
string |
Filter |
| Name |
string |
Name of the SendPortGroup |
| SendPorts |
string[] |
List of SendPorts in the group |
| Status |
string |
Port Status |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |
Definitions
SendPortGroup
Model for SendPortGroup
| Name | Type | Description |
|---|---|---|
| ApplicationName |
string |
Application Name |
| CustomData |
string |
Custom Data |
| Description |
string |
Description |
| Filter |
string |
Filter |
| Name |
string |
Name of the SendPortGroup |
| SendPorts |
string[] |
List of SendPorts in the group |
| Status |
string |
Port Status |