POST api/Customs/InstantAppointmentPost
InstantAppointmentPost
Request Information
URI Parameters
None.
Body Parameters
InstantAppointmentModelName | 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": "70c2f7f7-e47f-42d9-aaf6-57a6f145ca35", "ConsultationURL": "sample string 2", "UserId": "fd7fa346-70d7-40a6-92c6-10a0d93872c1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.