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": "eda55a86-5258-42c7-bce9-25edc0e470e6", "ConsultationURL": "sample string 2", "UserId": "711896fb-7581-456f-82f5-4c9e2864b114" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.