POST api/AppointmentRequestReasonsSent

Flags an appointment request reasons as sent to the integrating system.

Request Information

URI Parameters

None.

Body Parameters

Model used to set an appointment request reasons as changed to the integrating system.

AppointmentRequestReasonReceivedModel
NameDescriptionTypeAdditional information
InternalID

ID of object to be marked as received (Required).

globally unique identifier

None.

Success

Success.

boolean

None.

ResultMessage

Result message.

string

None.

LastChanged

Timestamp value of the last modification.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "internalID": "ccd6f5e4-1286-487a-b6f0-c76f501ed028",
  "success": true,
  "resultMessage": "sample string 3",
  "lastChanged": "sample string 4"
}

application/xml, text/xml

Sample:
<AppointmentRequestReasonReceivedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models.AppointmentRequestReasons">
  <InternalID>ccd6f5e4-1286-487a-b6f0-c76f501ed028</InternalID>
  <LastChanged>sample string 4</LastChanged>
  <ResultMessage>sample string 3</ResultMessage>
  <Success>true</Success>
</AppointmentRequestReasonReceivedModel>

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 'AppointmentRequestReasonReceivedModel'.

Response Information

Resource Description

AppointmentRequestReasonReceivedModel
NameDescriptionTypeAdditional information
InternalID

ID of object to be marked as received (Required).

globally unique identifier

None.

Success

Success.

boolean

None.

ResultMessage

Result message.

string

None.

LastChanged

Timestamp value of the last modification.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "internalID": "1dc14032-f2c9-4932-b25b-18685fd64f2d",
  "success": true,
  "resultMessage": "sample string 3",
  "lastChanged": "sample string 4"
}

application/xml, text/xml

Sample:
<AppointmentRequestReasonReceivedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models.AppointmentRequestReasons">
  <InternalID>1dc14032-f2c9-4932-b25b-18685fd64f2d</InternalID>
  <LastChanged>sample string 4</LastChanged>
  <ResultMessage>sample string 3</ResultMessage>
  <Success>true</Success>
</AppointmentRequestReasonReceivedModel>