GET api/AmberOldApp/ValidateActivationCode?parentId={parentId}&activationCode={activationCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentId

integer

Required

activationCode

string

Required

Body Parameters

None.

Response Information

Resource Description

AmberAlertMappingDTO
NameDescriptionTypeAdditional information
Id

integer

None.

OriginTypeId

integer

None.

AmberUserId

integer

None.

OriginAssociateId

integer

None.

MapToAssociateId

integer

None.

ReferredByUserId

integer

None.

LeadId

integer

None.

LeadTransactionId

integer

None.

ActivationStatusId

integer

None.

Active

byte

None.

ActivationCode

string

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OriginTypeId": 2,
  "AmberUserId": 1,
  "OriginAssociateId": 1,
  "MapToAssociateId": 1,
  "ReferredByUserId": 1,
  "LeadId": 3,
  "LeadTransactionId": 1,
  "ActivationStatusId": 1,
  "Active": 64,
  "ActivationCode": "sample string 5",
  "CreatedDate": "2025-10-14T02:39:01.1815534-07:00",
  "ModifiedDate": "2025-10-14T02:39:01.1815534-07:00"
}