POST api/crm/trn/support/attachment/add
Request Information
URI Parameters
None.
Body Parameters
CrmTrnSupportAttachmentEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SPId | integer |
None. |
|
| Attachment | string |
None. |
|
| AttachmentURL | string |
None. |
|
| AttachmentType | string |
None. |
|
| Particulars | string |
None. |
Request 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"
}
application/xml, text/xml
Sample:
<CrmTrnSupportAttachmentEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/easyfiscrm_api.Entities"> <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>
application/x-www-form-urlencoded
Sample:
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. |