PUT api/superadmin/projects/{projectId}/externalCrms/{id}
put external crm
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
|
| id | string |
Required |
Body Parameters
SuperadminaddExternalCrmToProject| Name | Description | Type | Additional information |
|---|---|---|---|
| crmId | string |
Required |
|
| crmPriceForEmptyComment | decimal number |
Required |
|
| crmPriceForCommentWithAnchor | decimal number |
Required |
|
| crmPriceForCommentWithoutAnchor | decimal number |
Required |
|
| crmPriceForFastTask | decimal number |
Required |
|
| adminPriceForEmptyComment | decimal number |
Required |
|
| adminPriceForCommentWithAnchor | decimal number |
Required |
|
| adminPriceForCommentWithoutAnchor | decimal number |
Required |
|
| adminPriceForFastTask | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"crmId": "sample string 1",
"crmPriceForEmptyComment": 2.0,
"crmPriceForCommentWithAnchor": 3.0,
"crmPriceForCommentWithoutAnchor": 4.0,
"crmPriceForFastTask": 5.0,
"adminPriceForEmptyComment": 6.0,
"adminPriceForCommentWithAnchor": 7.0,
"adminPriceForCommentWithoutAnchor": 8.0,
"adminPriceForFastTask": 9.0
}
application/xml, text/xml
Sample:
<SuperadminaddExternalCrmToProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Users"> <adminPriceForCommentWithAnchor>7</adminPriceForCommentWithAnchor> <adminPriceForCommentWithoutAnchor>8</adminPriceForCommentWithoutAnchor> <adminPriceForEmptyComment>6</adminPriceForEmptyComment> <adminPriceForFastTask>9</adminPriceForFastTask> <crmId>sample string 1</crmId> <crmPriceForCommentWithAnchor>3</crmPriceForCommentWithAnchor> <crmPriceForCommentWithoutAnchor>4</crmPriceForCommentWithoutAnchor> <crmPriceForEmptyComment>2</crmPriceForEmptyComment> <crmPriceForFastTask>5</crmPriceForFastTask> </SuperadminaddExternalCrmToProject>
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.