پرش به مطلب اصلی

postSubmitPostRequest

chat_enabledboolean

امکان چت فعال باشد

Example: true
citystring

شهر آگهی

Example: tehran
descriptionstring

توضیحات آگهی

Example: I'm available only in chat.
districtstring

محله آگهی

Example: abshar
hide_phoneboolean

عدم نمایش شماره تماس به کاربران

Example: true
imagesstring[]
latitudenumber<double>

عرض جغرافیایی آگهی

Example: 35.7152
location_typeSubmitPostRequestLocationType (string)

Possible values: [LOCATION_TYPE_EXACT, LOCATION_TYPE_APPROXIMATE]

longitudenumber<double>

طول جغرافیایی آگهی

Example: 51.4043
services object
categorypostServicesFieldsCategory (string)

Possible values: [CATEGORY_CAR_AND_MOTOR, CATEGORY_CATERING, CATEGORY_COMPUTER_AND_MOBILE, CATEGORY_ACCOUNTING_AND_FINANCE, CATEGORY_TRANSPORT, CATEGORY_CRAFTSMEN, CATEGORY_BEAUTY_AND_HAIRCARE, CATEGORY_CLEANING, CATEGORY_GARDEN_AND_LANDSCAPING, CATEGORY_TEACHING]

expertise_idsstring[]

List of expertise ids

Example: ["1","2"]
work_hours_endinteger<int32>

End hour of work in 24-hour format (e.g. 18 for 18:00). Only applicable if works_24_7 is false.

Example: 18
work_hours_startinteger<int32>

Start hour of work in 24-hour format (e.g. 9 for 9:00). Only applicable if works_24_7 is false.

Example: 9
work_on_holidaysboolean

Whether the service provider works on holidays

Example: true
works_24_7boolean

Whether the service provider is available 24/7. If true, work_hours_start and work_hours_end are ignored.

Example: false
temporary_residence object
areainteger<int32>

متراژ اقامتگاه به متر مربع

Example: 100
extra_person_capacityinteger<int32>

تعداد افراد اضافه مجاز در اقامتگاه

Example: 2
has_own_imageboolean

تصاویر مربوط به خود ملک بوده و تزئینی نیستند.

Example: true
price_cost_per_extra_personstring<int64>

هزینه هر نفر اضافه به ازای هر شب به تومان

Example: 150000
price_regular_daysstring<int64>

قیمت اقامتگاه در روزهای عادی (شنبه تا سه‌شنبه) به تومان

Example: 1000000
price_special_daysstring<int64>

قیمت اقامتگاه در روزهای خاص (تعطیلات و مناسبت‌ها) به تومان

Example: 1500000
price_weekendsstring<int64>

قیمت اقامتگاه در آخر هفته (چهارشنبه تا جمعه) به تومان

Example: 1200000
regular_person_capacityinteger<int32>

ظرفیت استاندارد افراد در اقامتگاه

Example: 4
rooms_countTemporaryResidenceFieldsRoomsCount (string)

Possible values: [ROOMS_COUNT_0, ROOMS_COUNT_1, ROOMS_COUNT_2, ROOMS_COUNT_3, ROOMS_COUNT_4, ROOMS_COUNT_5_OR_MORE]

titlestring

عنوان آگهی

Example: Temporary Residence for Rent in Tehran
postSubmitPostRequest
{
"chat_enabled": true,
"city": "tehran",
"description": "I'm available only in chat.",
"district": "abshar",
"hide_phone": true,
"images": [
"string"
],
"latitude": 35.7152,
"location_type": "LOCATION_TYPE_EXACT",
"longitude": 51.4043,
"services": {
"category": "CATEGORY_CAR_AND_MOTOR",
"expertise_ids": [
"1",
"2"
],
"work_hours_end": 18,
"work_hours_start": 9,
"work_on_holidays": true,
"works_24_7": false
},
"temporary_residence": {
"area": 100,
"extra_person_capacity": 2,
"has_own_image": true,
"price_cost_per_extra_person": 150000,
"price_regular_days": 1000000,
"price_special_days": 1500000,
"price_weekends": 1200000,
"regular_person_capacity": 4,
"rooms_count": "ROOMS_COUNT_0"
},
"title": "Temporary Residence for Rent in Tehran"
}