POST api/leads/reportspam
Request Information
URI Parameters
None.
Body Parameters
EntityBlackListUsers| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| string |
None. |
||
| Status | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDtm | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDtm | date |
None. |
|
| SourceBusinessId | integer |
None. |
|
| IPAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": 2,
"Email": "sample string 3",
"Status": 4,
"CreatedBy": 1,
"CreatedDtm": "2026-07-22T12:27:14.6964618-07:00",
"UpdatedBy": 1,
"UpdatedDtm": "2026-07-22T12:27:14.6964618-07:00",
"SourceBusinessId": 1,
"IPAddress": "sample string 5"
}
application/xml, text/xml
Sample:
<EntityBlackListUsers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity"> <CreatedBy>1</CreatedBy> <CreatedDtm>2026-07-22T12:27:14.6964618-07:00</CreatedDtm> <Email>sample string 3</Email> <IPAddress>sample string 5</IPAddress> <Id>1</Id> <SourceBusinessId>1</SourceBusinessId> <Status>4</Status> <UpdatedBy>1</UpdatedBy> <UpdatedDtm>2026-07-22T12:27:14.6964618-07:00</UpdatedDtm> <UserId>2</UserId> </EntityBlackListUsers>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.