JobInstanceResponse element

Type: jobInstanceResponseDto
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <JobInstanceResponse> <actionStatus> <errorCode>...</errorCode> <status>...</status> <message>...</message> </actionStatus> <jobInstanceDto jobTemplate="..." code="..." description="..." timerCode="..."> <jobCategory>...</jobCategory> <followingJob>...</followingJob> <parameter>...</parameter> <active>...</active> <userId>...</userId> <customFields> <customField code="..." description="..." valueDate="..." valuePeriodStartDate="..." valuePeriodEndDate="..." valuePeriodPriority="..."> <listValue> <value> <dateValue>...</dateValue> <doubleValue>...</doubleValue> <longValue>...</longValue> <stringValue>...</stringValue> <entityReferenceValue classname="..." code="..." /> </value> <value> <!--...--> </value> <!--...more "value" elements...--> </listValue> <entityReferenceValue classname="..." code="..." /> <stringValue>...</stringValue> <longValue>...</longValue> <doubleValue>...</doubleValue> <mapValue> <entry> <key>...</key> <value> <dateValue>...</dateValue> <doubleValue>...</doubleValue> <longValue>...</longValue> <stringValue>...</stringValue> <entityReferenceValue classname="..." code="..." /> </value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'customFieldValueDto' type)--> </value> </entry> <!--...more entries...--> </mapValue> <dateValue>...</dateValue> </customField> <customField code="..." description="..." valueDate="..." valuePeriodStartDate="..." valuePeriodEndDate="..." valuePeriodPriority="..."> <!--...--> </customField> <!--...more "customField" elements...--> </customFields> </jobInstanceDto> </JobInstanceResponse>