Batches - Get Batches

Get batches from one party to another

GET http://localhost/BizTalkManagementService/Batches/{senderParty}/{receiverParty}/{agreementName}

URI Parameters

Name In Required Type Description
agreementName
path True

string

The agreement name.

receiverParty
path True

string

The receiver of the agreement.

senderParty
path True

string

The sender of the agreement.

Responses

Name Type Description
200 OK

BatchDescription[]

OK

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Definitions

Name Description
BatchDescription

Model for BatchDescription

DailyRecurrence

Model for DailyRecurrence

FilterGroup

Model for FilterGroup

FilterPredicate

Model for FilterGroup

FilterStatement

Model for FilterStatement

HourlyRecurrence

Model for HourlyRecurrence

InterchangeSizeReleaseCriteria

Model for InterchangeSizeReleaseCriteria

ManualReleaseCriteria

Model for ManualReleaseCriteria

MessageCountReleaseCriteria

Model for MessageCountReleaseCriteria

TimeBasedReleaseCriteria

Model for TimeBasedReleaseCriteria

WeeklyRecurrence

Model for WeeklyRecurrence

BatchDescription

Model for BatchDescription

Name Type Description
Description

string

Gets or sets the description.

EndDate

string

Gets or sets the end date.

Filter

FilterPredicate

Gets or sets the filter predicate.

Id

integer

Gets or sets the id.

InterchangeSizeRelease

InterchangeSizeReleaseCriteria

Gets or sets the interchange size release criteria

ManualRelease

ManualReleaseCriteria

Gets or sets the manual release criteria

MessageCountRelease

MessageCountReleaseCriteria

Gets or sets the message count release criteria

Name

string

Gets or sets the name.

Protocol

string

Gets or sets the protocol.

StartDate

string

Gets or sets the start date.

TerminationCount

integer

Gets or sets the termination count.

TimeBasedRelease

TimeBasedReleaseCriteria

Gets or sets the time-based release criteria

DailyRecurrence

Model for DailyRecurrence

Name Type Description
Days

integer

Gets or sets the days.

RecurrencePeriod

string

Gets or sets the recurrence period.

FilterGroup

Model for FilterGroup

Name Type Description
Statements

FilterStatement[]

Gets or sets the statements.

FilterPredicate

Model for FilterGroup

Name Type Description
Groups

FilterGroup[]

Gets or sets the groups.

FilterStatement

Model for FilterStatement

Name Type Description
Operator

string

Gets or sets the operator.

Property

string

Gets or sets the property.

Value

string

Gets or sets the value.

HourlyRecurrence

Model for HourlyRecurrence

Name Type Description
Hours

integer

Gets or sets the hours.

Minutes

integer

Gets or sets the minutes.

RecurrencePeriod

string

Gets or sets the recurrence period.

InterchangeSizeReleaseCriteria

Model for InterchangeSizeReleaseCriteria

Name Type Description
CharacterCount

integer

Gets or sets the character count.

ManualReleaseCriteria

Model for ManualReleaseCriteria

MessageCountReleaseCriteria

Model for MessageCountReleaseCriteria

Name Type Description
MessageCount

integer

Gets or sets the message count.

MessageScope

string

Gets or sets the message scope.

TimeBasedReleaseCriteria

Model for TimeBasedReleaseCriteria

Name Type Description
DailyRecurrence

DailyRecurrence

Gets or sets the recurrence schedule.

FirstRelease

string

Gets or sets the first release datetime.

HourlyRecurrence

HourlyRecurrence

Gets or sets the recurrence schedule.

SendEmptyBatchSignal

boolean

Gets or sets a value indicating whether send empty batch signal.

WeeklyRecurrence

WeeklyRecurrence

Gets or sets the recurrence schedule.

WeeklyRecurrence

Model for WeeklyRecurrence

Name Type Description
RecurrencePeriod

string

Gets or sets the recurrence period.

WeekDays

string

Gets or sets the week days.