POST api_v2/Accounts/SetReferralAccountID
Изменить реферальный ИД аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
refModel | Реферал ИД аккаунта |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>01ab21a9-201e-4747-9d5a-6796f5065d75</AccountID> <AccountCaption>567b5525-71f2-4e31-82fa-84b5ebc88294</AccountCaption> </Request>
application/json, text/json
Sample:
{ "AccountID": "01ab21a9-201e-4747-9d5a-6796f5065d75", "AccountCaption": "567b5525-71f2-4e31-82fa-84b5ebc88294" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}