POST Consultation/Create

Создать новую платную конференцию

Request Information

URI Parameters

None.

Body Parameters

ConsultationCreateForm
NameDescriptionTypeAdditional information
name

Название

string

None.

desc

Описание

string

None.

experienceIds

Идентификаторы навыков

Collection of integer

None.

price

Цена за минуту

decimal number

None.

purse

тип WM кошелька

ConsultPurseType

None.

freeTime

количество бесплатных секунд

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "desc": "sample string 2",
  "experienceIds": [
    1,
    2
  ],
  "price": 3.0,
  "purse": 2,
  "freeTime": 1
}

Response Information

Resource Description

Идентификатор новой консультацию

integer

Response Formats

application/json, text/json

Sample:
1