POST Consultation/Apply
Request Information
URI Parameters
None.
Body Parameters
ConsultationApplyFormName | Description | Type | Additional information |
---|---|---|---|
consultationId | integer |
None. |
|
desc | string |
None. |
|
startDate | date |
None. |
|
duration |
Seconds (6 days 23:59 is maximum) |
decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "consultationId": 1, "desc": "sample string 2", "startDate": "2023-09-26T12:46:25.4985451+03:00", "duration": 4.1 }
Response Information
Resource Description
None.