ProductServices
Click here for a complete list of operations.
SaveJobDetails
Test
The test form is only available for requests from the local machine.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/SaveJobDetails" <?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> <SaveJobDetails xmlns="http://semnox.com/"> <userJobItemObj> <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> </userJobItemObj> <loginId>string</loginId> </SaveJobDetails> </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> <SaveJobDetailsResponse xmlns="http://semnox.com/"> <SaveJobDetailsResult>int</SaveJobDetailsResult> </SaveJobDetailsResponse> </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> <SaveJobDetails xmlns="http://semnox.com/"> <userJobItemObj> <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> </userJobItemObj> <loginId>string</loginId> </SaveJobDetails> </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> <SaveJobDetailsResponse xmlns="http://semnox.com/"> <SaveJobDetailsResult>int</SaveJobDetailsResult> </SaveJobDetailsResponse> </soap12:Body> </soap12:Envelope>