Business Profiles - Add Business Identity
비즈니스 ID 만들기
POST http://localhost/BizTalkManagementService/BusinessProfiles/Identities/{partyName}/{profileName}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
party
|
path | True |
string |
파티 이름 |
profile
|
path | True |
string |
프로필 이름 |
요청 본문
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | 형식 | Description |
---|---|---|
Description |
string |
설명을 가져오거나 설정합니다. |
Id |
integer |
ID를 가져오거나 설정합니다. |
Qualifier |
string |
한정자를 가져오거나 설정합니다. |
Value |
string |
값을 가져오거나 설정합니다. |
응답
Name | 형식 | Description |
---|---|---|
204 No Content |
내용 없음 |
정의
QualifierIdentity
QualifierIdentity에 대한 모델
Name | 형식 | Description |
---|---|---|
Description |
string |
설명을 가져오거나 설정합니다. |
Id |
integer |
ID를 가져오거나 설정합니다. |
Qualifier |
string |
한정자를 가져오거나 설정합니다. |
Value |
string |
값을 가져오거나 설정합니다. |