POST api_v2/AccountUsers/SetCreationDate
Установить дату создания пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Дата создания пользователя |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <CreationDate>2022-06-27T20:23:25.4140152+03:00</CreationDate> <AccountUserID>86b52f63-6274-4259-8934-84a487001392</AccountUserID> </Request>
application/json, text/json
Sample:
{ "CreationDate": "2022-06-27T20:23:25.4140152+03:00", "AccountUserID": "86b52f63-6274-4259-8934-84a487001392" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}