POST api/superadmin/projects/{projectId}/addCrmToProject
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
SuperadminAddCrmToProject| Name | Description | Type | Additional information |
|---|---|---|---|
| crmId | string |
Required |
|
| priceForEmptyComment | decimal number |
Required |
|
| priceForCommentWithAnchor | decimal number |
Required |
|
| priceForCommentWithoutAnchor | decimal number |
Required |
|
| priceForFastTask | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"crmId": "sample string 1",
"priceForEmptyComment": 2.0,
"priceForCommentWithAnchor": 3.0,
"priceForCommentWithoutAnchor": 4.0,
"priceForFastTask": 5.0
}
application/xml, text/xml
Sample:
<SuperadminAddCrmToProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Users"> <crmId>sample string 1</crmId> <priceForCommentWithAnchor>3</priceForCommentWithAnchor> <priceForCommentWithoutAnchor>4</priceForCommentWithoutAnchor> <priceForEmptyComment>2</priceForEmptyComment> <priceForFastTask>5</priceForFastTask> </SuperadminAddCrmToProject>
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.