Business Profiles - Update
Mises à jour un profil d’entreprise pour une partie
PUT http://localhost/BizTalkManagementService/BusinessProfiles/{partyName}/{profileName}
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
party
|
path | True |
string |
Nom de la partie. |
profile
|
path | True |
string |
Nom du profil. |
Corps de la demande
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Nom | Type | Description |
---|---|---|
BusinessIdentities |
Obtient ou définit les identités métier. |
|
CustomSettings |
Obtient ou définit les paramètres personnalisés. |
|
Description |
string |
Obtient ou définit la description. |
Name |
string |
Obtient ou définit le nom. |
Réponses
Nom | Type | Description |
---|---|---|
204 No Content |
Pas de contenu |
Définitions
Nom | Description |
---|---|
Business |
Modèle pour BusinessProfile |
Custom |
Paramètre personnalisé de partie |
Qualifier |
Modèle pour QualifierIdentity |
BusinessProfile
Modèle pour BusinessProfile
Nom | Type | Description |
---|---|---|
BusinessIdentities |
Obtient ou définit les identités métier. |
|
CustomSettings |
Obtient ou définit les paramètres personnalisés. |
|
Description |
string |
Obtient ou définit la description. |
Name |
string |
Obtient ou définit le nom. |
CustomSetting
Paramètre personnalisé de partie
Nom | Type | Description |
---|---|---|
Name |
string |
Nom du paramètre |
Value |
string |
Valeur de paramètre |
QualifierIdentity
Modèle pour QualifierIdentity
Nom | Type | Description |
---|---|---|
Description |
string |
Obtient ou définit la description. |
Id |
integer |
Obtient ou définit l’ID. |
Qualifier |
string |
Obtient ou définit le qualificateur. |
Value |
string |
Obtient ou définit la valeur. |