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": "6d14a995-2bf8-4f65-b436-4a03e2c078c3",
  "ConsultationURL": "sample string 2",
  "UserId": "e7ad3e5f-1c69-4165-aa49-c761f778e50f"
}

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.