Edisoft dokumendiedastuse veebiteenuste kirjeldus SOAP kanali kaudu. Kasutusjuhend

Size: px
Start display at page:

Download "Edisoft dokumendiedastuse veebiteenuste kirjeldus SOAP kanali kaudu. Kasutusjuhend"

Transcription

1 Edisoft dokumendiedastuse veebiteenuste kirjeldus SOAP kanali kaudu 23/10/2017

2 Sisukord 1. Üldine info Vead Meetodite kirjeldus Send Send meetodi argumendid Vastus Send päringule Send päringu näidis ListPBExAll ListPBExAll meetodi argumendid Vastus ListPBExAll päringule ListPBExAll päringu näidis Receive Receive meetodi argumendid Vastus Receive päringule Receive päringu näidis ListMBex ListMBex meetodi argumendid Vastus ListMBex päringule ListMBex päringu näidis ChangeDocumentStatus ChangeDocumentStatus meetodi argumendid

3 Sisukord Vastus ChangeDocumentStatus päringule ChangeDocumentStatus päringu näidis

4 Üldine info SOAP protokollil põhinev veebiteenus on mõeldud andmete edastamiseks EDISOFT PLATVORMI kaudu. Teenus on kättesaadav järgmisel aadressil: WSDL pääseb ligi järgmise lingi abil: Kirjeldatud meetodid: Send Receive ListMBex ChangeDocumentStatus ListPBExAll Meetodite argumentide tüübiks on vaikimisi määratud String, mille tõttu kirjelduses edaspidi eeldatakse, et argumentide tüübiks on string, kui ei ole teisiti määratud. Argument võib olla kohustuslik või vabatahtlik. Andmeformaat argumentides rrrr-mm-dd (rrrr year, mm - month, dd - day). 4

5 Vead Veakood koosneb 8 numbrist ja võib sisaldada järgmisi tähendusi: Veakood Kirjeldus Operatsioon on edukalt teostatud Viga autentimisel Kontakti viga Väline viga Serverisisene viga Meetodi kasutamise aeg ületatud Veebiviga Ebakorrektsed parameetrid Ligipääs platvormile takistatud Taotletud dokumenti ei tuvastatud 5

6 Meetodite kirjeldus Send Seda meetodit kasutatakse dokumentide saatmiseks. Send meetodi argumendid Argumendid Kirjeldus Kohustuslikkus Name ID kasutatakse EDISOFT PLATVORMIS M Password Kasutaja salasõna M PartnerIIn Partneri ID, kellele dokument saadetakse O DocumentType Dokumendi liik (näiteks INVOICE) O DocumentVersion Spetsifikatsiooni versioon (näiteks EDISOFTV0R1) O DocumentStandard Dokumendi standard (näiteks EDIFACT,XML) O ControlNumber Dokumendi kontrollkood O DocumentContent Dokumendi sisu M Timeout Meetodi käivitamise ajaline piir (ms) M Vastus Send päringule Tag Kirjeldus < ns2:cnt> Dokumendile omistatud ID, kui saatmine oli edukas <ns2:res> Veakood 6

7 Send päringu näidis <soapenv:envelope xmlns:soapenv=" xmlns:urn="urn:wsedi"> <soapenv:header/> <soapenv:body> <urn:send> <name> </name> <password>1234qwe</password> <partneriln></partneriln> <documenttype>invoice</documenttype> <documentversion></documentversion> <documentstandard>xml</documentstandard> <documenttest>t </documenttest> <controlnumber>12345</controlnumber> <documentcontent>(dokumendi sisu)</documentcontent> <timeout>600</timeout> </urn:send> </soapenv:body> </soapenv:envelope> 7

8 ListPBExAll Meetod, mis võimaldab vaadata läbi kõik kliendi saadetud dokumendid. ListPBExAll meetodi argumendid Argumendid Kirjeldus Kohustuslikkus Name Kasutaja ID EDISOFT PLATVORMIS M Password Kasutaja salasõna M 8

9 Vastus ListPBExAll päringule Tag Kirjeldus <partner-iln> <buyer-iln> <seller-iln> <delivery-iln> <document-type> <document-version> <document-standard> <document-test> <document-number> <document-date> <document-status> <document-status-description> <tracking-id> <submission-date> <submission-handle> <control-number> <document-status-date> <package-id> Partneri ID, kellele dokument saadetakse Ostja ILN dokumendi kohaselt Müüja ILN dokumendi kohaselt Tarnekoha ILN dokumendi kohaselt Dokumendi liik (näiteks INVOICE) Spetsifikatsiooni versioon (näiteks EDISOFTV0R1) Dokumendi standard (näiteks. EDIFACT,XML) Dokumendi olek (T test, P töödokument) Äridokumendi number Dokumendi kuupäev Dokumendi töötlemise olek Dokumendi töötlemise oleku kirjeldus Dokumendi identifikaator EDISOFT PLATVORMIS Dokumendi saatmise kuupäev Dokumendi ID Teate edastamise kontrollkood Dokumendi kohta info andmise kuupäev (STATUS dokument) Vastu võetud paki ainulaadne identifitseerimisnumber 9

10 ListPBExAll päringu näidis <urn:listpbexall> <name> </name> <password>1234qwe</password> </urn:listpbexall> 10

11 Receive Meetod, mis võimaldab dokumentide vastuvõtmist. Dokumenti, mille olek on READ, ei tohi vastu võtta. Receive meetodi argumendid Argumendid Kirjeldus Kohustuslikkus Name ID kasutatakse EDISOFT PLATVORMIS M Password Kasutaja salasõna M PartnerIIn Partneri ID, kellele dokument saadeti M DocumentType Dokumendi liik (näiteks INVOICE) M TrackingId Dokumendi identifikaator EDISOFT PLATVORMIS M DocumentStandard Dokumendi standard (näiteks EDIFACT,XML) O Timeout Meetodi käivitamise ajaline piir (ms) Tüüp : Integer M Vastus Receive päringule Tag Kirjeldus < ns2:cnt> Dokumendile omistatud ID, kui saatmine oli edukas <ns2:res> Veakood 11

12 Receive päringu näidis <soapenv:envelope xmlns:soapenv=" xmlns:urn="urn:wsedi"> <soapenv:header/> <soapenv:body> <urn:receive> <name> </name> <password>1234qwe</password> <partneriln> </partneriln> <documenttype>invoice</documenttype> <trackingid> </trackingid> <documentstandard>xml</documentstandard> <changedocumentstatus>r</changedocumentstatus> <timeout>5000</timeout> </urn:receive> </soapenv:body> </soapenv:envelope> 12

