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>2021-01-25T00:05:27.8499363+03:00</CreationDate> <AccountUserID>8ccaad71-3213-438e-a02a-657b2750ad17</AccountUserID> </Request>
application/json, text/json
Sample:
{ "CreationDate": "2021-01-25T00:05:27.8499363+03:00", "AccountUserID": "8ccaad71-3213-438e-a02a-657b2750ad17" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}