GET api/crm/trn/support/attachment/list/{supportId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| supportId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CrmTrnSupportAttachmentEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SPId | integer |
None. |
|
| Attachment | string |
None. |
|
| AttachmentURL | string |
None. |
|
| AttachmentType | string |
None. |
|
| Particulars | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SPId": 2,
"Attachment": "sample string 3",
"AttachmentURL": "sample string 4",
"AttachmentType": "sample string 5",
"Particulars": "sample string 6"
},
{
"Id": 1,
"SPId": 2,
"Attachment": "sample string 3",
"AttachmentURL": "sample string 4",
"AttachmentType": "sample string 5",
"Particulars": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfCrmTrnSupportAttachmentEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/easyfiscrm_api.Entities">
<CrmTrnSupportAttachmentEntity>
<Attachment>sample string 3</Attachment>
<AttachmentType>sample string 5</AttachmentType>
<AttachmentURL>sample string 4</AttachmentURL>
<Id>1</Id>
<Particulars>sample string 6</Particulars>
<SPId>2</SPId>
</CrmTrnSupportAttachmentEntity>
<CrmTrnSupportAttachmentEntity>
<Attachment>sample string 3</Attachment>
<AttachmentType>sample string 5</AttachmentType>
<AttachmentURL>sample string 4</AttachmentURL>
<Id>1</Id>
<Particulars>sample string 6</Particulars>
<SPId>2</SPId>
</CrmTrnSupportAttachmentEntity>
</ArrayOfCrmTrnSupportAttachmentEntity>