RevalServices
Click here for a complete list of operations.
SubmitRevisionRepresentation
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 /webservices/RevalServices.asmx HTTP/1.1
Host: www.valoff.ie
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SubmitRevisionRepresentation"
<?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>
<SubmitRevisionRepresentation xmlns="http://tempuri.org/">
<details>
<UploadedDocs>
<string>string</string>
<string>string</string>
</UploadedDocs>
<FloorOptions>
<FloorOpinion>
<Id>int</Id>
<TrackingNumber>int</TrackingNumber>
<PropertyNumber>int</PropertyNumber>
<FloorLevel>string</FloorLevel>
<FloorUse>string</FloorUse>
<Area>decimal</Area>
<Nav>decimal</Nav>
<TotalNav>decimal</TotalNav>
<OpinionTotalNAV>decimal</OpinionTotalNAV>
<Type>string</Type>
<IsDeleted>boolean</IsDeleted>
</FloorOpinion>
<FloorOpinion>
<Id>int</Id>
<TrackingNumber>int</TrackingNumber>
<PropertyNumber>int</PropertyNumber>
<FloorLevel>string</FloorLevel>
<FloorUse>string</FloorUse>
<Area>decimal</Area>
<Nav>decimal</Nav>
<TotalNav>decimal</TotalNav>
<OpinionTotalNAV>decimal</OpinionTotalNAV>
<Type>string</Type>
<IsDeleted>boolean</IsDeleted>
</FloorOpinion>
</FloorOptions>
<RepsId>int</RepsId>
<TrackingNo>int</TrackingNo>
<ProppertyNo>int</ProppertyNo>
<RepStatus>string</RepStatus>
<RepsSubmittersName>string</RepsSubmittersName>
<Name>string</Name>
<Address>string</Address>
<Email>string</Email>
<Phone>string</Phone>
<Agent>string</Agent>
<DateOfLease>dateTime</DateOfLease>
<RentPayable>long</RentPayable>
<DateFixed>dateTime</DateFixed>
<LandlordDetails>string</LandlordDetails>
<Floors>string</Floors>
<CarSpaces>int</CarSpaces>
<RepReason>string</RepReason>
<RepSubject>string</RepSubject>
<RepCompare>string</RepCompare>
<RepExcluded>string</RepExcluded>
<RepOther>string</RepOther>
<RepExcessive>string</RepExcessive>
<IncorrectFloorAreas>boolean</IncorrectFloorAreas>
<SubdivisionRequired>boolean</SubdivisionRequired>
<RepTradingData>string</RepTradingData>
<RepExtraRadio>int</RepExtraRadio>
<RepsTradingName>string</RepsTradingName>
<RepsOwnerLandLordAdd1>string</RepsOwnerLandLordAdd1>
<RepsOwnerLandLordAdd2>string</RepsOwnerLandLordAdd2>
<RepsOwnerLandLordAdd3>string</RepsOwnerLandLordAdd3>
<RepsOwnerLandLordAdd4>string</RepsOwnerLandLordAdd4>
<RepsOwnerLandlordName>string</RepsOwnerLandlordName>
<RepsOwnerLandLordAddEircode>string</RepsOwnerLandLordAddEircode>
<RepsAgentsAdd1>string</RepsAgentsAdd1>
<RepsAgentsAdd2>string</RepsAgentsAdd2>
<RepsAgentsAdd3>string</RepsAgentsAdd3>
<RepsAgentsAdd4>string</RepsAgentsAdd4>
<RepsAgentsName>string</RepsAgentsName>
<RepsAgentsEmail>string</RepsAgentsEmail>
<RepsFloorLevelsIncorrectCheck>boolean</RepsFloorLevelsIncorrectCheck>
<RepsFloorAreasCorrectCheck>boolean</RepsFloorAreasCorrectCheck>
<RepsSubdivisonOrAmalgamationCheck>boolean</RepsSubdivisonOrAmalgamationCheck>
<RepsAgentsAddEircode>string</RepsAgentsAddEircode>
<RepsAgentsPhone>string</RepsAgentsPhone>
<RepsOtherMatAspectsValIncorrectCheck>boolean</RepsOtherMatAspectsValIncorrectCheck>
<RepsUsesIncorrectCheck>boolean</RepsUsesIncorrectCheck>
<RepsUsesCorrectCheck>boolean</RepsUsesCorrectCheck>
<RepsFloorLevelsCorrectCheck>boolean</RepsFloorLevelsCorrectCheck>
<RepsFloorAreasIncorrectCheck>boolean</RepsFloorAreasIncorrectCheck>
<RepsUseCorrection>string</RepsUseCorrection>
<RepsTradingNameCorrection>string</RepsTradingNameCorrection>
<RepsPropertyAddressIncorrectCheck>boolean</RepsPropertyAddressIncorrectCheck>
<RepsPropertyCategoryIncorrectCheck>boolean</RepsPropertyCategoryIncorrectCheck>
<RepsTradingNameIncorrectCheck>boolean</RepsTradingNameIncorrectCheck>
<RepsNameCorrection>string</RepsNameCorrection>
<RepsCategoryCorrection>string</RepsCategoryCorrection>
<RepsPropertyUseIncorrectCheck>boolean</RepsPropertyUseIncorrectCheck>
<RepsPropertyCorrectonAdd1>string</RepsPropertyCorrectonAdd1>
<RepsPropertyCorrectonAdd2>string</RepsPropertyCorrectonAdd2>
<RepsPropertyCorrectonAdd3>string</RepsPropertyCorrectonAdd3>
<RepsPropertyCorrectonAdd4>string</RepsPropertyCorrectonAdd4>
<RepsPropertyCorrectonAddEircode>string</RepsPropertyCorrectonAddEircode>
<RepsYesHaveAgentCheck>boolean</RepsYesHaveAgentCheck>
<RepsDeclarationCheck>boolean</RepsDeclarationCheck>
<RepsNameIncorrectCheck>boolean</RepsNameIncorrectCheck>
<SaveOnly>boolean</SaveOnly>
</details>
</SubmitRevisionRepresentation>
</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>
<SubmitRevisionRepresentationResponse xmlns="http://tempuri.org/">
<SubmitRevisionRepresentationResult>string</SubmitRevisionRepresentationResult>
</SubmitRevisionRepresentationResponse>
</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 /webservices/RevalServices.asmx HTTP/1.1
Host: www.valoff.ie
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>
<SubmitRevisionRepresentation xmlns="http://tempuri.org/">
<details>
<UploadedDocs>
<string>string</string>
<string>string</string>
</UploadedDocs>
<FloorOptions>
<FloorOpinion>
<Id>int</Id>
<TrackingNumber>int</TrackingNumber>
<PropertyNumber>int</PropertyNumber>
<FloorLevel>string</FloorLevel>
<FloorUse>string</FloorUse>
<Area>decimal</Area>
<Nav>decimal</Nav>
<TotalNav>decimal</TotalNav>
<OpinionTotalNAV>decimal</OpinionTotalNAV>
<Type>string</Type>
<IsDeleted>boolean</IsDeleted>
</FloorOpinion>
<FloorOpinion>
<Id>int</Id>
<TrackingNumber>int</TrackingNumber>
<PropertyNumber>int</PropertyNumber>
<FloorLevel>string</FloorLevel>
<FloorUse>string</FloorUse>
<Area>decimal</Area>
<Nav>decimal</Nav>
<TotalNav>decimal</TotalNav>
<OpinionTotalNAV>decimal</OpinionTotalNAV>
<Type>string</Type>
<IsDeleted>boolean</IsDeleted>
</FloorOpinion>
</FloorOptions>
<RepsId>int</RepsId>
<TrackingNo>int</TrackingNo>
<ProppertyNo>int</ProppertyNo>
<RepStatus>string</RepStatus>
<RepsSubmittersName>string</RepsSubmittersName>
<Name>string</Name>
<Address>string</Address>
<Email>string</Email>
<Phone>string</Phone>
<Agent>string</Agent>
<DateOfLease>dateTime</DateOfLease>
<RentPayable>long</RentPayable>
<DateFixed>dateTime</DateFixed>
<LandlordDetails>string</LandlordDetails>
<Floors>string</Floors>
<CarSpaces>int</CarSpaces>
<RepReason>string</RepReason>
<RepSubject>string</RepSubject>
<RepCompare>string</RepCompare>
<RepExcluded>string</RepExcluded>
<RepOther>string</RepOther>
<RepExcessive>string</RepExcessive>
<IncorrectFloorAreas>boolean</IncorrectFloorAreas>
<SubdivisionRequired>boolean</SubdivisionRequired>
<RepTradingData>string</RepTradingData>
<RepExtraRadio>int</RepExtraRadio>
<RepsTradingName>string</RepsTradingName>
<RepsOwnerLandLordAdd1>string</RepsOwnerLandLordAdd1>
<RepsOwnerLandLordAdd2>string</RepsOwnerLandLordAdd2>
<RepsOwnerLandLordAdd3>string</RepsOwnerLandLordAdd3>
<RepsOwnerLandLordAdd4>string</RepsOwnerLandLordAdd4>
<RepsOwnerLandlordName>string</RepsOwnerLandlordName>
<RepsOwnerLandLordAddEircode>string</RepsOwnerLandLordAddEircode>
<RepsAgentsAdd1>string</RepsAgentsAdd1>
<RepsAgentsAdd2>string</RepsAgentsAdd2>
<RepsAgentsAdd3>string</RepsAgentsAdd3>
<RepsAgentsAdd4>string</RepsAgentsAdd4>
<RepsAgentsName>string</RepsAgentsName>
<RepsAgentsEmail>string</RepsAgentsEmail>
<RepsFloorLevelsIncorrectCheck>boolean</RepsFloorLevelsIncorrectCheck>
<RepsFloorAreasCorrectCheck>boolean</RepsFloorAreasCorrectCheck>
<RepsSubdivisonOrAmalgamationCheck>boolean</RepsSubdivisonOrAmalgamationCheck>
<RepsAgentsAddEircode>string</RepsAgentsAddEircode>
<RepsAgentsPhone>string</RepsAgentsPhone>
<RepsOtherMatAspectsValIncorrectCheck>boolean</RepsOtherMatAspectsValIncorrectCheck>
<RepsUsesIncorrectCheck>boolean</RepsUsesIncorrectCheck>
<RepsUsesCorrectCheck>boolean</RepsUsesCorrectCheck>
<RepsFloorLevelsCorrectCheck>boolean</RepsFloorLevelsCorrectCheck>
<RepsFloorAreasIncorrectCheck>boolean</RepsFloorAreasIncorrectCheck>
<RepsUseCorrection>string</RepsUseCorrection>
<RepsTradingNameCorrection>string</RepsTradingNameCorrection>
<RepsPropertyAddressIncorrectCheck>boolean</RepsPropertyAddressIncorrectCheck>
<RepsPropertyCategoryIncorrectCheck>boolean</RepsPropertyCategoryIncorrectCheck>
<RepsTradingNameIncorrectCheck>boolean</RepsTradingNameIncorrectCheck>
<RepsNameCorrection>string</RepsNameCorrection>
<RepsCategoryCorrection>string</RepsCategoryCorrection>
<RepsPropertyUseIncorrectCheck>boolean</RepsPropertyUseIncorrectCheck>
<RepsPropertyCorrectonAdd1>string</RepsPropertyCorrectonAdd1>
<RepsPropertyCorrectonAdd2>string</RepsPropertyCorrectonAdd2>
<RepsPropertyCorrectonAdd3>string</RepsPropertyCorrectonAdd3>
<RepsPropertyCorrectonAdd4>string</RepsPropertyCorrectonAdd4>
<RepsPropertyCorrectonAddEircode>string</RepsPropertyCorrectonAddEircode>
<RepsYesHaveAgentCheck>boolean</RepsYesHaveAgentCheck>
<RepsDeclarationCheck>boolean</RepsDeclarationCheck>
<RepsNameIncorrectCheck>boolean</RepsNameIncorrectCheck>
<SaveOnly>boolean</SaveOnly>
</details>
</SubmitRevisionRepresentation>
</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>
<SubmitRevisionRepresentationResponse xmlns="http://tempuri.org/">
<SubmitRevisionRepresentationResult>string</SubmitRevisionRepresentationResult>
</SubmitRevisionRepresentationResponse>
</soap12:Body>
</soap12:Envelope>