POST api/Customs/InstantAppointmentPost
InstantAppointmentPost
Request Information
URI Parameters
None.
Body Parameters
InstantAppointmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ConsultationURL | string |
None. |
|
| UserId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": "047c280b-427d-4505-85d0-5461ac803251",
"ConsultationURL": "sample string 2",
"UserId": "fb0e3b83-39a9-4bf4-b110-3ba142228fd8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.