ProductServices
Click here for a complete list of operations.
GetJobDetails
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /ProductServices.asmx HTTP/1.1 Host: onlinesubscription.adventureparkusa.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://semnox.com/GetJobDetails" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetJobDetails xmlns="http://semnox.com/"> <lastSyncTime>string</lastSyncTime> <maxRowsToFetch>int</maxRowsToFetch> <lastMaintChklstdetId>int</lastMaintChklstdetId> </GetJobDetails> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetJobDetailsResponse xmlns="http://semnox.com/"> <GetJobDetailsResult> <UserJobItemsDTO> <SaveType>string</SaveType> <MaintChklstdetId>int</MaintChklstdetId> <JobScheduleId>int</JobScheduleId> <JobTaskId>int</JobTaskId> <MaintJobName>string</MaintJobName> <MaintJobType>int</MaintJobType> <ChklstScheduleTime>string</ChklstScheduleTime> <AssignedTo>string</AssignedTo> <AssignedUserId>int</AssignedUserId> <DepartmentId>int</DepartmentId> <Status>int</Status> <ChecklistCloseDate>string</ChecklistCloseDate> <TaskName>string</TaskName> <ValidateTag>boolean</ValidateTag> <CardId>int</CardId> <CardNumber>string</CardNumber> <TaskCardNumber>string</TaskCardNumber> <RemarksMandatory>boolean</RemarksMandatory> <AssetId>int</AssetId> <AssetName>string</AssetName> <AssetType>string</AssetType> <AssetGroupName>string</AssetGroupName> <ChklistValue>boolean</ChklistValue> <ChklistRemarks>string</ChklistRemarks> <SourceSystemId>string</SourceSystemId> <DurationToComplete>int</DurationToComplete> <RequestType>int</RequestType> <RequestDate>string</RequestDate> <Priority>int</Priority> <RequestDetail>string</RequestDetail> <ImageName>string</ImageName> <RequestedBy>string</RequestedBy> <ContactPhone>string</ContactPhone> <ContactEmailId>string</ContactEmailId> <Resolution>string</Resolution> <Comments>string</Comments> <RepairCost>double</RepairCost> <DocFileName>string</DocFileName> <Attribute1>string</Attribute1> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>string</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdatedDate>string</LastUpdatedDate> <Guid>string</Guid> <Siteid>int</Siteid> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <BookingId>int</BookingId> <BookingCheckListId>int</BookingCheckListId> <JobScheduleTaskId>int</JobScheduleTaskId> <MaintJobNumber>string</MaintJobNumber> <IsChanged>boolean</IsChanged> <MaintenanceJobStatusDTOList> <MaintenanceJobStatusDTO xsi:nil="true" /> <MaintenanceJobStatusDTO xsi:nil="true" /> </MaintenanceJobStatusDTOList> </UserJobItemsDTO> <UserJobItemsDTO> <SaveType>string</SaveType> <MaintChklstdetId>int</MaintChklstdetId> <JobScheduleId>int</JobScheduleId> <JobTaskId>int</JobTaskId> <MaintJobName>string</MaintJobName> <MaintJobType>int</MaintJobType> <ChklstScheduleTime>string</ChklstScheduleTime> <AssignedTo>string</AssignedTo> <AssignedUserId>int</AssignedUserId> <DepartmentId>int</DepartmentId> <Status>int</Status> <ChecklistCloseDate>string</ChecklistCloseDate> <TaskName>string</TaskName> <ValidateTag>boolean</ValidateTag> <CardId>int</CardId> <CardNumber>string</CardNumber> <TaskCardNumber>string</TaskCardNumber> <RemarksMandatory>boolean</RemarksMandatory> <AssetId>int</AssetId> <AssetName>string</AssetName> <AssetType>string</AssetType> <AssetGroupName>string</AssetGroupName> <ChklistValue>boolean</ChklistValue> <ChklistRemarks>string</ChklistRemarks> <SourceSystemId>string</SourceSystemId> <DurationToComplete>int</DurationToComplete> <RequestType>int</RequestType> <RequestDate>string</RequestDate> <Priority>int</Priority> <RequestDetail>string</RequestDetail> <ImageName>string</ImageName> <RequestedBy>string</RequestedBy> <ContactPhone>string</ContactPhone> <ContactEmailId>string</ContactEmailId> <Resolution>string</Resolution> <Comments>string</Comments> <RepairCost>double</RepairCost> <DocFileName>string</DocFileName> <Attribute1>string</Attribute1> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>string</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdatedDate>string</LastUpdatedDate> <Guid>string</Guid> <Siteid>int</Siteid> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <BookingId>int</BookingId> <BookingCheckListId>int</BookingCheckListId> <JobScheduleTaskId>int</JobScheduleTaskId> <MaintJobNumber>string</MaintJobNumber> <IsChanged>boolean</IsChanged> <MaintenanceJobStatusDTOList> <MaintenanceJobStatusDTO xsi:nil="true" /> <MaintenanceJobStatusDTO xsi:nil="true" /> </MaintenanceJobStatusDTOList> </UserJobItemsDTO> </GetJobDetailsResult> </GetJobDetailsResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /ProductServices.asmx HTTP/1.1 Host: onlinesubscription.adventureparkusa.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetJobDetails xmlns="http://semnox.com/"> <lastSyncTime>string</lastSyncTime> <maxRowsToFetch>int</maxRowsToFetch> <lastMaintChklstdetId>int</lastMaintChklstdetId> </GetJobDetails> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetJobDetailsResponse xmlns="http://semnox.com/"> <GetJobDetailsResult> <UserJobItemsDTO> <SaveType>string</SaveType> <MaintChklstdetId>int</MaintChklstdetId> <JobScheduleId>int</JobScheduleId> <JobTaskId>int</JobTaskId> <MaintJobName>string</MaintJobName> <MaintJobType>int</MaintJobType> <ChklstScheduleTime>string</ChklstScheduleTime> <AssignedTo>string</AssignedTo> <AssignedUserId>int</AssignedUserId> <DepartmentId>int</DepartmentId> <Status>int</Status> <ChecklistCloseDate>string</ChecklistCloseDate> <TaskName>string</TaskName> <ValidateTag>boolean</ValidateTag> <CardId>int</CardId> <CardNumber>string</CardNumber> <TaskCardNumber>string</TaskCardNumber> <RemarksMandatory>boolean</RemarksMandatory> <AssetId>int</AssetId> <AssetName>string</AssetName> <AssetType>string</AssetType> <AssetGroupName>string</AssetGroupName> <ChklistValue>boolean</ChklistValue> <ChklistRemarks>string</ChklistRemarks> <SourceSystemId>string</SourceSystemId> <DurationToComplete>int</DurationToComplete> <RequestType>int</RequestType> <RequestDate>string</RequestDate> <Priority>int</Priority> <RequestDetail>string</RequestDetail> <ImageName>string</ImageName> <RequestedBy>string</RequestedBy> <ContactPhone>string</ContactPhone> <ContactEmailId>string</ContactEmailId> <Resolution>string</Resolution> <Comments>string</Comments> <RepairCost>double</RepairCost> <DocFileName>string</DocFileName> <Attribute1>string</Attribute1> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>string</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdatedDate>string</LastUpdatedDate> <Guid>string</Guid> <Siteid>int</Siteid> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <BookingId>int</BookingId> <BookingCheckListId>int</BookingCheckListId> <JobScheduleTaskId>int</JobScheduleTaskId> <MaintJobNumber>string</MaintJobNumber> <IsChanged>boolean</IsChanged> <MaintenanceJobStatusDTOList> <MaintenanceJobStatusDTO xsi:nil="true" /> <MaintenanceJobStatusDTO xsi:nil="true" /> </MaintenanceJobStatusDTOList> </UserJobItemsDTO> <UserJobItemsDTO> <SaveType>string</SaveType> <MaintChklstdetId>int</MaintChklstdetId> <JobScheduleId>int</JobScheduleId> <JobTaskId>int</JobTaskId> <MaintJobName>string</MaintJobName> <MaintJobType>int</MaintJobType> <ChklstScheduleTime>string</ChklstScheduleTime> <AssignedTo>string</AssignedTo> <AssignedUserId>int</AssignedUserId> <DepartmentId>int</DepartmentId> <Status>int</Status> <ChecklistCloseDate>string</ChecklistCloseDate> <TaskName>string</TaskName> <ValidateTag>boolean</ValidateTag> <CardId>int</CardId> <CardNumber>string</CardNumber> <TaskCardNumber>string</TaskCardNumber> <RemarksMandatory>boolean</RemarksMandatory> <AssetId>int</AssetId> <AssetName>string</AssetName> <AssetType>string</AssetType> <AssetGroupName>string</AssetGroupName> <ChklistValue>boolean</ChklistValue> <ChklistRemarks>string</ChklistRemarks> <SourceSystemId>string</SourceSystemId> <DurationToComplete>int</DurationToComplete> <RequestType>int</RequestType> <RequestDate>string</RequestDate> <Priority>int</Priority> <RequestDetail>string</RequestDetail> <ImageName>string</ImageName> <RequestedBy>string</RequestedBy> <ContactPhone>string</ContactPhone> <ContactEmailId>string</ContactEmailId> <Resolution>string</Resolution> <Comments>string</Comments> <RepairCost>double</RepairCost> <DocFileName>string</DocFileName> <Attribute1>string</Attribute1> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>string</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdatedDate>string</LastUpdatedDate> <Guid>string</Guid> <Siteid>int</Siteid> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <BookingId>int</BookingId> <BookingCheckListId>int</BookingCheckListId> <JobScheduleTaskId>int</JobScheduleTaskId> <MaintJobNumber>string</MaintJobNumber> <IsChanged>boolean</IsChanged> <MaintenanceJobStatusDTOList> <MaintenanceJobStatusDTO xsi:nil="true" /> <MaintenanceJobStatusDTO xsi:nil="true" /> </MaintenanceJobStatusDTOList> </UserJobItemsDTO> </GetJobDetailsResult> </GetJobDetailsResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /ProductServices.asmx/GetJobDetails?lastSyncTime=string&maxRowsToFetch=string&lastMaintChklstdetId=string HTTP/1.1 Host: onlinesubscription.adventureparkusa.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ArrayOfUserJobItemsDTO xmlns="http://semnox.com/"> <UserJobItemsDTO> <SaveType>string</SaveType> <MaintChklstdetId>int</MaintChklstdetId> <JobScheduleId>int</JobScheduleId> <JobTaskId>int</JobTaskId> <MaintJobName>string</MaintJobName> <MaintJobType>int</MaintJobType> <ChklstScheduleTime>string</ChklstScheduleTime> <AssignedTo>string</AssignedTo> <AssignedUserId>int</AssignedUserId> <DepartmentId>int</DepartmentId> <Status>int</Status> <ChecklistCloseDate>string</ChecklistCloseDate> <TaskName>string</TaskName> <ValidateTag>boolean</ValidateTag> <CardId>int</CardId> <CardNumber>string</CardNumber> <TaskCardNumber>string</TaskCardNumber> <RemarksMandatory>boolean</RemarksMandatory> <AssetId>int</AssetId> <AssetName>string</AssetName> <AssetType>string</AssetType> <AssetGroupName>string</AssetGroupName> <ChklistValue>boolean</ChklistValue> <ChklistRemarks>string</ChklistRemarks> <SourceSystemId>string</SourceSystemId> <DurationToComplete>int</DurationToComplete> <RequestType>int</RequestType> <RequestDate>string</RequestDate> <Priority>int</Priority> <RequestDetail>string</RequestDetail> <ImageName>string</ImageName> <RequestedBy>string</RequestedBy> <ContactPhone>string</ContactPhone> <ContactEmailId>string</ContactEmailId> <Resolution>string</Resolution> <Comments>string</Comments> <RepairCost>double</RepairCost> <DocFileName>string</DocFileName> <Attribute1>string</Attribute1> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>string</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdatedDate>string</LastUpdatedDate> <Guid>string</Guid> <Siteid>int</Siteid> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <BookingId>int</BookingId> <BookingCheckListId>int</BookingCheckListId> <JobScheduleTaskId>int</JobScheduleTaskId> <MaintJobNumber>string</MaintJobNumber> <IsChanged>boolean</IsChanged> <MaintenanceJobStatusDTOList> <MaintenanceJobStatusDTO> <JobStatusId>int</JobStatusId> <MaintChklstdetailId>int</MaintChklstdetailId> <JobStatus>string</JobStatus> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <IsChanged>boolean</IsChanged> </MaintenanceJobStatusDTO> <MaintenanceJobStatusDTO> <JobStatusId>int</JobStatusId> <MaintChklstdetailId>int</MaintChklstdetailId> <JobStatus>string</JobStatus> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <IsChanged>boolean</IsChanged> </MaintenanceJobStatusDTO> </MaintenanceJobStatusDTOList> </UserJobItemsDTO> <UserJobItemsDTO> <SaveType>string</SaveType> <MaintChklstdetId>int</MaintChklstdetId> <JobScheduleId>int</JobScheduleId> <JobTaskId>int</JobTaskId> <MaintJobName>string</MaintJobName> <MaintJobType>int</MaintJobType> <ChklstScheduleTime>string</ChklstScheduleTime> <AssignedTo>string</AssignedTo> <AssignedUserId>int</AssignedUserId> <DepartmentId>int</DepartmentId> <Status>int</Status> <ChecklistCloseDate>string</ChecklistCloseDate> <TaskName>string</TaskName> <ValidateTag>boolean</ValidateTag> <CardId>int</CardId> <CardNumber>string</CardNumber> <TaskCardNumber>string</TaskCardNumber> <RemarksMandatory>boolean</RemarksMandatory> <AssetId>int</AssetId> <AssetName>string</AssetName> <AssetType>string</AssetType> <AssetGroupName>string</AssetGroupName> <ChklistValue>boolean</ChklistValue> <ChklistRemarks>string</ChklistRemarks> <SourceSystemId>string</SourceSystemId> <DurationToComplete>int</DurationToComplete> <RequestType>int</RequestType> <RequestDate>string</RequestDate> <Priority>int</Priority> <RequestDetail>string</RequestDetail> <ImageName>string</ImageName> <RequestedBy>string</RequestedBy> <ContactPhone>string</ContactPhone> <ContactEmailId>string</ContactEmailId> <Resolution>string</Resolution> <Comments>string</Comments> <RepairCost>double</RepairCost> <DocFileName>string</DocFileName> <Attribute1>string</Attribute1> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>string</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdatedDate>string</LastUpdatedDate> <Guid>string</Guid> <Siteid>int</Siteid> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <BookingId>int</BookingId> <BookingCheckListId>int</BookingCheckListId> <JobScheduleTaskId>int</JobScheduleTaskId> <MaintJobNumber>string</MaintJobNumber> <IsChanged>boolean</IsChanged> <MaintenanceJobStatusDTOList> <MaintenanceJobStatusDTO> <JobStatusId>int</JobStatusId> <MaintChklstdetailId>int</MaintChklstdetailId> <JobStatus>string</JobStatus> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <IsChanged>boolean</IsChanged> </MaintenanceJobStatusDTO> <MaintenanceJobStatusDTO> <JobStatusId>int</JobStatusId> <MaintChklstdetailId>int</MaintChklstdetailId> <JobStatus>string</JobStatus> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <IsChanged>boolean</IsChanged> </MaintenanceJobStatusDTO> </MaintenanceJobStatusDTOList> </UserJobItemsDTO> </ArrayOfUserJobItemsDTO>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /ProductServices.asmx/GetJobDetails HTTP/1.1 Host: onlinesubscription.adventureparkusa.com Content-Type: application/x-www-form-urlencoded Content-Length: length lastSyncTime=string&maxRowsToFetch=string&lastMaintChklstdetId=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ArrayOfUserJobItemsDTO xmlns="http://semnox.com/"> <UserJobItemsDTO> <SaveType>string</SaveType> <MaintChklstdetId>int</MaintChklstdetId> <JobScheduleId>int</JobScheduleId> <JobTaskId>int</JobTaskId> <MaintJobName>string</MaintJobName> <MaintJobType>int</MaintJobType> <ChklstScheduleTime>string</ChklstScheduleTime> <AssignedTo>string</AssignedTo> <AssignedUserId>int</AssignedUserId> <DepartmentId>int</DepartmentId> <Status>int</Status> <ChecklistCloseDate>string</ChecklistCloseDate> <TaskName>string</TaskName> <ValidateTag>boolean</ValidateTag> <CardId>int</CardId> <CardNumber>string</CardNumber> <TaskCardNumber>string</TaskCardNumber> <RemarksMandatory>boolean</RemarksMandatory> <AssetId>int</AssetId> <AssetName>string</AssetName> <AssetType>string</AssetType> <AssetGroupName>string</AssetGroupName> <ChklistValue>boolean</ChklistValue> <ChklistRemarks>string</ChklistRemarks> <SourceSystemId>string</SourceSystemId> <DurationToComplete>int</DurationToComplete> <RequestType>int</RequestType> <RequestDate>string</RequestDate> <Priority>int</Priority> <RequestDetail>string</RequestDetail> <ImageName>string</ImageName> <RequestedBy>string</RequestedBy> <ContactPhone>string</ContactPhone> <ContactEmailId>string</ContactEmailId> <Resolution>string</Resolution> <Comments>string</Comments> <RepairCost>double</RepairCost> <DocFileName>string</DocFileName> <Attribute1>string</Attribute1> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>string</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdatedDate>string</LastUpdatedDate> <Guid>string</Guid> <Siteid>int</Siteid> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <BookingId>int</BookingId> <BookingCheckListId>int</BookingCheckListId> <JobScheduleTaskId>int</JobScheduleTaskId> <MaintJobNumber>string</MaintJobNumber> <IsChanged>boolean</IsChanged> <MaintenanceJobStatusDTOList> <MaintenanceJobStatusDTO> <JobStatusId>int</JobStatusId> <MaintChklstdetailId>int</MaintChklstdetailId> <JobStatus>string</JobStatus> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <IsChanged>boolean</IsChanged> </MaintenanceJobStatusDTO> <MaintenanceJobStatusDTO> <JobStatusId>int</JobStatusId> <MaintChklstdetailId>int</MaintChklstdetailId> <JobStatus>string</JobStatus> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <IsChanged>boolean</IsChanged> </MaintenanceJobStatusDTO> </MaintenanceJobStatusDTOList> </UserJobItemsDTO> <UserJobItemsDTO> <SaveType>string</SaveType> <MaintChklstdetId>int</MaintChklstdetId> <JobScheduleId>int</JobScheduleId> <JobTaskId>int</JobTaskId> <MaintJobName>string</MaintJobName> <MaintJobType>int</MaintJobType> <ChklstScheduleTime>string</ChklstScheduleTime> <AssignedTo>string</AssignedTo> <AssignedUserId>int</AssignedUserId> <DepartmentId>int</DepartmentId> <Status>int</Status> <ChecklistCloseDate>string</ChecklistCloseDate> <TaskName>string</TaskName> <ValidateTag>boolean</ValidateTag> <CardId>int</CardId> <CardNumber>string</CardNumber> <TaskCardNumber>string</TaskCardNumber> <RemarksMandatory>boolean</RemarksMandatory> <AssetId>int</AssetId> <AssetName>string</AssetName> <AssetType>string</AssetType> <AssetGroupName>string</AssetGroupName> <ChklistValue>boolean</ChklistValue> <ChklistRemarks>string</ChklistRemarks> <SourceSystemId>string</SourceSystemId> <DurationToComplete>int</DurationToComplete> <RequestType>int</RequestType> <RequestDate>string</RequestDate> <Priority>int</Priority> <RequestDetail>string</RequestDetail> <ImageName>string</ImageName> <RequestedBy>string</RequestedBy> <ContactPhone>string</ContactPhone> <ContactEmailId>string</ContactEmailId> <Resolution>string</Resolution> <Comments>string</Comments> <RepairCost>double</RepairCost> <DocFileName>string</DocFileName> <Attribute1>string</Attribute1> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>string</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdatedDate>string</LastUpdatedDate> <Guid>string</Guid> <Siteid>int</Siteid> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <BookingId>int</BookingId> <BookingCheckListId>int</BookingCheckListId> <JobScheduleTaskId>int</JobScheduleTaskId> <MaintJobNumber>string</MaintJobNumber> <IsChanged>boolean</IsChanged> <MaintenanceJobStatusDTOList> <MaintenanceJobStatusDTO> <JobStatusId>int</JobStatusId> <MaintChklstdetailId>int</MaintChklstdetailId> <JobStatus>string</JobStatus> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <IsChanged>boolean</IsChanged> </MaintenanceJobStatusDTO> <MaintenanceJobStatusDTO> <JobStatusId>int</JobStatusId> <MaintChklstdetailId>int</MaintChklstdetailId> <JobStatus>string</JobStatus> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <MasterEntityId>int</MasterEntityId> <IsChanged>boolean</IsChanged> </MaintenanceJobStatusDTO> </MaintenanceJobStatusDTOList> </UserJobItemsDTO> </ArrayOfUserJobItemsDTO>