POST api/IhIdentity/resendAuth

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
activateDto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "policyNumber": "sample string 1",
  "activationCode": "sample string 2",
  "password": "sample string 3",
  "newPassword": "sample string 4"
}

application/xml, text/xml

Sample:
<OshcUserActivateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianzGlobalAssistAU.Security.IdentityApi.Models.Oshc">
  <ActivationCode>sample string 2</ActivationCode>
  <NewPassword>sample string 4</NewPassword>
  <Password>sample string 3</Password>
  <PolicyNumber>sample string 1</PolicyNumber>
</OshcUserActivateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.