Business Profiles - Update Business Identity
Update business identity
PUT http://localhost/BizTalkManagementService/BusinessProfiles/Identities/{partyName}/{profileName}/{id}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
id
|
path | True |
integer (int32) |
Business profile id |
|
party
|
path | True |
string |
Party name |
|
profile
|
path | True |
string |
Business profile Name |
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Type | Description |
|---|---|---|
| Description |
string |
Gets or sets the description. |
| Id |
integer |
Gets or sets the id. |
| Qualifier |
string |
Gets or sets the qualifier. |
| Value |
string |
Gets or sets the value. |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |
Definitions
QualifierIdentity
Model for QualifierIdentity
| Name | Type | Description |
|---|---|---|
| Description |
string |
Gets or sets the description. |
| Id |
integer |
Gets or sets the id. |
| Qualifier |
string |
Gets or sets the qualifier. |
| Value |
string |
Gets or sets the value. |