POST api/AmberInvitation/Insertlog
Request Information
URI Parameters
None.
Body Parameters
AmberInvitationLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ActivationCode | string |
None. |
|
| AmberUserId | integer |
None. |
|
| AssociateId | integer |
None. |
|
| ContractId | integer |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| 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": "2026-02-03T18:26:00.1701421-08: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
integerResponse Formats
application/json, text/json
Sample:
1