Parties - Update Party Alias
Update Party alias
PUT http://localhost/BizTalkManagementService/Parties/{partyName}/{partyAliasName}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
party
|
path | True |
string |
Alias Name |
party
|
path | True |
string |
Party Name |
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | Type | Description |
---|---|---|
IsAutoCreated |
boolean |
If auto created |
Name |
string |
Name |
Qualifier |
string |
Qualifier |
Value |
string |
Value |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
No Content |
Definitions
PartyAlias
The party alias.
Name | Type | Description |
---|---|---|
IsAutoCreated |
boolean |
If auto created |
Name |
string |
Name |
Qualifier |
string |
Qualifier |
Value |
string |
Value |