POST api_v2/Accounts/SetWorkExperience
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>1288294d-1b4c-4d59-8b77-6320a76f94ab</AccountID> <WorkExperience>1</WorkExperience> </Request>
application/json, text/json
Sample:
{ "AccountID": "1288294d-1b4c-4d59-8b77-6320a76f94ab", "WorkExperience": 1 }
Response Information
Результат выпонения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}