Business Profiles - Update
更新合作物件的商務設定檔
PUT http://localhost/BizTalkManagementService/BusinessProfiles/{partyName}/{profileName}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
party
|
path | True |
string |
合作物件名稱。 |
profile
|
path | True |
string |
設定檔名稱。 |
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名稱 | 類型 | Description |
---|---|---|
BusinessIdentities |
取得或設定商務身分識別。 |
|
CustomSettings |
取得或設定自訂設定。 |
|
Description |
string |
取得或設定描述。 |
Name |
string |
取得或設定名稱。 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
沒有內容 |
定義
名稱 | Description |
---|---|
Business |
BusinessProfile 的模型 |
Custom |
合作物件自訂設定 |
Qualifier |
QualifierIdentity 的模型 |
BusinessProfile
BusinessProfile 的模型
名稱 | 類型 | Description |
---|---|---|
BusinessIdentities |
取得或設定商務身分識別。 |
|
CustomSettings |
取得或設定自訂設定。 |
|
Description |
string |
取得或設定描述。 |
Name |
string |
取得或設定名稱。 |
CustomSetting
合作物件自訂設定
名稱 | 類型 | Description |
---|---|---|
Name |
string |
設定名稱 |
Value |
string |
設定值 |
QualifierIdentity
QualifierIdentity 的模型
名稱 | 類型 | Description |
---|---|---|
Description |
string |
取得或設定描述。 |
Id |
integer |
取得或設定識別碼。 |
Qualifier |
string |
取得或設定限定詞。 |
Value |
string |
取得或設定值。 |