Business Profiles - Get Business Profile
Get Business profile
GET http://localhost/BizTalkManagementService/BusinessProfiles/{partyName}/{profileName}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
party
|
path | True |
string |
Party name |
|
profile
|
path | True |
string |
Profile Name |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definitions
| Name | Description |
|---|---|
|
Business |
Model for BusinessProfile |
|
Custom |
Party Custom setting |
|
Qualifier |
Model for QualifierIdentity |
BusinessProfile
Model for BusinessProfile
| Name | Type | Description |
|---|---|---|
| BusinessIdentities |
Gets or sets the business identities. |
|
| CustomSettings |
Gets or sets the custom settings. |
|
| Description |
string |
Gets or sets the description. |
| Name |
string |
Gets or sets the name. |
CustomSetting
Party Custom setting
| Name | Type | Description |
|---|---|---|
| Name |
string |
Setting Name |
| Value |
string |
Setting value |
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. |