POST api/Kafka/UpdateAppointmentChart
Request Information
URI Parameters
None.
Body Parameters
AppointmentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| MyTeam | string |
None. |
|
| Type | string |
None. |
|
| Source | string |
None. |
|
| SenderId | integer |
None. |
|
| ProviderId | integer |
None. |
|
| Data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"myTeam": "sample string 1",
"type": "sample string 2",
"source": "sample string 3",
"senderId": 1,
"providerId": 1,
"data": "sample string 4"
}
application/xml, text/xml
Sample:
<AppointmentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DataStreamDTO"> <Data>sample string 4</Data> <MyTeam>sample string 1</MyTeam> <ProviderId>1</ProviderId> <SenderId>1</SenderId> <Source>sample string 3</Source> <Type>sample string 2</Type> </AppointmentInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |