POST TCR/uploadMessageAttachments
Request Information
URI Parameters
None.
Body Parameters
SendAttachmentDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageID | string |
None. |
|
| AttachDetailsDataList | AttachDetailsList |
None. |
Request Formats
application/json, text/json
Sample:
{
"MessageID": "sample string 1",
"AttachDetailsDataList": {
"AttachDetails": [
{
"Size": "sample string 1",
"Attachment": "sample string 2",
"AttachmentName": "sample string 3",
"AttachmentType": "sample string 4",
"AttachmentUrl": "sample string 5"
},
{
"Size": "sample string 1",
"Attachment": "sample string 2",
"AttachmentName": "sample string 3",
"AttachmentType": "sample string 4",
"AttachmentUrl": "sample string 5"
}
]
}
}
application/xml, text/xml
Sample:
<SendAttachmentDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
<AttachDetailsDataList>
<AttachDetails>
<AttachmentDataInsert>
<Attachment>sample string 2</Attachment>
<AttachmentName>sample string 3</AttachmentName>
<AttachmentType>sample string 4</AttachmentType>
<AttachmentUrl>sample string 5</AttachmentUrl>
<Size>sample string 1</Size>
</AttachmentDataInsert>
<AttachmentDataInsert>
<Attachment>sample string 2</Attachment>
<AttachmentName>sample string 3</AttachmentName>
<AttachmentType>sample string 4</AttachmentType>
<AttachmentUrl>sample string 5</AttachmentUrl>
<Size>sample string 1</Size>
</AttachmentDataInsert>
</AttachDetails>
</AttachDetailsDataList>
<MessageID>sample string 1</MessageID>
</SendAttachmentDetails>
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. |