POST Appointments/Status
Request Information
URI Parameters
None.
Body Parameters
AppointmentStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| ExtRef | string |
Required |
|
| Notes | string |
Max length: 4000 |
|
| ClassificationCode | string |
Max length: 20 |
|
| CustomProperties | Dictionary of string [key] and string [value] |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExtRef": "sample string 1",
"Notes": "sample string 2",
"ClassificationCode": "sample string 3",
"CustomProperties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Status": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"