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": "3cd52c35-1b92-4989-be98-97060862d2c9",
"ConsultationURL": "sample string 2",
"UserId": "139c7f7f-6537-4585-ac6f-b255de66d02a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.