Service
Click here for a complete list of operations.
GetAllSite
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 /Service.asmx HTTP/1.1 Host: onlinesubscription.adventureparkusa.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://semnox.com/ParafaitWS/GetAllSite" <?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> <GetAllSite xmlns="http://semnox.com/ParafaitWS/"> <CompanyKey>string</CompanyKey> <siteId>int</siteId> <orgId>int</orgId> <companyId>int</companyId> <message>string</message> </GetAllSite> </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> <GetAllSiteResponse xmlns="http://semnox.com/ParafaitWS/"> <GetAllSiteResult> <SiteDTO> <SiteId>int</SiteId> <SiteName>string</SiteName> <SiteAddress>string</SiteAddress> <Notes>string</Notes> <SiteGuid>string</SiteGuid> <Guid>string</Guid> <Version>string</Version> <OrgId>int</OrgId> <LastUploadTime>dateTime</LastUploadTime> <LastUploadServerTime>dateTime</LastUploadServerTime> <LastUploadMessage>string</LastUploadMessage> <InitialLoadDone>string</InitialLoadDone> <MaxCards>string</MaxCards> <CustomerKey>string</CustomerKey> <CompanyId>int</CompanyId> <SiteCode>int</SiteCode> <SynchStatus>boolean</SynchStatus> <IsMasterSite>boolean</IsMasterSite> <SiteShortName>string</SiteShortName> <OnlineEnabled>string</OnlineEnabled> <AboutUs>string</AboutUs> <PinCode>string</PinCode> <IsActive>boolean</IsActive> <CreationDate>dateTime</CreationDate> <CreatedBy>string</CreatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <LastUpdatedBy>string</LastUpdatedBy> <Description>string</Description> <OpenDate>dateTime</OpenDate> <CloseDate>dateTime</CloseDate> <SiteURL>string</SiteURL> <Size>int</Size> <StoreType>string</StoreType> <City>string</City> <State>string</State> <Country>string</Country> <StoreRanking>string</StoreRanking> <OpenTime>decimal</OpenTime> <CloseTime>decimal</CloseTime> <MasterEntityId>int</MasterEntityId> <ExternalSourceReference>string</ExternalSourceReference> <SiteDetailDTOList> <SiteDetailDTO xsi:nil="true" /> <SiteDetailDTO xsi:nil="true" /> </SiteDetailDTOList> <PhoneNumber>string</PhoneNumber> <Email>string</Email> <Logo>base64Binary</Logo> <IsChanged>boolean</IsChanged> </SiteDTO> <SiteDTO> <SiteId>int</SiteId> <SiteName>string</SiteName> <SiteAddress>string</SiteAddress> <Notes>string</Notes> <SiteGuid>string</SiteGuid> <Guid>string</Guid> <Version>string</Version> <OrgId>int</OrgId> <LastUploadTime>dateTime</LastUploadTime> <LastUploadServerTime>dateTime</LastUploadServerTime> <LastUploadMessage>string</LastUploadMessage> <InitialLoadDone>string</InitialLoadDone> <MaxCards>string</MaxCards> <CustomerKey>string</CustomerKey> <CompanyId>int</CompanyId> <SiteCode>int</SiteCode> <SynchStatus>boolean</SynchStatus> <IsMasterSite>boolean</IsMasterSite> <SiteShortName>string</SiteShortName> <OnlineEnabled>string</OnlineEnabled> <AboutUs>string</AboutUs> <PinCode>string</PinCode> <IsActive>boolean</IsActive> <CreationDate>dateTime</CreationDate> <CreatedBy>string</CreatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <LastUpdatedBy>string</LastUpdatedBy> <Description>string</Description> <OpenDate>dateTime</OpenDate> <CloseDate>dateTime</CloseDate> <SiteURL>string</SiteURL> <Size>int</Size> <StoreType>string</StoreType> <City>string</City> <State>string</State> <Country>string</Country> <StoreRanking>string</StoreRanking> <OpenTime>decimal</OpenTime> <CloseTime>decimal</CloseTime> <MasterEntityId>int</MasterEntityId> <ExternalSourceReference>string</ExternalSourceReference> <SiteDetailDTOList> <SiteDetailDTO xsi:nil="true" /> <SiteDetailDTO xsi:nil="true" /> </SiteDetailDTOList> <PhoneNumber>string</PhoneNumber> <Email>string</Email> <Logo>base64Binary</Logo> <IsChanged>boolean</IsChanged> </SiteDTO> </GetAllSiteResult> <message>string</message> </GetAllSiteResponse> </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 /Service.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> <GetAllSite xmlns="http://semnox.com/ParafaitWS/"> <CompanyKey>string</CompanyKey> <siteId>int</siteId> <orgId>int</orgId> <companyId>int</companyId> <message>string</message> </GetAllSite> </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> <GetAllSiteResponse xmlns="http://semnox.com/ParafaitWS/"> <GetAllSiteResult> <SiteDTO> <SiteId>int</SiteId> <SiteName>string</SiteName> <SiteAddress>string</SiteAddress> <Notes>string</Notes> <SiteGuid>string</SiteGuid> <Guid>string</Guid> <Version>string</Version> <OrgId>int</OrgId> <LastUploadTime>dateTime</LastUploadTime> <LastUploadServerTime>dateTime</LastUploadServerTime> <LastUploadMessage>string</LastUploadMessage> <InitialLoadDone>string</InitialLoadDone> <MaxCards>string</MaxCards> <CustomerKey>string</CustomerKey> <CompanyId>int</CompanyId> <SiteCode>int</SiteCode> <SynchStatus>boolean</SynchStatus> <IsMasterSite>boolean</IsMasterSite> <SiteShortName>string</SiteShortName> <OnlineEnabled>string</OnlineEnabled> <AboutUs>string</AboutUs> <PinCode>string</PinCode> <IsActive>boolean</IsActive> <CreationDate>dateTime</CreationDate> <CreatedBy>string</CreatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <LastUpdatedBy>string</LastUpdatedBy> <Description>string</Description> <OpenDate>dateTime</OpenDate> <CloseDate>dateTime</CloseDate> <SiteURL>string</SiteURL> <Size>int</Size> <StoreType>string</StoreType> <City>string</City> <State>string</State> <Country>string</Country> <StoreRanking>string</StoreRanking> <OpenTime>decimal</OpenTime> <CloseTime>decimal</CloseTime> <MasterEntityId>int</MasterEntityId> <ExternalSourceReference>string</ExternalSourceReference> <SiteDetailDTOList> <SiteDetailDTO xsi:nil="true" /> <SiteDetailDTO xsi:nil="true" /> </SiteDetailDTOList> <PhoneNumber>string</PhoneNumber> <Email>string</Email> <Logo>base64Binary</Logo> <IsChanged>boolean</IsChanged> </SiteDTO> <SiteDTO> <SiteId>int</SiteId> <SiteName>string</SiteName> <SiteAddress>string</SiteAddress> <Notes>string</Notes> <SiteGuid>string</SiteGuid> <Guid>string</Guid> <Version>string</Version> <OrgId>int</OrgId> <LastUploadTime>dateTime</LastUploadTime> <LastUploadServerTime>dateTime</LastUploadServerTime> <LastUploadMessage>string</LastUploadMessage> <InitialLoadDone>string</InitialLoadDone> <MaxCards>string</MaxCards> <CustomerKey>string</CustomerKey> <CompanyId>int</CompanyId> <SiteCode>int</SiteCode> <SynchStatus>boolean</SynchStatus> <IsMasterSite>boolean</IsMasterSite> <SiteShortName>string</SiteShortName> <OnlineEnabled>string</OnlineEnabled> <AboutUs>string</AboutUs> <PinCode>string</PinCode> <IsActive>boolean</IsActive> <CreationDate>dateTime</CreationDate> <CreatedBy>string</CreatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <LastUpdatedBy>string</LastUpdatedBy> <Description>string</Description> <OpenDate>dateTime</OpenDate> <CloseDate>dateTime</CloseDate> <SiteURL>string</SiteURL> <Size>int</Size> <StoreType>string</StoreType> <City>string</City> <State>string</State> <Country>string</Country> <StoreRanking>string</StoreRanking> <OpenTime>decimal</OpenTime> <CloseTime>decimal</CloseTime> <MasterEntityId>int</MasterEntityId> <ExternalSourceReference>string</ExternalSourceReference> <SiteDetailDTOList> <SiteDetailDTO xsi:nil="true" /> <SiteDetailDTO xsi:nil="true" /> </SiteDetailDTOList> <PhoneNumber>string</PhoneNumber> <Email>string</Email> <Logo>base64Binary</Logo> <IsChanged>boolean</IsChanged> </SiteDTO> </GetAllSiteResult> <message>string</message> </GetAllSiteResponse> </soap12:Body> </soap12:Envelope>