POST Skills/AdminExperienceSetNewValues
Request Information
URI Parameters
None.
Body Parameters
ExperienceSetNewValuesFormName | Description | Type | Additional information |
---|---|---|---|
newExperienceIds | Collection of integer |
None. |
|
experienceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "newExperienceIds": [ 1, 2 ], "experienceId": 1 }
Response Information
Resource Description
Collection of ExperienceDataViewName | Description | Type | Additional information |
---|---|---|---|
refsCount | integer |
None. |
|
checkedByAdmin | boolean |
None. |
|
categories | Collection of FreelancerCategoryEntityView |
None. |
|
experienceId |
Идентификатор навыка |
integer |
None. |
experienceName |
Название навыка |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "refsCount": 1, "checkedByAdmin": true, "categories": [ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ], "experienceId": 3, "experienceName": "sample string 4" }, { "refsCount": 1, "checkedByAdmin": true, "categories": [ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ], "experienceId": 3, "experienceName": "sample string 4" } ]