POST api/TelegramSend
Request Information
URI Parameters
None.
Body Parameters
telergramObj| Name | Description | Type | Additional information |
|---|---|---|---|
| chartid | string |
None. |
|
| filename | string |
None. |
|
| fileBytes | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"chartid": "sample string 1",
"filename": "sample string 2",
"fileBytes": "QEA="
}
text/html
Sample:
{"chartid":"sample string 1","filename":"sample string 2","fileBytes":"QEA="}
application/xml, text/xml
Sample:
<telergramObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tele.WebAPI.Controllers"> <chartid>sample string 1</chartid> <fileBytes>QEA=</fileBytes> <filename>sample string 2</filename> </telergramObj>
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. |