POST api/crm/{crmId}/toAdminBl
add some resourse if u think that this not need
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| crmId | string |
Required |
Body Parameters
CRMNewPreview| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
None. |
|
| reason | string |
None. |
|
| reference | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"projectId": 1,
"reason": "sample string 2",
"reference": "sample string 3"
}
application/xml, text/xml
Sample:
<CRMNewPreview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.BlackList"> <projectId>1</projectId> <reason>sample string 2</reason> <reference>sample string 3</reference> </CRMNewPreview>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.