13 ListMBex Meetod taasesitab dokumentide oleku, mis on saadetud EDISOFT PLATVORMI kasutajale. ListMBex meetodi argumendid Argumendid Kirjeldus Kohustuslikkus Name EDISOFT PLATVORMI kasutaja ID M Password Kasutaja salasõna M PartnerIIn Partneri ID, kellelt dokument saadi O DocumentType Dokumendi liik (näiteks INVOICE) M DocumentVersion Spetsifikatsiooni versioon (näiteks EDISOFTV0R1) O DocumentStandard Dokumendi standard (näiteks EDIFACT,XML) O DocumentTest Dokumendi olek (T test, P töödokument) O DateFrom Vabatahtlik O DateTo Vabatahtlik O ItemFrom Vabatahtlik O ItemTo Vabatahtlik O DocumentStatus Valitud dokumentide olekute loetelu N ainult uued dokumendid R ainult loetud dokumendid (olek read (R)) Igasugune muu või tühi olek taastab kõikide dokumentide loetelu. O Timeout Meetodi käivitamise ajaline piir (ms) M Meetod taasesitab vaikimisi 100 viimast dokumenti. 13

14 Vastus ListMBex päringule Tag <partner-iln> <tracking-id> <document-type> <document-version> <document-standard> <document-test> <document-status> <document-number> <document-date> <document-controlnumber> <receive-date> Kirjeldus Partneri ID, kellelt dokument saadi Dokumendi identifikaator EDISOFT PLATVORMIS Dokumendi liik (näiteks INVOICE) Spetsifikatsiooni versioon (näiteks EDISOFTV0R1) Dokumendi standard (näiteks EDIFACT,XML) Dokumendi olek (T test, P töödokument) Dokumendi olek (N -new, R- read) Dokumendi number dokumendi alusel Dokumendi kuupäev Dokumendi kontrollkood Dokumendi saamise kuupäev 14

15 ListMBex päringu näidis <soapenv:envelope xmlns:soapenv=" xmlns:urn="urn:wsedi"> <soapenv:header/> <soapenv:body> <urn:listmbex> <name> </name> <password>1234qwe</password> <partneriln> </partneriln> <documenttype>invoice</documenttype> <documentversion></documentversion> <documentstandard></documentstandard> <documenttest></documenttest> <datefrom></datefrom> <dateto></dateto> <itemfrom></itemfrom> <itemto></itemto> <documentstatus>n</documentstatus> <timeout>5000</timeout> </urn:listmbex> </soapenv:body> </soapenv:envelope> 15

16 ChangeDocumentStatus Meetod annab võimaluse muuta saabuva dokumendi olekut (N - new, R - read). ChangeDocumentStatus meetodi argumendid Argumendid Kirjeldus Kohustuslikkus Name EDISOFT PLATVORMI kasutaja ID M Password Kasutaja salasõna M TrackingId Dokumendi identifikaator EDISOFT PLATVORMIS M Status Dokumendi uus olek M Vastus ChangeDocumentStatus päringule Tag <tracking-id> <new-document-status> Kirjeldus Dokumendi identifikaator EDISOFT PLATVORMIS Dokumendi uuendatud olek ChangeDocumentStatus päringu näidis <soapenv:envelope xmlns:soapenv=" xmlns:urn="urn:wsedi"> <soapenv:header/> <soapenv:body> <urn:changedocumentstatus> <name> </name> <password>1234qwe</password> <trackingid> </trackingid> <status>r</status> </urn:changedocumentstatus> </soapenv:body> </soapenv:envelope> 16

Juhis dokumendiliigi XML andmekirjelduse koostamiseks

Juhis dokumendiliigi XML andmekirjelduse koostamiseks Juhis dokumendiliigi XML andmekirjelduse koostamiseks Versioon 1.0 Aprill 2010 Sisukord Juhis dokumendiliigi XML andmekirjelduse koostamiseks...1 1. Sissejuhatus...3 1.1 Taust...3 1.2 Mis kasu saab asutus

More information

Dokumendihalduse metaandmed. Loend

Dokumendihalduse metaandmed. Loend Dokumendihalduse metaandmed Loend ersioon 3.0 veebruar 2013 1 Sisukord LÜHIKOKKUÕTE...3 SISSEJUHATUS...4 1. SISSEJUHATUS... 4 2. LOENDI ERSIOONID... 4 3. LOENDI EESMÄRK JA SIHTRÜHM... 4 4. DOKUMENDIHALDUSE

More information

XML dokumentide andmebaasisüsteemid

XML dokumentide andmebaasisüsteemid T A R T U Ü L I K O O L MATEMAATIKA-INFORMAATIKATEADUSKOND Arvutiteaduse instituut Tarkvarasüsteemide õppetool Rakendusinformaatika eriala Tiit Kaeeli XML dokumentide andmebaasisüsteemid Diplomitöö Juhendaja:

More information

Ehitisregistri kasutajajuhend

Ehitisregistri kasutajajuhend Ehitisregistri kasutajajuhend Ver 14 2018 Sisukord 1. SISSEJUHATUS... 5 2. KASUTAJAD, ROLLID JA ÕIGUSED... 5 3. RAKENDUSSE SISENEMINE... 7 4. ÜLESEHITUS... 9 4.1 Üldist... 9 4.2 Rakenduse ülaosas asuvad

More information

Tarkvara kvaliteet ja standardid - korraldus

Tarkvara kvaliteet ja standardid - korraldus Tarkvara kvaliteet ja standardid - korraldus Kursus 1999.a. sügisel Jaak Tepandi TTÜ Informaatikainstituut Käesolev materjal (fail TKS99KOR.rtf) sisaldab ülevaate kursuse korraldusest. Kursuse sisuline

More information

Navica MLS Management REALTOR E-Commerce Network External Interface User Guide By Dale R. Pfeiffer, Navica MLS Management Project Manager

Navica MLS Management REALTOR E-Commerce Network External Interface User Guide By Dale R. Pfeiffer, Navica MLS Management Project Manager Navica MLS Login Page Brokers or designated office staff log into Navica MLS using their Login Name and Password. Note: The REALTOR E-Commerce Network External Interface (RECN) requires an active NRDS

