PUT api/superadmin/projects/{projectId}
Rest put request to change admin id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
SuperAdminProject| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
None. |
|
| name | string |
Required |
|
| budgetOfproject | decimal number |
None. |
|
| themeOfSite | string |
Required |
|
| numOfReferenceOnKey | integer |
None. |
|
| dateOfFinish | date |
None. |
|
| isYandex | boolean |
Required |
|
| yandexCountryCheck | string |
None. |
|
| yandexCityCheck | string |
None. |
|
| yandexTopCheck | integer |
None. |
|
| isGoogle | boolean |
Required |
|
| googleCountryCheck | string |
None. |
|
| googleTopCheck | integer |
None. |
|
| tic | integer |
None. |
|
| moz | integer |
None. |
|
| priceForCommentWithAnchor | decimal number |
Required |
|
| priceForEmptyComment | decimal number |
Required |
|
| priceForCommentWithoutAnchor | decimal number |
Required |
|
| priceForFastTask | decimal number |
Required |
|
| isMoz | boolean |
Required |
|
| isTic | boolean |
Required |
|
| isAlexa | boolean |
Required |
|
| isLinkpad | boolean |
Required |
|
| alexa | integer |
None. |
|
| linkpad | integer |
None. |
|
| comment | string |
None. |
|
| addManual | boolean |
None. |
|
| leveling | boolean |
Required |
|
| levelingCount | integer |
None. |
|
| linksWithAnchor | boolean |
Required |
|
| linksWithAnchorCount | integer |
None. |
|
| linksWithoutAnchor | boolean |
Required |
|
| linksWithoutAnchorCount | integer |
None. |
|
| levelingCountPerDay | integer |
None. |
|
| ownerId | string |
Required |
|
| perDomain | integer |
None. |
|
| refencesCountDayLimit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"projectId": 1,
"name": "sample string 2",
"budgetOfproject": 3.0,
"themeOfSite": "sample string 4",
"numOfReferenceOnKey": 5,
"dateOfFinish": "2026-02-05T00:10:56.910035+00:00",
"isYandex": true,
"yandexCountryCheck": "sample string 8",
"yandexCityCheck": "sample string 9",
"yandexTopCheck": 10,
"isGoogle": true,
"googleCountryCheck": "sample string 12",
"googleTopCheck": 13,
"tic": 1,
"moz": 1,
"priceForCommentWithAnchor": 14.0,
"priceForEmptyComment": 15.0,
"priceForCommentWithoutAnchor": 16.0,
"priceForFastTask": 17.0,
"isMoz": true,
"isTic": true,
"isAlexa": true,
"isLinkpad": true,
"alexa": 1,
"linkpad": 1,
"comment": "sample string 22",
"addManual": true,
"leveling": true,
"levelingCount": 1,
"linksWithAnchor": true,
"linksWithAnchorCount": 1,
"linksWithoutAnchor": true,
"linksWithoutAnchorCount": 1,
"levelingCountPerDay": 1,
"ownerId": "sample string 27",
"perDomain": 28,
"refencesCountDayLimit": 29
}
application/xml, text/xml
Sample:
<SuperAdminProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Users"> <addManual>true</addManual> <alexa>1</alexa> <budgetOfproject>3</budgetOfproject> <comment>sample string 22</comment> <dateOfFinish>2026-02-05T00:10:56.910035+00:00</dateOfFinish> <googleCountryCheck>sample string 12</googleCountryCheck> <googleTopCheck>13</googleTopCheck> <isAlexa>true</isAlexa> <isGoogle>true</isGoogle> <isLinkpad>true</isLinkpad> <isMoz>true</isMoz> <isTic>true</isTic> <isYandex>true</isYandex> <leveling>true</leveling> <levelingCount>1</levelingCount> <levelingCountPerDay>1</levelingCountPerDay> <linkpad>1</linkpad> <linksWithAnchor>true</linksWithAnchor> <linksWithAnchorCount>1</linksWithAnchorCount> <linksWithoutAnchor>true</linksWithoutAnchor> <linksWithoutAnchorCount>1</linksWithoutAnchorCount> <moz>1</moz> <name>sample string 2</name> <numOfReferenceOnKey>5</numOfReferenceOnKey> <ownerId>sample string 27</ownerId> <perDomain>28</perDomain> <priceForCommentWithAnchor>14</priceForCommentWithAnchor> <priceForCommentWithoutAnchor>16</priceForCommentWithoutAnchor> <priceForEmptyComment>15</priceForEmptyComment> <priceForFastTask>17</priceForFastTask> <projectId>1</projectId> <refencesCountDayLimit>29</refencesCountDayLimit> <themeOfSite>sample string 4</themeOfSite> <tic>1</tic> <yandexCityCheck>sample string 9</yandexCityCheck> <yandexCountryCheck>sample string 8</yandexCountryCheck> <yandexTopCheck>10</yandexTopCheck> </SuperAdminProject>
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.