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": "0db8dbb0-1862-43ea-bc14-bce51d31911b",
  "ConsultationURL": "sample string 2",
  "UserId": "1c8ddf6d-1fc2-45c3-a630-aaf33d9e5fb5"
}

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.