POST api/AmberInvitation/SendInvitation?fromAmberUser={fromAmberUser}&referredByAmberUserId={referredByAmberUserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromAmberUser

boolean

Default value is False

referredByAmberUserId

integer

None.

Body Parameters

AmberInvitationLogDTO
NameDescriptionTypeAdditional information
ActivationCode

string

None.

AmberUserId

integer

None.

AssociateId

integer

None.

ContractId

integer

None.

CreateDate

date

None.

CreatedBy

integer

None.

Email

string

None.

Id

integer

None.

IsActivated

boolean

None.

IsByEmail

boolean

None.

IsCustomEmailOrPhone

boolean

None.

IsResend

boolean

None.

LeadId

integer

None.

Number

string

None.

LeadName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActivationCode": "sample string 1",
  "AmberUserId": 1,
  "AssociateId": 2,
  "ContractId": 3,
  "CreateDate": "2025-10-14T04:50:01.608237-07:00",
  "CreatedBy": 4,
  "Email": "sample string 5",
  "Id": 6,
  "IsActivated": true,
  "IsByEmail": true,
  "IsCustomEmailOrPhone": true,
  "IsResend": true,
  "LeadId": 7,
  "Number": "sample string 8",
  "LeadName": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1