Thaw a Fully Frozen Account

post/das-rest/api/v1/account/thaw

Thaw previously fully frozen account. If not frozen, the request is invalid.

Request Body

acctId string required
Example: 59cd72485007a239fb00282ed480da1f
origin string required
origin of action as seen by requester, suitable for auditing the data flow and request chain; typically a JSON stringified set of request headers

200 Response

acctId string required
Example: 59cd72485007a239fb00282ed480da1f
frozen boolean required
Example: true
reason string required
String describing reason for freezing the account
Example: customer requested freeze due to suspicious activity
timestamp string <date-time>required
ISO 8601 string representation of date and time of action
Example: 2019-05-02T15:27:35.773Z