그래프 API 버전

    Hotel Hotel Rooms

    읽기

    이 엔드포인트에서 수행할 수 없는 작업입니다.

    만들기

    Example to create a hotel room type with multiple price configurations:

    curl \
    -X POST \
    -F "room_id=r_3" \
    -F "name=Sample room type" \
    -F "description=room type description" \
    -F "base_price=159" \
    -F "currency=USD" \
    -F "url=http://www.example.com/sampleroom" \
    -F "price= [ \
      { \
        'check_in_date':'2016-04-01', \
        'fees':10, \
        'nights':1, \
        'price':170, \
        'tax':14 \
      }, \
      { \
        'check_in_date':'2016-04-01', \
        'fees':10, \
        'nights':5, \
        'price':130, \
        'tax':10 \
      } \
    ]" \
    -F "access_token=<ACCESS_TOKEN>" \
    https://graph.facebook.com/<API_VERSION>/<HOTEL_ID>/hotel_rooms

    Please note that we support one roome type per hotel currently.

    이 엔드포인트에서 수행할 수 없는 작업입니다.

    업데이트 중

    이 엔드포인트에서 수행할 수 없는 작업입니다.

    삭제 중

    이 엔드포인트에서 수행할 수 없는 작업입니다.