BatchLogService (Version 2, 2016-4)
Siden opdateres automatisk til at afspejle koden.
Metoder
- 1 ReportBatchJobStartup
- 2 ReportBatchJobStatus
- 3 ReportSingleError
- 4 ReportErrorCollection
- 5 GetBatchJobStatus
- 6 PerformScheduleCheck
- 7 GetErrorCollection
- 8 GetBatchLog
- 9 GetBatchLogEntry
- 10 GetBatchJobDescriptions
- 11 SaveBatchJobDescription
- 12 SaveEmailRecipientGroup
- 13 DeleteEmailRecipientGroup
- 14 GetEmailRecipientGroups
- 15 DeleteBatchJobDescription
ReportBatchJobStartup
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
BatchJobStartupReportRequest | BatchJobStartupReportRequestType |
| 1 |
|
- StartupInformation | BatchJobStartupInformationType |
| 1 |
|
- - BatchJobName | ShortString | Length: 1-100 | 1 |
|
- - ServerName | ShortString | Length: 1-100 | 1 |
|
- - InvokationGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- - LocalTime | dateTime |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
BatchJobStartupReportResponse | BatchJobStartupReportResponseType |
| 1 |
|
- BatchJobReportSequenceGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
Fejlkoder
Ingen fejlkoder
ReportBatchJobStatus
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
BatchJobStatusReportRequest | BatchJobStatusReportRequestType |
| 1 |
|
- StatusInformation | BatchStatusReportType |
| 1 |
|
- - StartupInformation | BatchJobStartupInformationType |
| 1 |
|
- - - BatchJobName | ShortString | Length: 1-100 | 1 |
|
- - - ServerName | ShortString | Length: 1-100 | 1 |
|
- - - InvokationGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- - - LocalTime | dateTime |
| 1 |
|
- - CompletedInformation | BatchJobCompletedInformationType |
| 1 |
|
- - - BatchStatus | BatchStatusType | Enumeration:
| 1 |
|
- - - SuccessItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - ErrorItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - LocalTime | dateTime |
| 0 - 1 |
|
- ErrorItemCollection | ErrorItemCollectionType |
| 0 - 1 |
|
- - ErrorItem | ErrorItemType |
| 0 - * |
|
- - - CivilRegistrationIdentifier | PersonCivilRegistrationIdentifierType | Length: 1-10 | 0 - 1 |
|
- - - Description | LongString | Length: 1-4000 | 1 |
|
- - - EventDateTime | dateTime |
| 0 - 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
BatchJobStatusReportRequest | BatchJobStatusReportRequestType |
| 1 |
|
- StatusInformation | BatchStatusReportType |
| 1 |
|
- - StartupInformation | BatchJobStartupInformationType |
| 1 |
|
- - - BatchJobName | ShortString | Length: 1-100 | 1 |
|
- - - ServerName | ShortString | Length: 1-100 | 1 |
|
- - - InvokationGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- - - LocalTime | dateTime |
| 1 |
|
- - CompletedInformation | BatchJobCompletedInformationType |
| 1 |
|
- - - BatchStatus | BatchStatusType | Enumeration:
| 1 |
|
- - - SuccessItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - ErrorItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - LocalTime | dateTime |
| 0 - 1 |
|
- ErrorItemCollection | ErrorItemCollectionType |
| 0 - 1 |
|
- - ErrorItem | ErrorItemType |
| 0 - * |
|
- - - CivilRegistrationIdentifier | PersonCivilRegistrationIdentifierType | Length: 1-10 | 0 - 1 |
|
- - - Description | LongString | Length: 1-4000 | 1 |
|
- - - EventDateTime | dateTime |
| 0 - 1 |
|
Fejlkoder
Ingen fejlkoder
ReportSingleError
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
ReportSingleErrorRequest | ReportSingleErrorRequestType |
| 1 |
|
- BatchInvokationGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- ErrorItem | ErrorItemType |
| 1 |
|
- - CivilRegistrationIdentifier | PersonCivilRegistrationIdentifierType | Length: 1-10 | 0 - 1 |
|
- - Description | LongString | Length: 1-4000 | 1 |
|
- - EventDateTime | dateTime |
| 0 - 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
ReportSingleErrorResponse | ReportSingleErrorResponseType |
| 1 |
|
Fejlkoder
Ingen fejlkoder
ReportErrorCollection
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
ReportErrorCollectionRequest | ReportErrorCollectionRequestType |
| 1 |
|
- BatchInvokationGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- ErrorItems | ErrorItemCollectionType |
| 1 |
|
- - ErrorItem | ErrorItemType |
| 0 - * |
|
- - - CivilRegistrationIdentifier | PersonCivilRegistrationIdentifierType | Length: 1-10 | 0 - 1 |
|
- - - Description | LongString | Length: 1-4000 | 1 |
|
- - - EventDateTime | dateTime |
| 0 - 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
ReportErrorCollectionResponse | ReportErrorCollectionResponseType |
| 1 |
|
Fejlkoder
Ingen fejlkoder
GetBatchJobStatus
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetBatchJobStatusRequest | GetBatchJobStatusRequestType |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetBatchJobStatusResponse | GetBatchJobStatusResponseType |
| 1 |
|
- BatchStatusCollection | BatchStatusCollectionType |
| 1 |
|
- - BatchJobStatus | BatchStatusReportType |
| 0 - * |
|
- - - StartupInformation | BatchJobStartupInformationType |
| 1 |
|
- - - - BatchJobName | ShortString | Length: 1-100 | 1 |
|
- - - - ServerName | ShortString | Length: 1-100 | 1 |
|
- - - - InvokationGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- - - - LocalTime | dateTime |
| 1 |
|
- - - CompletedInformation | BatchJobCompletedInformationType |
| 1 |
|
- - - - BatchStatus | BatchStatusType | Enumeration:
| 1 |
|
- - - - SuccessItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - - ErrorItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - - LocalTime | dateTime |
| 0 - 1 |
|
Fejlkoder
Ingen fejlkoder
PerformScheduleCheck
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
PerformScheduleCheckRequest | PerformScheduleCheckRequestType |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
PerformScheduleCheckResponse | PerformScheduleCheckResponseType |
| 1 |
|
Fejlkoder
Ingen fejlkoder
GetErrorCollection
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetErrorCollectionRequest | GetErrorCollectionRequestType |
| 1 |
|
- BatchJobInvokationIdentification | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- StartDate | dateTime |
| 1 |
|
- EndDate | dateTime |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetErrorCollectionResponse | GetErrorCollectionResponseType |
| 1 |
|
- ErrorItemCollection | ErrorItemCollectionType |
| 0 - 1 |
|
- - ErrorItem | ErrorItemType |
| 0 - * |
|
- - - CivilRegistrationIdentifier | PersonCivilRegistrationIdentifierType | Length: 1-10 | 0 - 1 |
|
- - - Description | LongString | Length: 1-4000 | 1 |
|
- - - EventDateTime | dateTime |
| 0 - 1 |
|
Fejlkoder
Ingen fejlkoder
GetBatchLog
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetBatchLogRequest | GetBatchLogRequestType |
| 1 |
|
- BatchJobName | ShortString | Length: 1-100 | 0 - 1 |
|
- BatchStatus | BatchStatusType | Enumeration:
| 0 - 1 |
|
- StartDate | dateTime |
| 1 |
|
- EndDate | dateTime |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetBatchLogResponse | GetBatchLogResponseType |
| 1 |
|
- BatchJobStatusReport | BatchStatusReportType |
| 0 - 10000 |
|
- - StartupInformation | BatchJobStartupInformationType |
| 1 |
|
- - - BatchJobName | ShortString | Length: 1-100 | 1 |
|
- - - ServerName | ShortString | Length: 1-100 | 1 |
|
- - - InvokationGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- - - LocalTime | dateTime |
| 1 |
|
- - CompletedInformation | BatchJobCompletedInformationType |
| 1 |
|
- - - BatchStatus | BatchStatusType | Enumeration:
| 1 |
|
- - - SuccessItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - ErrorItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - LocalTime | dateTime |
| 0 - 1 |
|
Fejlkoder
Ingen fejlkoder
GetBatchLogEntry
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetBatchLogEntryRequest | GetBatchLogEntryRequestType |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetBatchLogEntryResponse | GetBatchLogEntryResponseType |
| 1 |
|
- BatchLogEntry | BatchStatusReportType |
| 0 - 1 |
|
- - StartupInformation | BatchJobStartupInformationType |
| 1 |
|
- - - BatchJobName | ShortString | Length: 1-100 | 1 |
|
- - - ServerName | ShortString | Length: 1-100 | 1 |
|
- - - InvokationGuid | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- - - LocalTime | dateTime |
| 1 |
|
- - CompletedInformation | BatchJobCompletedInformationType |
| 1 |
|
- - - BatchStatus | BatchStatusType | Enumeration:
| 1 |
|
- - - SuccessItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - ErrorItemCount | PositiveInteger | MinInclusive: 0 | 0 - 1 |
|
- - - LocalTime | dateTime |
| 0 - 1 |
|
Fejlkoder
Ingen fejlkoder
GetBatchJobDescriptions
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetBatchJobDescriptionsRequest | GetBatchJobDescriptionsRequestType |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetBatchJobDescriptionsResponse | GetBatchJobDescriptionsResponseType |
| 1 |
|
- BatchJobDescription | BatchJobDescriptionType |
| 0 - * |
|
- - BatchJobName | ShortString | Length: 1-100 | 1 |
|
- - ServerName | ShortString | Length: 1-100 | 1 |
|
- - DevelopingCompanyName | ShortString | Length: 1-100 | 0 - 1 |
|
- - PurposeShort | ShortString | Length: 1-100 | 0 - 1 |
|
- - PurposeLong | LongString | Length: 1-4000 | 0 - 1 |
|
- - MaximumExecutionTimeSeconds | PositiveInteger | MinInclusive: 0 | 1 |
|
- - ScheduleMechanismName | ShortString | Length: 1-100 | 0 - 1 |
|
- - MaxScheduleSkewToleranceSeconds | PositiveInteger | MinInclusive: 0 | 1 |
|
- - EmailRecipientGroupName | ShortString | Length: 1-100 | 0 - 1000 |
|
- - ScheduleInformation | ScheduleInformationType |
| 0 - 1 |
|
- - - WeekDayBasedSchedule | WeekDayBasedScheduleType |
| 0 - 1 |
|
- - - - Slice | WeekDayBasedScheduleSliceType |
| 0 - 1000 |
|
- - - - - WeekDay | WeekDayType | Enumeration:
| 1 |
|
- - - - - StartHour | HourType | MinInclusive: 0 | 1 |
|
- - - - - StartMinute | MinuteType | MinInclusive: 0 | 1 |
|
- - - - - EndHour | HourType | MinInclusive: 0 | 1 |
|
- - - - - EndMinute | MinuteType | MinInclusive: 0 | 1 |
|
- - - - - RecurrenceMinutes | PositiveInteger | MinInclusive: 0 | 1 |
|
- - - ConcreteSchedule | ConcreteScheduleType |
| 0 - 1 |
|
- - - - ExecutionTime | dateTime |
| 0 - 10000 |
|
Fejlkoder
Ingen fejlkoder
SaveBatchJobDescription
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
SaveBatchJobDescriptionRequest | SaveBatchJobDescriptionRequestType |
| 1 |
|
- BatchJobDescription | BatchJobDescriptionType |
| 1 - * |
|
- - BatchJobName | ShortString | Length: 1-100 | 1 |
|
- - ServerName | ShortString | Length: 1-100 | 1 |
|
- - DevelopingCompanyName | ShortString | Length: 1-100 | 0 - 1 |
|
- - PurposeShort | ShortString | Length: 1-100 | 0 - 1 |
|
- - PurposeLong | LongString | Length: 1-4000 | 0 - 1 |
|
- - MaximumExecutionTimeSeconds | PositiveInteger | MinInclusive: 0 | 1 |
|
- - ScheduleMechanismName | ShortString | Length: 1-100 | 0 - 1 |
|
- - MaxScheduleSkewToleranceSeconds | PositiveInteger | MinInclusive: 0 | 1 |
|
- - EmailRecipientGroupName | ShortString | Length: 1-100 | 0 - 1000 |
|
- - ScheduleInformation | ScheduleInformationType |
| 0 - 1 |
|
- - - WeekDayBasedSchedule | WeekDayBasedScheduleType |
| 0 - 1 |
|
- - - - Slice | WeekDayBasedScheduleSliceType |
| 0 - 1000 |
|
- - - - - WeekDay | WeekDayType | Enumeration:
| 1 |
|
- - - - - StartHour | HourType | MinInclusive: 0 | 1 |
|
- - - - - StartMinute | MinuteType | MinInclusive: 0 | 1 |
|
- - - - - EndHour | HourType | MinInclusive: 0 | 1 |
|
- - - - - EndMinute | MinuteType | MinInclusive: 0 | 1 |
|
- - - - - RecurrenceMinutes | PositiveInteger | MinInclusive: 0 | 1 |
|
- - - ConcreteSchedule | ConcreteScheduleType |
| 0 - 1 |
|
- - - - ExecutionTime | dateTime |
| 0 - 10000 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
SaveBatchJobDescriptionResponse | SaveBatchJobDescriptionResponseType |
| 1 |
|
Fejlkoder
Ingen fejlkoder
SaveEmailRecipientGroup
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
SaveEmailRecipientGroupRequest | SaveEmailRecipientGroupRequestType |
| 1 |
|
- EmailRecipientGroup | EmailRecipientGroupType |
| 1 |
|
- - EmailRecipientGroupName | ShortString | Length: 1-100 | 1 |
|
- - RecipientEmailAddress | ShortString | Length: 1-100 | 0 - 1000 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
SaveEmailRecipientGroupResponse | SaveEmailRecipientGroupResponseType |
| 1 |
|
Fejlkoder
Ingen fejlkoder
DeleteEmailRecipientGroup
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
DeleteEmailRecipientGroupRequest | DeleteEmailRecipientGroupRequestType |
| 1 |
|
- EmailGroupName | ShortString | Length: 1-100 | 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
DeleteEmailRecipientGroupResponse | DeleteEmailRecipientGroupResponseType |
| 1 |
|
Fejlkoder
Ingen fejlkoder
GetEmailRecipientGroups
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetEmailRecipientGroupsRequest | GetEmailRecipientGroupsRequestType |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetEmailRecipientGroupsResponse | GetEmailRecipientGroupsResponseType |
| 1 |
|
- EmailRecipientGroup | EmailRecipientGroupType |
| 0 - 1000 |
|
- - EmailRecipientGroupName | ShortString | Length: 1-100 | 1 |
|
- - RecipientEmailAddress | ShortString | Length: 1-100 | 0 - 1000 |
|
Fejlkoder
Ingen fejlkoder
DeleteBatchJobDescription
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
DeleteBatchJobDescriptionRequest | DeleteBatchJobDescriptionRequestType |
| 1 |
|
- BatchJobName | ShortString | Length: 1-100 | 1 |
|
- ServerName | ShortString | Length: 1-100 | 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
DeleteBatchJobDescriptionResponse | DeleteBatchJobDescriptionResponseType |
| 1 |
|
Fejlkoder
Ingen fejlkoder