Object: FraudReportNotes
| Property | Type | Description |
|---|---|---|
| id | Guid | The note ID. |
| fraudReportId | Guid | The flagged report ID. |
| noteType | Enum "FraudReportNoteType" (see definition below) | Type of notes. |
| note | String | The text of the note. (Max length = 500) |
| createdAtUtc | DateTime | The the creation time in UTC. |
| createdByUserId | Guid | The user ID that created the note. |
| createdByUserEmail | String | The user email that created the note. |
| modifiedAtUtc | DateTime | The the modification time in UTC. |
| modifiedByUserId | Guid | The user ID that modified the note. |
| modifiedByUserEmail | String | The user email that modified the note. |
Enum: FraudReportNoteType
| Value | Description |
|---|---|
| 1 | Public Note |
| 2 | Private Note |
| 3 | Private Removal Note |
Object: CompanyData
| Property | Type | Description |
|---|---|---|
| companyName | String | The company name. |
| supportEmail | String | The company support email. |
| supportPhoneNumber | String | The company support phone. |
| supportWebSite | String | The company support website. |
| supportTimeZone | String | The company support timezone. |
| supportAddress | Object "SupportAddress" (see definition below) |
Object: SupportAddress
| Property | Type | Description |
|---|---|---|
| address1 | String | |
| address2 | String | |
| city | String | |
| stateName | String | |
| countryName | String | |
| zip | string |