More information

MÜÜGILEPINGU ÜLDTINGIMUSED GENERAL TERMS OF SALES CONTRACTS 2018 FOR YEAR

MÜÜGILEPINGU ÜLDTINGIMUSED GENERAL TERMS OF SALES CONTRACTS 2018 FOR YEAR OÜ ORLEN Eesti MÜÜGILEPINGU ÜLDTINGIMUSED 2018 Müügilepingute Üldosa kohaldub kõigile Eriosadele, mis sõlmitakse 2018. aastaks Müüja ja Ostja vahel ja kui on otseselt sätestatud, et eriosa tõlgendatakse

More information

Kirjeldav statistika. Tarkvara kasutamine Tööleht2

Kirjeldav statistika. Tarkvara kasutamine Tööleht2 Kirjeldav statistika Tarkvara kasutamine Tööleht2 Tunni eesmärgid Teada terminoloogiat Mõista MS Excel`i põhimõtteid 8 MS Excel Tabelarvutusprogramm Excel on mõeldud tabelite tegemiseks ja neid tabeleid

More information

Läbipaistvusprintsiip ja selle vastuoluline rakendamine Euroopa Liidu Kohtu praktikas dokumentidele juurdepääsu andmise küsimustes

Läbipaistvusprintsiip ja selle vastuoluline rakendamine Euroopa Liidu Kohtu praktikas dokumentidele juurdepääsu andmise küsimustes TARTU ÜLIKOOL Euroopa Kolledž Magistritöö Kadi Milva Läbipaistvusprintsiip ja selle vastuoluline rakendamine Euroopa Liidu Kohtu praktikas dokumentidele juurdepääsu andmise küsimustes Juhendaja: Marika

More information

CITY OF ASPEN COMMUNITY DEVELOPMENT DEPARTMENT

CITY OF ASPEN COMMUNITY DEVELOPMENT DEPARTMENT COMMUNITY DEVELOPMENT DEPARTMENT GENERAL LAND USE PACKET Attached is an Application for review of Development that requires Land Use Review pursuant to The City of Aspen Land Use Code: Included in this

More information

SAP (ET) Pearaamatu juhend

SAP (ET) Pearaamatu juhend SAP (ET) Pearaamatu juhend Kuupäev Autor Kirjeldus 01.12.2013 Maire Kägu Eestikeelne juhend 09.07.2014 Ene Ehtmaa Lisatud punkt 5.2 (F.13) 04.09.2014 Ene Ehtmaa Täiendatud punkti 5.2 13.10.2014 Ene Ehtmaa

More information

Telefoninumbrite õigekiri

Telefoninumbrite õigekiri Telefoninumbrite õigekiri Soovituslik juhend telefoninumbrite grupeerimiseks, mis on vastavuses ITU (International Telecommunication Union) soovitustega. Telefoninumbrite grupeerimisel kasutatakse eraldajana

More information

Documentation and Funding Procedures Updated September 2008

Documentation and Funding Procedures Updated September 2008 Lease/Equipment Finance Agreement Documents Documentation and Funding Procedures Updated September 2008 BSB Leasing accepts BSB Leasing s approved generic Lease/EFA documents in either the brokers name

More information

GENERAL INFORMATION. Landlord s Tenant Coordinator

GENERAL INFORMATION. Landlord s Tenant Coordinator GENERAL INFORMATION Landlord s Tenant Coordinator The role of the Tenant Coordinator is to serve as liaison between Landlord and the Tenant, Tenant's architect and Tenant's contractor. All plans and correspondence

More information

Changes are being proposed to Notices Clause in the GTA Track Contract.

Changes are being proposed to Notices Clause in the GTA Track Contract. UPDATE 10 of 17 23 August 2017 TOPIC: GTA Contract No.2 Track Contract Changes to Notice Clause (Cl 15) DISTRIBUTION: GTA Members primary contact list. Please circulate to all appropriate internal parties.

More information

Terms and conditions of sale for new motor vehicles

Terms and conditions of sale for new motor vehicles 1. Introductory provisions Terms and conditions of sale for new motor vehicles 1.1 These terms and conditions of sale for new motor vehicles of Mercedes-Benz PRAHA s.r.o., with its registered office at

More information

Põhikasutusjuhend ETI. Mida ma selle masinaga teha saan? Enne masina kasutamist. Dokument ja paber. Kopeerimine

Põhikasutusjuhend ETI. Mida ma selle masinaga teha saan? Enne masina kasutamist. Dokument ja paber. Kopeerimine Põhikasutusjuhend Mida ma selle masinaga teha saan? Enne masina kasutamist Dokument ja paber Kopeerimine Dokumentide saatmine (ainult MF4690PL) Dokumentide vastuvõtmine (ainult MF4690PL) Printimine Skaneerimine

More information

BUYER SELECT CLOSING AGENT TRAINING

BUYER SELECT CLOSING AGENT TRAINING BUYER SELECT CLOSING AGENT TRAINING Welcome to Sage Acquisitions! Asset Management Company contracted by HUD to manage the HUD Sales Process in 26 States and U.S. Territories. Areas defined as 7A, 8A,

More information

Telefoninumbrite õigekiri

Telefoninumbrite õigekiri Telefoninumbrite õigekiri Soovituslik juhend telefoninumbrite grupeerimiseks, mis on vastavuses ITU (International Telecommunication Union) soovitustega. Tarbijanumbrisiseselt eristatakse grupid ühe tühikuga.

More information

EESTI NOTARI TÖÖPROTSESSIDE TÄIUSTAMINE INFOTEHNOLOOGILISTE LAHENDUSTE ABIL

EESTI NOTARI TÖÖPROTSESSIDE TÄIUSTAMINE INFOTEHNOLOOGILISTE LAHENDUSTE ABIL TALLINNA ÜLIKOOL Digitehnoloogiate Instituut EESTI NOTARI TÖÖPROTSESSIDE TÄIUSTAMINE INFOTEHNOLOOGILISTE LAHENDUSTE ABIL Magistritöö Autor: Katrin Valvik Juhendaja: Priit Parmakson Juhendaja:... 2015.a

More information

RULES AND REGULATIONS. Binding Rules and Regulations of the Website: Rules and Regulations ).

RULES AND REGULATIONS. Binding Rules and Regulations of the Website:   Rules and Regulations ). RULES AND REGULATIONS Binding Rules and Regulations of the Website: https://cryptonsq.com/(hereinafter: Rules and Regulations ). 1. Rules and definitions The Rules and Regulations define the principles,

More information

OHIO DEPARTMENT OF TRANSPORTATION OFFICE OF REAL ESTATE. James J. Viau, Manager, Relocation Section. Changes and Updates to the Real Estate Manual

OHIO DEPARTMENT OF TRANSPORTATION OFFICE OF REAL ESTATE. James J. Viau, Manager, Relocation Section. Changes and Updates to the Real Estate Manual OHIO DEPARTMENT OF TRANSPORTATION OFFICE OF REAL ESTATE DATE: March 10, 2017 TO: FROM: RE: Users of the Real Estate Manual James J. Viau, Manager, Relocation Section Changes and Updates to the Real Estate

More information

Microsoft Office Word 2013

Microsoft Office Word 2013 Microsoft Office Word 2013 Microsoft Word on tekstitöötlusprogramm, mis kuulub Microsoft Office kontoritarkvarapaketti. Microsoft Word on tasapisi saanud dokumenditöö standardiks. Harjumuspärased programmiakna

More information

NSW OSR Land Tax and Valuation Certificates

NSW OSR Land Tax and Valuation Certificates NSW OSR Land Tax and Valuation Certificates Client Reference Guide Version 2.0 August 2016 1800 773 773 confirm@citec.com.au Innovative Information Solutions 2 of 21 Table of Contents 1 Getting Started...

More information

Conditions of purchase at beverage auctions

Conditions of purchase at beverage auctions Conditions of purchase at beverage auctions These conditions apply as of 2017-01-01 1. GENERAL 1.1 Systembolaget AB, org. no. 556059-9473, Kungsträdgårdsgatan 14, 103 84 Stockholm ( Systembolaget ) has

More information

This document is a preview generated by EVS

This document is a preview generated by EVS EESTI STANDARD EVS-EN 1116:2004 Kitchen furniture - Co-ordinating sizes for kitchen furniture and kitchen appliances Kitchen furniture - Co-ordinating sizes for kitchen furniture and kitchen appliances

More information

OpenStax-CNX module: m Lõpueksam * Kadi Ennok. Translated By: Kadi Ennok

OpenStax-CNX module: m Lõpueksam * Kadi Ennok. Translated By: Kadi Ennok OpenStax-CNX module: m49536 1 Lõpueksam * Kadi Ennok Translated By: Kadi Ennok This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 1 LÕPUEKSAM 1. Infotöö

More information

Property Online Query User Agreement Instructions. Filling Out the Agreement

Property Online Query User Agreement Instructions. Filling Out the Agreement Property Online Query User Agreement Instructions This agreement is for use of Property Online, a monthly subscription service. Query access allows users to query land ownership and related property information.

More information

GENERAL QUESTIONS ASKED ABOUT TAX SALE

GENERAL QUESTIONS ASKED ABOUT TAX SALE GENERAL QUESTIONS ASKED ABOUT TAX SALE 1. What are the date, time and location of your tax sales? DATE: TIME: A DATE IN MAY OR JUNE EACH YEAR SET BY THE CONTROLLER. THE DATE OF THE 2017 TAX SALE IS JUNE

More information

Property Online Provincial Query User Agreement Instructions. Filling Out the Agreement

Property Online Provincial Query User Agreement Instructions. Filling Out the Agreement Property Online Provincial Query User Agreement Instructions This agreement is for use of Property Online, provincial query access allows provincial government users to query land ownership and related

More information

THE SMALL HOUSE OF UNIVERSAL DESIGN AWARD

THE SMALL HOUSE OF UNIVERSAL DESIGN AWARD THE SMALL HOUSE OF UNIVERSAL 100 YEARS OF BAUHAUS - ARCHITECTURE COMPETITION Deadline: 28.09.2018 Judgement: 29. 30.09.2018 Jury exhibition: Ernst Neufert Haus, Weimar on the occasion of 100 years of Bauhaus

More information

Form N Application to Director - Rent Increase Greater Than Annual Allowable Rent Increase Amount

Form N Application to Director - Rent Increase Greater Than Annual Allowable Rent Increase Amount Guide to G1 Form N Application to Director - What are these forms for? Use these forms to seek authorization from the Director to give a Rent Increase Greater Than Annual Allowable Rent Increase Amount.

More information

Your Pre-Listing Checklist for Success!

Your Pre-Listing Checklist for Success! Your Pre-Listing Checklist for Success! Make appointment with seller for listing presentation. Confirm listing appointment with seller in writing or by email and follow-up by phone. Send a pre-appointment

More information

Toila vallavalitsuse asjaajamise kord

Toila vallavalitsuse asjaajamise kord KINNITATUD Vallavanema 13. novembri 2013.a. käskkirjaga nr 89 Toila vallavalitsuse asjaajamise kord 1 Asjaajamiskorra eesmärk I Üldsätted (1) Asjaajamiskorraga reguleeritakse Toila vallavalitsuse asjaajamise

More information

General Terms and Conditions of Sale

General Terms and Conditions of Sale General Terms and Conditions of Sale I. Introduction 1. These General Terms and Conditions of Sale shall govern and constitute an integral part of all offers made by Press Metal, as well as all orders

More information

General business terms and conditions for the purchase of goods

General business terms and conditions for the purchase of goods General business terms and conditions for the purchase of goods Introductory provisions 1. These General Business Terms and Conditions for the purchase of goods announced on the below mentioned day (hereinafter

More information

COLORADO POLICY AND PROCEDURES MANUAL REALTY K E D I T I O N

COLORADO POLICY AND PROCEDURES MANUAL REALTY K E D I T I O N WWW.KCOREALTY.COM INFO@KCOREALTY.COM 844 - REALTY K 2 0 1 6 E D I T I O N 1 TABLE OF CONTENTS Logging into the Online Office 3 Updating Your Agent Profile 4 Referring Another Agent 4 Newly Licensed Agents

More information

9041 S. Pecos Road, Suite 3900, Henderson, NV Telephone: Fax: Web:

9041 S. Pecos Road, Suite 3900, Henderson, NV Telephone: Fax: Web: Thank you for choosing UDEED! Enclosed you should find the following documents: 1. Fee Schedule 2. Instructions for Document Request Form 3. Document Request Form 4. Payment Form If you have any questions

More information

! From Contract to Closing

! From Contract to Closing From Contract to Closing Get contract signed & dated Be sure all changes have been initialed and dated (If have buyer, be sure that you have included the Addendum all of them) Deliver the contract to the

More information

AA VVS 09. Definition of Terms In application of AA VVS 09, the price base amount according to the National Insurance Act (1962:381) applies.

AA VVS 09. Definition of Terms In application of AA VVS 09, the price base amount according to the National Insurance Act (1962:381) applies. AA VVS 09 AA VVS 09 constitutes general terms and conditions of delivery referring to heating, water and sanitation and to water supply and sewer system material for commercial activities in Sweden. These

More information

KDiff3 on failide ja kataloogide võrdlemise ja ühendamise vahend, mis. võrdleb ja ühendab kaks või kolm sisendfaili või -kataloogi,

KDiff3 on failide ja kataloogide võrdlemise ja ühendamise vahend, mis. võrdleb ja ühendab kaks või kolm sisendfaili või -kataloogi, KDiff3 käsiraamat Joachim Eibl Tõlge eesti keelde: Marek Laane Versioon 0.9.92 (2007-31-03) Autoriõigus 2002-2007 Joachim Eibl Permission is granted to copy, distribute and/or

More information

Rakendus asutuse digitaalse templi operatsioonideks

Rakendus asutuse digitaalse templi operatsioonideks TALLINNA TEHNIKAÜLIKOOL Infotehnoloogia teaduskond Informaatika instituut Infosüsteemide õppetool Rakendus asutuse digitaalse templi operatsioonideks bakalaureusetöö Üliõpilane: Üliõpilaskood: Juhendaja:

More information

Digitaalallkirja juurutamine riigiasutustes

Digitaalallkirja juurutamine riigiasutustes Digitaalallkirja juurutamine riigiasutustes Strateegiline plaan November 2001 Arne Ansper Ahto Buldas Sven Heiberg Monika Oit Kaidi Oone Olev Sepp Jan Villemson Aruande koostajad tänavad projekti juhtrühma

More information

Surplus Property Disposal Guidelines

Surplus Property Disposal Guidelines Surplus Property Disposal Guidelines I. Purpose To provide end-of-life guidelines for the disposal or destruction of the technology assets of the University II. Policy The purpose of the Surplus PC Criteria

More information

SUPPLIER REQUIREMENTS FOR BUYER/GOVERNMENT/CUSTOMER PROPERTY MANAGEMENT (VARIABLE)

SUPPLIER REQUIREMENTS FOR BUYER/GOVERNMENT/CUSTOMER PROPERTY MANAGEMENT (VARIABLE) Page: 1 of 5 SUPPLIER REQUIREMENTS FOR BUYER/GOVERNMENT/CUSTOMER PROPERTY MANAGEMENT (VARIABLE) Provided Property authorized for use in support of this contract is identified in paragraph 6 below and is

More information

Please return the completed original package and the requested documentation to the address below.

Please return the completed original package and the requested documentation to the address below. Thank you for your interest in becoming an approved appraiser with Alexander McCabe Appraisal Management Company. The following items are needed to become an approved appraiser: Signed Appraiser Application

More information

Property Manager System Manual. Purpose Statement: To improve the lives of real estate investors and residents through property management solutions.

Property Manager System Manual. Purpose Statement: To improve the lives of real estate investors and residents through property management solutions. Property Manager System Manual Purpose Statement: To improve the lives of real estate investors and residents through property management solutions. Systems Manual: Property Manager (PM) KRA s Key Result

More information

US Bank Home Mortgage Web Appraisal Ordering U.S. Bank National Wholesale Sales Division Broker Users Manual

US Bank Home Mortgage Web Appraisal Ordering U.S. Bank National Wholesale Sales Division Broker Users Manual US Bank Home Mortgage Web Appraisal Ordering U.S. Bank National Wholesale Sales Division Broker Users Manual USBHM APPRAISAL SERVICES WEB BASED APPRAISAL-ORDERING SYSTEM The USBHM Appraisal Services web

More information

INVITATION FOR BID Bid # 1021 EMS Ballistic Vests

INVITATION FOR BID Bid # 1021 EMS Ballistic Vests INVITATION FOR BID Bid # 1021 EMS Ballistic Vests ST. CHARLES COUNTY AMBULANCE DISTRICT (Herein referred to as District ) 4169 OLD MILL PARKWAY ST. PETERS, MO 63376 SPECIFICATIONS FOR EMS Ballistic Vests

More information

Working with the LendingQB-Appraisal Firewall Interface

Working with the LendingQB-Appraisal Firewall Interface Working with the LendingQB-Appraisal Firewall Interface Setup and User Training Guide Lenders that use the LendingQB LOS can stay in their familiar loan origination system and place real estate appraisal

More information

Isikuandmete töötlemise ja andmekogude pidamise õiguslikud alused

Isikuandmete töötlemise ja andmekogude pidamise õiguslikud alused Sotsiaalseadustiku eelnõu eriosa analüüs Isikuandmete töötlemise ja andmekogude pidamise õiguslikud alused Tiina Ilus 1 1 ÜLESANDEPÜSTITUSEST... 4 2 EESTI HAIGEKASSA SEADUS (HKS) JA RIIKLIKU RAVIKINDLUSTUSE

More information

Appraisal Firewall Quick Start Guide

Appraisal Firewall Quick Start Guide Appraisal Firewall Quick Start Guide Information for Manager Users BASIC USAGE AND LAYOUT... 2 MANAGER SETTINGS... 3 ORDERS... 5 PINNED ORDERS... 6 WORKING IN AN ORDER... 7 RELATIONSHIPS... 9 LENDERS TAB...

More information

Data Dictionary Workgroup Meeting

Data Dictionary Workgroup Meeting Data Dictionary Workgroup Meeting SPEAKER Rob Larson CIO CRMLS Rob@crmls.org Agenda PropertyUniqueID Broker Data Needs Structure Type Showing Resource Repeating Element Resource

More information

Authorized Lawyer User Agreement Instructions

Authorized Lawyer User Agreement Instructions Authorized Lawyer User Agreement Instructions 02 2013 This agreement is for use of Property Online, a monthly subscription service. Authorized Lawyer access allows users to query land ownership and related

More information

Online Cadastre and Tantalis GATOR

Online Cadastre and Tantalis GATOR Online Cadastre and Tantalis GATOR Online Cadastre Free, public online access to BC Crown land cadastral information and other geographic data LTSA is responsible for maintenance of and enhancements to

More information

Residential Management. your investment is our priority

Residential Management. your investment is our priority Residential Management your investment is our priority AT CORNERSTONE MANAGEMENT WE BELIEVE IN PROVIDING THE ULTIMATE INVESTOR EXPERIENCE We provide free property consultations to advise you on the current

More information

Pennsylvania Licensees

Pennsylvania Licensees Pennsylvania Licensees PENNSYLVANIA SALESPERSON WANTING TO BECOME LICENSED AS A NEW JERSEY SALESPERSON First Option: Come to New Jersey and take the 75 hour pre-licensure course and follow the normal procedures

More information

11. Delivery, Receipt and Reclamation

11. Delivery, Receipt and Reclamation 11. Delivery, Receipt and Reclamation Chapter 11 Delivery, Receipt and Reclamation A. Conditions for Delivery and Receipt of Book-Entry Securities 1. Delivery of mortgage-related securities must be in

More information

ADMINISTRATIVE FIXED ASSET POLICY Board of Trustees Approval: 09/12/2001 CHAPTER 1 Date of Last Cabinet Review: 00/00/0000 POLICY 6.

ADMINISTRATIVE FIXED ASSET POLICY Board of Trustees Approval: 09/12/2001 CHAPTER 1 Date of Last Cabinet Review: 00/00/0000 POLICY 6. FIXED ASSET POLICY Board of Trustees Approval: 09/12/2001 POLICY 6.01 Page 1 of 7 I. POLICY maintains a system for recording institutional property that is the responsibility of the College. The College

More information

Deliver a better, more responsive tenant experience

Deliver a better, more responsive tenant experience Deliver a better, more responsive tenant experience The TenHub app for ios and Android is a better way for your tenants to report, track, and comment on building issues, while on-the-go. TenHub delivers

More information

Title of the measure: EST 19 Support scheme for energy efficient renovation of apartment buildings ( )

Title of the measure: EST 19 Support scheme for energy efficient renovation of apartment buildings ( ) Title of the measure: EST 19 Support scheme for energy efficient renovation of apartment buildings (2010 2014) General description Since 2003, the State has supported the repair work related to the reconstruction

More information

Kinnistusraamatu kinnistamisdokumentide menetluste ja registriosadega sidumise analüüs

Kinnistusraamatu kinnistamisdokumentide menetluste ja registriosadega sidumise analüüs TALLINNA TEHNIKAÜLIKOOL Infotehnoloogia teaduskond Informaatikainstituut Infosüsteemide õppetool Kinnistusraamatu kinnistamisdokumentide menetluste ja registriosadega sidumise analüüs Magistritöö Üliõpilane:

More information

AGREEMENT No. , represented by, referred to as the Buyer. Both parties agree to: 1. Book Storage

AGREEMENT No. , represented by, referred to as the Buyer. Both parties agree to: 1. Book Storage AGREEMENT No. This agreement is entered into by and between Pedroso Sp. z o. o., Postal address/ Adres pocztowy: 30-960 Krakow 1, Skryta Pocztowa 73, Poland, KRS: 0000514018 represented by owner Mario

More information

Online Auction Sale Catalogue

Online Auction Sale Catalogue Online Auction Sale Catalogue On behalf of Quippo Infrastructure Limited Sale of Tata 709 truck, Used Containers, D.G, Misc. Scrap Material Locations: Panvel - Mumbai Through E-auction on www.iquippo.com

More information

GENERAL SALES CONDITIONS OF TRIMO MSS d.d. No. 2/2019

GENERAL SALES CONDITIONS OF TRIMO MSS d.d. No. 2/2019 GENERAL SALES CONDITIONS OF TRIMO MSS d.d. No. 2/2019 1. Subject matter of conditions 1.1. These General Sales Conditions shall regulate contractual relations between the company TRIMO MSS, d.d., Prijateljeva

More information

Query of Real Property Price Statistics has been created in order to provide the public information on real property transactions.

Query of Real Property Price Statistics has been created in order to provide the public information on real property transactions. Guide of Query of Real Property Price Statistics Query of Real Property Price Statistics has been created in order to provide the public information on real property transactions. 1. Type of publication.

More information

Conditions of Purchase FISCHER GmbH & Co. KG Lagertechnik + Regalsysteme, Stutensee

Conditions of Purchase FISCHER GmbH & Co. KG Lagertechnik + Regalsysteme, Stutensee Conditions of Purchase FISCHER GmbH & Co. KG Lagertechnik + Regalsysteme, Stutensee 1. General 1.1. We only conduct purchases in accordance with the following conditions. Deviating conditions on the part

More information

General Policies (Terms & Conditions) Effective Date 6/26/2015

General Policies (Terms & Conditions) Effective Date 6/26/2015 General Policies (Terms & Conditions) Effective Date 6/26/2015 STANDARDS I. Participation Policies Dealer s Auction: Only authorized representatives of licensed dealers whose applications have been approved

More information

SEWAGE FACILITIES PLANNING MODULE

SEWAGE FACILITIES PLANNING MODULE COMMONWEALTH OF PENNSYLVANIA DEPARTMENT OF ENVIRONMENTAL PROTECTION BUREAU OF WATER SUPPLY AND WASTEWATER MANAGEMENT Code No. SEWAGE FACILITIES PLANNING MODULE Component 1. Exception to the Requirement

More information

Professional Short Sale Negotiators Short Sale Option Agent Listing Packet

Professional Short Sale Negotiators Short Sale Option  Agent Listing Packet Presents Short Sale Option www.lotusrealtygroup.com Agent Listing Packet 400 S Sierra Ave. Suite 102, Solana Beach, CA 92075 SUPPLEMENTAL COMMISSION AGREEMENT WITH LISTING BROKER/AGENT ( Listing Broker/Agent

More information

Check List # 5: For Processing a Zoning Special Use Permit (including some PUDs) in Michigan

Check List # 5: For Processing a Zoning Special Use Permit (including some PUDs) in Michigan Michigan State University Extension Land Use Series Check List # 5: For Processing a Zoning Special Use Permit (including some PUDs) in Michigan Original version: (January 21, 2014) Last revised: (January

More information

Application and Project Documentation - Land Trust Accreditation Commission

Application and Project Documentation - Land Trust Accreditation Commission A complete application and all required attachments must be provided from each applicant to demonstrate that the organization is meeting all of the accreditation indicator elements and program requirements.

More information

GTA Contract No 2 CONTRACT FOR GRAIN AND OILSEEDS IN BULK DELIVERED PRICE BASING POINT OR PORT TERMS (BASIS TRACK)

GTA Contract No 2 CONTRACT FOR GRAIN AND OILSEEDS IN BULK DELIVERED PRICE BASING POINT OR PORT TERMS (BASIS TRACK) GTA Contract No 2 CONTRACT FOR GRAIN AND OILSEEDS IN BULK DELIVERED PRICE BASING POINT OR PORT TERMS (BASIS TRACK) Date: SELLERS: BUYERS: BROKERS:: Have this day entered into a contract on the following

More information

1/5 DEKKA WRAPS S.R.O. TERMS OF SERVICE

1/5 DEKKA WRAPS S.R.O. TERMS OF SERVICE DEKKA WRAPS S.R.O. TERMS OF SERVICE These Terms of Service ( Terms of Service ) lay down the mutual rights and duties of the contracting parties, Buyer and Seller, especially rights and duties arising

More information

Buyer Select Program: Alaska, Oregon, Washington Closing Agent (Escrow Company) Q&A

Buyer Select Program: Alaska, Oregon, Washington Closing Agent (Escrow Company) Q&A 1. How soon will the escrow company receive the ratified contact and Earnest Money Deposit (EMD)? The original ratified contract and EMD check will be sent within 48 hours of ratification. BLB Resources

More information

ABAKUS SP. Z O.O. GENERAL SALE CONDITIONS accepted by the Board on January 5, 2015

ABAKUS SP. Z O.O. GENERAL SALE CONDITIONS accepted by the Board on January 5, 2015 ABAKUS SP. Z O.O. GENERAL SALE CONDITIONS accepted by the Board on January 5, 2015 1 General provisions 1.1. The general sale conditions (GSC) specify the conditions of entering contracts of sale of products

More information

QUEENS LIBRARY BUILDINGS AND GROUNDS COMMITTEE THURSDAY, MAY 25, Central Library Merrick Blvd., Jamaica, NY AGENDA

QUEENS LIBRARY BUILDINGS AND GROUNDS COMMITTEE THURSDAY, MAY 25, Central Library Merrick Blvd., Jamaica, NY AGENDA QUEENS LIBRARY BUILDINGS AND GROUNDS COMMITTEE THURSDAY, MAY 25, 2017 Central Library 89-11 Merrick Blvd., Jamaica, NY 11432 AGENDA 6:00 PM BUILDINGS AND GROUNDS COMMITTEE REGULAR MEETING I. Call to Order

More information

General Terms and Conditions

General Terms and Conditions General Terms and Conditions of the trading company JPJ Forest, Ltd., with its registered office in Horní Nová Ves 45, 50781 Lázně Bělohrad, ID: 28775104, VAT: CZ28775104, registered in the Commercial

More information

IMMEDIATELY FOLLOWING CLOSING: Forward a copy of the HUD-I Settlement Statement and Net Proceeds Check by fax to my attention at

IMMEDIATELY FOLLOWING CLOSING: Forward a copy of the HUD-I Settlement Statement and Net Proceeds Check by fax to my attention at After closing, please send via FedEx a copy of the HUD-I Settlement Statement, Net Proceeds Check, Original Promissory Note (if required), Assignment of Escrow Disclosure Statement, and the release of

More information

MAKSUKOHUSTUSLASENA REGISTREERIMISE NUMBRID (TIN-numbrid) Maksukohustuslaste numbrid vastavalt teemadele: Kust TIN-numbrit leida?

MAKSUKOHUSTUSLASENA REGISTREERIMISE NUMBRID (TIN-numbrid) Maksukohustuslaste numbrid vastavalt teemadele: Kust TIN-numbrit leida? MAKSUKOHUSTUSLASENA REGISTREERIMISE NUMBRID (-numbrid) Maksukohustuslaste numbrid vastavalt teemadele: Kust -numbrit leida? 1. AT Austria... 3 2. BE Belgia... 3 3. BG Bulgaaria... 4 4. CY Küpros... 7 5.

More information

DOCUMENT TRANSFERS Job Aid for Document Custodians

DOCUMENT TRANSFERS Job Aid for Document Custodians DOCUMENT TRANSFERS Job Aid for Document Custodians December 2017 These Job Aids provide additional detailed information regarding what is required for institutions that are providing document certification

More information

Kerli Lõhmus PARIM VÕIMALIK KASUTUS KUI KINNISVARA HINDA MÕJUTAV TEGUR HIGHEST AND BEST USE AS A FACTOR AFFECTING THE REAL ESTATE PRICE

Kerli Lõhmus PARIM VÕIMALIK KASUTUS KUI KINNISVARA HINDA MÕJUTAV TEGUR HIGHEST AND BEST USE AS A FACTOR AFFECTING THE REAL ESTATE PRICE EESTI MAAÜLIKOOL Metsandus- ja maaehitusinstituut Kerli Lõhmus PARIM VÕIMALIK KASUTUS KUI KINNISVARA HINDA MÕJUTAV TEGUR HIGHEST AND BEST USE AS A FACTOR AFFECTING THE REAL ESTATE PRICE Magistritöö Maakorralduse

More information

GENERAL CONDITIONS OF SALE POST TRADITION S.R.L.

GENERAL CONDITIONS OF SALE POST TRADITION S.R.L. The following text is a faithful translation of the Italian text GENERAL CONDITIONS OF SALE POST TRADITION S.R.L. 1. DEFINITIONS 1.1. The Seller is Post Tradition S.r.l., with registered seat in Vicenza,

More information

HUD 9548 HUD Sales Contract Package

HUD 9548 HUD Sales Contract Package 1 HUD 9548 HUD Sales Contract Package The Selling Agent is required to have a signed and completed Sales Contract Package, including the Earnest Money deposit, in hand before submitting an electronic bid

More information

The Use of Ontologies in Cadastral Systems

The Use of Ontologies in Cadastral Systems Computer Science and Information Systems 12(3):1033 1053 DOI: 10.2298/CSIS141031009S The Use of Ontologies in Cadastral Systems Dubravka Sladić, Aleksandra Radulović, Miro Govedarica, Dušan Jovanović,

More information

Property Accountability and Inventory Control. Finance and Accounting

Property Accountability and Inventory Control. Finance and Accounting Property Accountability and Inventory Control Finance and Accounting Table of Contents Definitions...1 Definition of Property...1 Library Resources...1 Capitalized Property (Assets)...1 Non-capitalized

More information

Raigarh Branch,Gauri Shanker Mandir Road,,Raigarh (C.G.) PIN code phone: id:

Raigarh Branch,Gauri Shanker Mandir Road,,Raigarh (C.G.) PIN code phone: id: Raigarh Branch,Gauri Shanker Mandir Road,,Raigarh (C.G.) PIN code-496001.phone: 07762-220290. E-mail id: (cbsraigarh@unionbankofindia.com) -------------------------------------------------------------------------------------------------------------------------------

More information

RealEC Interface with Closing Market. The Settlement Industry s Digital Marketplace

RealEC Interface with Closing Market. The Settlement Industry s Digital Marketplace RealEC Interface with Closing Market RealEC & Closing Market Through the RealEC integration with Closing Market, the Title Company and Lender can communicate and share data with one another. Using Event

More information

General Conditions of Purchase

General Conditions of Purchase General Conditions of Purchase General Conditions of Purchase 1. Parties Pikostore SLU (hereinafter, Pikolinos), Tax ID (NIF) B53906590 and registered address calle Galileo Galilei nº2, Elche (Alicante),

More information

April 7, 2016 TIFFANY ADAMS 5 PLEASANT RIDGE DR APT 512 OWINGS MILLS, MD 21117

April 7, 2016 TIFFANY ADAMS 5 PLEASANT RIDGE DR APT 512 OWINGS MILLS, MD 21117 5151 Corporate Drive Troy, Michigan 48098-2639 Phone: (248) 312-2000 www.flagstar.com April 7, 2016 TIFFANY ADAMS 5 PLEASANT RIDGE DR APT 512 OWINGS MILLS, MD 21117 Re: Mortgage Loan #: 00126230 Property

More information

Procedure Manual Department of Administration Effective:

Procedure Manual Department of Administration Effective: STATE OF INDIANA Procedure Manual Department of Administration Effective: 12.01.07 STATE-OWNED SURPLUS PROPERTY PROCEDURES MANUAL Prepared by the Indiana Department of Administration: State and Federal

More information

Elektrooniliste dokumentide haldamise näidisnõuete MoReq2 rakendamine Eestis

Elektrooniliste dokumentide haldamise näidisnõuete MoReq2 rakendamine Eestis Elektrooniliste dokumentide haldamise näidisnõuete MoReq2 rakendamine Eestis (Eesti nullpeatükk MoReq2-le) Versioon 2.0 2012 Sisukord 1. SISSEJUHATUS... 3 2. MOREQ2 TÕLKIMINE JA AVALDAMINE... 4 2.1 Tõlke

More information

CLAIMING YOUR FIND A REALTOR PROFILE

CLAIMING YOUR FIND A REALTOR PROFILE CLAIMING YOUR FIND A REALTOR PROFILE August 21, 2016 2016 Move, Inc. All rights reserved. Do not copy or distribute. THE REALTOR.COM PROFILE Make a stunning first impression Promote your personal brand

More information

ADDITIONAL PROVISIONS FOR ORDERS USING THE GENERAL PROVISIONS FOR PROCURING IT PRODUCTS AND SERVICES NEWPORT NEWS SHIPBUILDING DIVISION SUPPLEMENT

ADDITIONAL PROVISIONS FOR ORDERS USING THE GENERAL PROVISIONS FOR PROCURING IT PRODUCTS AND SERVICES NEWPORT NEWS SHIPBUILDING DIVISION SUPPLEMENT ADDITIONAL PROVISIONS FOR ORDERS USING THE GENERAL PROVISIONS FOR PROCURING IT PRODUCTS AND SERVICES NEWPORT NEWS SHIPBUILDING DIVISION SUPPLEMENT (This document is to be used in conjunction with Huntington

More information

Regular Condominium Guide

Regular Condominium Guide Regular Condominium Guide DISCLAIMER The materials in this training manual are for demonstration purposes only. The forms are subject to change at any time without notice. Use of outdated forms may result

More information

HONG KONG SUZHOU UAE MEAP. RIBA MEAP Access Course RIBA MEAP ACCESS COURSE 2019 UAE

HONG KONG SUZHOU UAE MEAP. RIBA MEAP Access Course RIBA MEAP ACCESS COURSE 2019 UAE HONG KONG SUZHOU UAE MEAP RIBA MEAP Access Course RIBA MEAP ACCESS COURSE 2019 UAE RIBA MEAP access course 2019 - UAE RIBA MEAP access course The RIBA MEAP access course offers: two intensive seminar days

More information

PROPERTY MANAGEMENT REFERENCE MANUAL

PROPERTY MANAGEMENT REFERENCE MANUAL PROPERTY MANAGEMENT REFERENCE MANUAL OFFICE FOR SPONSORED PROGRAMS BOSTON COLLEGE Chestnut Hill, MA 02467 April 2007(rev. 9/2014, 4/2016) Table of Contents FOREWORD 1 Page A. Definitions 2 B. Responsibility

More information

Notes from Guest Contributor Mary Ross

Notes from Guest Contributor Mary Ross IPM-Software November 10, 2009 Notes from Guest Contributor Mary Ross Changes to the 50059 and Voucher Submission Process Are Your Vouchers Really Subject to Adjustment? As HUD continues to refine the

More information

Lesson 10: Additional Broker Duties

Lesson 10: Additional Broker Duties Lesson 10 Lesson 10: Additional Broker Duties Learning Objectives * Informing and Responding to Clients * Minimum Services Requirements TREC Rules 535.2 (f) Listings and other agreements for real estate

More information

SABIC INNOVATIVE PLASTICS ARGENTINA CONDITIONS OF SALE

SABIC INNOVATIVE PLASTICS ARGENTINA CONDITIONS OF SALE Conditions of Sale SABIC INNOVATIVE PLASTICS ARGENTINA CONDITIONS OF SALE 1. DEFINITIONS. As used below, Seller means SABIC Innovative Plastics Argentina S.R.L., an affiliated company of SABIC Innovative

More information