POST api/Customs/InstantAppointmentPost

InstantAppointmentPost

Request Information

URI Parameters

None.

Body Parameters

InstantAppointmentModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ConsultationURL

string

None.

UserId

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": "34675c43-dfbb-47e6-bb00-296412e8872a",
  "ConsultationURL": "sample string 2",
  "UserId": "277bfb3a-0f90-4261-ac80-7044af81c8d0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.