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": "953e6773-96f8-4fc6-a568-f0d0930888b4",
"ConsultationURL": "sample string 2",
"UserId": "228e85a6-ee6e-4c36-9afa-905e4ca74ab6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.