דרושים פרילנסרים להבאת מידע מ WEBSERVICE ל GOOGLE SHEETS
Project # 95035
Job Statistics
| 5 Bids |
budget
Up to 2,500 ILS
|
bidding ends in
mins
|
bid range
160
ILS
-
270
ILS
/ hour
2,500
ILS
-
3,000
ILS
/ project
|
average bid
210
ILS
/ hour
2,750
ILS
/ project
|
Job Info And Actions
Posted:
12:23, 11 Apr., 2016
Ends:
12:42, 21 May., 2016
דרושים פרילנסרים להבאת מידע מ WEBSERVICE ל GOOGLE SHEETS
כלל הפרויקט יבוצע במערכת הסקריפטים של גוגל SHEETS
יש לפנות ל WEBSERVICE על פי פרמטרים שכתובים בגוגל SHEETS
ולהחזיר את התוצאות לגליון בגוגל SHEETS
מדובר במערכת מחירים של בתי מלון.
ה INPUT
מערך של: תאריך כניסה, תאריך יציאה, שם בית מלון, עיר
ה OUTPUT
מערך של: תאריך כניסה, תאריך יציאה, שם בית מלון, עיר, מחיר, כולל ארוחת בוקר (כן או לא), תאריך אחרון לביטול.
ה INPUT יהיה גליון בתוך הקובץ
ה OUTPUT יהיה גליון בתוך הקובץ
שאילתא לדוגמא:
<request version="4.0">
<auth>
<username>example</username>
<password>example</password>
<agent>example</agent>
<clientIp>1.2.3.4</clientIp>
<clientUserAgent>example user agent</clientUserAgent>
</auth>
<hotel-search entityType="location" entityID="4223">
<dates from="2014-08-01" to="2014-08-02"/>
<filters>
<filter type="payAtTheHotel">1</filter>
<filter type="onRequest">0</filter>
<filter type="showSpecialDeals">1</filter>
<filter type="getPackageRates">1</filter>
</filters>
<pax-group customerCountryCode="DE">
<pax>
<adults count="2" />
<children count="2">
<age>11</age>
<age>12</age>
</children>
</pax>
</pax-group>
<currencies default="EUR">
<currency code="EUR"/>
<currency code="GBP"/>
<currency code="USD"/>
</currencies>
</hotel-search>
</request>
תוצאה:
<response success="1" session="dv.Uw8IU6CsA">
<job status="working"/>
<server>http://mishor.example.com/</server>
<results last="19494" count="406">
<result id="4762" providers="innstant.travel" availableBoards="RO" hasPackageRate="0">
<price currency="EUR" final="1" minCommissionablePrice="317.724" minAllowedPrice="861.17">
<min-rooms>
<min-room board="RO" commissionAble="1" roomCount="2">Tower Room, 1 King Bed</min-room>
</min-rooms>
</price>
<combinations>
<combination price="469.4" currency="EUR" commissionable="1" billable="1"/>
</combinations>
</result>
<result id="21917" providers="innstant.travel" availableBoards="RO,BB" hasPackageRate="1">
<price currency="EUR" final="1" minCommissionablePrice="557.425" minAllowedPrice="0">
<min-rooms>
<min-room board="RO" commissionAble="1" roomCount="1">Superior Room NON-REFUNDABLE</min-room>
</min-rooms>
</price>
<non-billable-price currency="EUR" final="1" minCommissionablePrice="956.56">
<min-rooms>
<min-room board="RO" commissionAble="1" roomCount="1">Double Superior</min-room>
</min-rooms>
</non-billable-price>
<combinations>
<combination price="1284.69" currency="EUR" commissionable="1" billable="1" pricePerRoom="0"/>
</combinations>
<special-deals>
<special-deal><![CDATA[1 Night Free]]></special-deal>
<special-deal><![CDATA[Special Discount]]></special-deal>
</special-deals>
</result>
...
</results>
</response>
יש לפנות ל WEBSERVICE על פי פרמטרים שכתובים בגוגל SHEETS
ולהחזיר את התוצאות לגליון בגוגל SHEETS
מדובר במערכת מחירים של בתי מלון.
ה INPUT
מערך של: תאריך כניסה, תאריך יציאה, שם בית מלון, עיר
ה OUTPUT
מערך של: תאריך כניסה, תאריך יציאה, שם בית מלון, עיר, מחיר, כולל ארוחת בוקר (כן או לא), תאריך אחרון לביטול.
ה INPUT יהיה גליון בתוך הקובץ
ה OUTPUT יהיה גליון בתוך הקובץ
שאילתא לדוגמא:
<request version="4.0">
<auth>
<username>example</username>
<password>example</password>
<agent>example</agent>
<clientIp>1.2.3.4</clientIp>
<clientUserAgent>example user agent</clientUserAgent>
</auth>
<hotel-search entityType="location" entityID="4223">
<dates from="2014-08-01" to="2014-08-02"/>
<filters>
<filter type="payAtTheHotel">1</filter>
<filter type="onRequest">0</filter>
<filter type="showSpecialDeals">1</filter>
<filter type="getPackageRates">1</filter>
</filters>
<pax-group customerCountryCode="DE">
<pax>
<adults count="2" />
<children count="2">
<age>11</age>
<age>12</age>
</children>
</pax>
</pax-group>
<currencies default="EUR">
<currency code="EUR"/>
<currency code="GBP"/>
<currency code="USD"/>
</currencies>
</hotel-search>
</request>
תוצאה:
<response success="1" session="dv.Uw8IU6CsA">
<job status="working"/>
<server>http://mishor.example.com/</server>
<results last="19494" count="406">
<result id="4762" providers="innstant.travel" availableBoards="RO" hasPackageRate="0">
<price currency="EUR" final="1" minCommissionablePrice="317.724" minAllowedPrice="861.17">
<min-rooms>
<min-room board="RO" commissionAble="1" roomCount="2">Tower Room, 1 King Bed</min-room>
</min-rooms>
</price>
<combinations>
<combination price="469.4" currency="EUR" commissionable="1" billable="1"/>
</combinations>
</result>
<result id="21917" providers="innstant.travel" availableBoards="RO,BB" hasPackageRate="1">
<price currency="EUR" final="1" minCommissionablePrice="557.425" minAllowedPrice="0">
<min-rooms>
<min-room board="RO" commissionAble="1" roomCount="1">Superior Room NON-REFUNDABLE</min-room>
</min-rooms>
</price>
<non-billable-price currency="EUR" final="1" minCommissionablePrice="956.56">
<min-rooms>
<min-room board="RO" commissionAble="1" roomCount="1">Double Superior</min-room>
</min-rooms>
</non-billable-price>
<combinations>
<combination price="1284.69" currency="EUR" commissionable="1" billable="1" pricePerRoom="0"/>
</combinations>
<special-deals>
<special-deal><![CDATA[1 Night Free]]></special-deal>
<special-deal><![CDATA[Special Discount]]></special-deal>
</special-deals>
</result>
...
</results>
</response>
skills required
attachments
Please sign in to access project files
the client
Please
sign in
to contact the client
updates
Please sign in to view project updates
Bid from asafg
|
270 ILS
Per hour
6 projects
|
אסף גרי
אבטליון
שלום זיו,
אני מביא עמי נסיון של קרוב לעשרים שנה בפיתוח תוכנה, רובו בטכנולוגיות Java. מעבר לJava אני שולט במגוון שפות וטכנולוגיות אחרות, כולל שפות סקריפטים למיניהן (Perl, Python, Ruby/RoR, bash, sed וכו'), שפות "כבדות" יותר (כגון ++C/C ו-Scala), וכמובן טכנולוגיות Web למיניהן.
אני אוהב מאד אתגרים, בעיקר כאלה המערבים עבודה של התאים האפורים וכאלה הדורשים חשיבה יצירתית.
אני דוגל במקצוענות - הקוד שלי יעיל, ברור, מתועד היטב ומוקפד. אני שואף שכל לקוחותי יוכלו להסתדר בלעדי בתום העבודה. זה כרטיס הביקור שלי.
אשמח לבצע עבורך את העבודה.
הצעת המחיר שנתתי היא שעתית.
אשמח לקבל פרטים נוספים, בכדי שאוכל לתת לך הצעה למחיר קבוע (fixed price).
אנא צור עמי קשר בטלפון 054-2215733.
בברכה,
אסף גרי
|
Private Bid
Private Bid
|
2 projects
|
|
Private Bid
Private Bid
|
0 projects
|
|
Private Bid
Private Bid
|
0 projects
|
|
Private Bid
Private Bid
|
0 projects
|
|