Business Profiles - Add Business Identity
Create business identity
POST http://localhost/BizTalkManagementService/BusinessProfiles/Identities/{partyName}/{profileName}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
party
|
path | True |
string |
Party name |
profile
|
path | True |
string |
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. |