Receive Ports - Create
Create Receive Port
POST http://localhost/BizTalkManagementService/ReceivePorts
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Type | Description |
|---|---|---|
| AnalyticsEnabled |
boolean |
Determines whether analytics is enabled |
| ApplicationName |
string |
Application name to which receive port belongs to |
| CustomData |
string |
Custom data |
| Description |
string |
Description for the receive port. |
| InboundTransforms |
string[] |
Collection of inbound transforms of receive port |
| IsTwoWay |
boolean |
Determines whether the port is two-way |
| Name |
string |
Name of the receive port. |
| OutboundTransforms |
string[] |
Collection of outbound transforms of a two-way receive port |
| PrimaryReceiveLocation |
string |
Primary receive location name |
| ReceiveLocations |
string[] |
List of receive locations of the receive port |
| Tracking |
Desired level of document tracking for the receive port. |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |
Definitions
| Name | Description |
|---|---|
|
Message |
Message body tracking |
|
Message |
Message Property Tracking |
|
Receive |
Model for Receive port |
| Tracking |
Port tracking details |
MessageBodyTracking
Message body tracking
| Name | Type | Description |
|---|---|---|
| AfterReceivePipeline |
boolean |
Flag indicating whether body to be tracked after port processing of response message |
| AfterSendPipeline |
boolean |
Flag indicating whether body to be tracked after port processing of request message |
| BeforeReceivePipeline |
boolean |
Flag indicating whether body to be tracked before port processing of response message |
| BeforeSendPipeline |
boolean |
Flag indicating whether body to be tracked before port processing of request message |
MessagePropertyTracking
Message Property Tracking
| Name | Type | Description |
|---|---|---|
| AfterReceivePipeline |
boolean |
Flag indicating whether body to be tracked after port processing of response message |
| AfterSendPipeline |
boolean |
Flag indicating whether body to be tracked after port processing of request message |
| BeforeReceivePipeline |
boolean |
Flag indicating whether body to be tracked before port processing of response message |
| BeforeSendPipeline |
boolean |
Flag indicating whether body to be tracked before port processing of request message |
ReceivePort
Model for Receive port
| Name | Type | Description |
|---|---|---|
| AnalyticsEnabled |
boolean |
Determines whether analytics is enabled |
| ApplicationName |
string |
Application name to which receive port belongs to |
| CustomData |
string |
Custom data |
| Description |
string |
Description for the receive port. |
| InboundTransforms |
string[] |
Collection of inbound transforms of receive port |
| IsTwoWay |
boolean |
Determines whether the port is two-way |
| Name |
string |
Name of the receive port. |
| OutboundTransforms |
string[] |
Collection of outbound transforms of a two-way receive port |
| PrimaryReceiveLocation |
string |
Primary receive location name |
| ReceiveLocations |
string[] |
List of receive locations of the receive port |
| Tracking |
Desired level of document tracking for the receive port. |
Tracking
Port tracking details
| Name | Type | Description |
|---|---|---|
| Body |
Message body tracking |
|
| Property |
Message property tracking |