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": "0a9f75a6-72cc-4b9c-83bf-ae20fcc73663",
"ConsultationURL": "sample string 2",
"UserId": "c51dd787-7530-4e69-960c-dcaba30cf981"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.