POST api/CRM/DeleteCRMCompanyAttachment

Request Information

URI Parameters

None.

Body Parameters

CRMCompanyAttachment
NameDescriptionTypeAdditional information
CCA_ID

integer

None.

CCP_ID

integer

None.

CCA_NAME

string

None.

CCA_DETAILS

string

None.

CCA_FILE_DETAILS

string

None.

CCP_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CCA_ID": 1,
  "CCP_ID": 1,
  "CCA_NAME": "sample string 1",
  "CCA_DETAILS": "sample string 2",
  "CCA_FILE_DETAILS": "sample string 3",
  "CCP_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<CRMCompanyAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CCA_DETAILS>sample string 2</CCA_DETAILS>
  <CCA_FILE_DETAILS>sample string 3</CCA_FILE_DETAILS>
  <CCA_ID>1</CCA_ID>
  <CCA_NAME>sample string 1</CCA_NAME>
  <CCP_CREATED_BY>1</CCP_CREATED_BY>
  <CCP_ID>1</CCP_ID>
</CRMCompanyAttachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.