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": "ee84b4f7-7759-457c-b134-7dc98ad4e52c",
  "ConsultationURL": "sample string 2",
  "UserId": "38d24c2e-f1d9-4cb0-ac95-003f67f69853"
}

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.