Batches - Send Control Message
Send control message to batch.
PUT http://localhost/BizTalkManagementService/Batches/{senderParty}/{receiverParty}/{agreementName}/{batchName}/{controlAction}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
agreement
|
path | True |
string |
The agreement name. |
|
batch
|
path | True |
string |
The batch name. |
|
control
|
path | True |
string |
The control command to send to the batch. |
|
receiver
|
path | True |
string |
The receiver of the agreement. |
|
sender
|
path | True |
string |
The sender of the agreement. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |