POST api/AppointmentConfirmation?customerNumber={customerNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerNumber

string

Required

Body Parameters

AppointmentConfirmation
NameDescriptionTypeAdditional information
CustomerNumber

string

None.

Package

string

None.

AppointmentId

string

Required

ConfirmationStatus

string

Required

ConfirmationMessage

string

None.

ConfirmationSource

string

Required

OperationTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerNumber": "sample string 1",
  "Package": "sample string 2",
  "AppointmentId": "sample string 3",
  "ConfirmationStatus": "sample string 4",
  "ConfirmationMessage": "sample string 5",
  "ConfirmationSource": "sample string 6",
  "OperationTime": "2025-12-16T00:51:39.4710076+00:00"
}

application/xml, text/xml

Sample:
<AppointmentConfirmation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScheduledJobModels">
  <AppointmentId>sample string 3</AppointmentId>
  <ConfirmationMessage>sample string 5</ConfirmationMessage>
  <ConfirmationSource>sample string 6</ConfirmationSource>
  <ConfirmationStatus>sample string 4</ConfirmationStatus>
  <CustomerNumber>sample string 1</CustomerNumber>
  <OperationTime>2025-12-16T00:51:39.4710076+00:00</OperationTime>
  <Package>sample string 2</Package>
</AppointmentConfirmation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AppointmentConfirmation'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.