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": "b7dcd40d-5138-4f9c-82b5-5aca7b4dccc0",
  "ConsultationURL": "sample string 2",
  "UserId": "05097367-07b4-4fc5-a8d0-2b2358ae1513"
}

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.