POST api/admin/{adminId}/project/{projectId}/AddToProject/{crmId}

Post Add CRM to project

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

crmId

string

Required

adminId

string

Required

Body Parameters

ChangePrice
NameDescriptionTypeAdditional information
priceForEmptyComment

decimal number

None.

priceForCommentWithAnchor

decimal number

None.

priceForCommentWithoutAnchor

decimal number

None.

priceForFastTask

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "priceForEmptyComment": 1.0,
  "priceForCommentWithAnchor": 2.0,
  "priceForCommentWithoutAnchor": 3.0,
  "priceForFastTask": 4.0
}

application/xml, text/xml

Sample:
<ChangePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Projects">
  <priceForCommentWithAnchor>2</priceForCommentWithAnchor>
  <priceForCommentWithoutAnchor>3</priceForCommentWithoutAnchor>
  <priceForEmptyComment>1</priceForEmptyComment>
  <priceForFastTask>4</priceForFastTask>
</ChangePrice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.