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": "a19433c8-1bcc-489e-b028-4d5c49c22e50",
"ConsultationURL": "sample string 2",
"UserId": "ed2fe2d7-9774-4765-b3c8-4ac2f7c6aef6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.