Service for creating (adding) new report.
Body Parameters:
Field |
Type |
Required |
Description |
text |
string |
Yes |
Report Description - Brief text of what, where and how. |
phone |
string |
No* |
Phone Number of the person - will be used as search filter.
The phone number must be provided with area code as a single string.
|
email |
string |
No* |
Email of the person - will be used as search filter. |
siteUrl |
string |
No* |
Site URL - will be used as search filter. |
facebookUrl |
string |
No* |
Facebook URL of the person - will be used as search filter. |
firstName |
string |
No |
First Name of the person - will be used as search filter. |
lastName |
string |
No |
Last Name of the person - will be used as search filter. |
files |
array |
No |
Array with file ids. |
cityID |
int |
No |
City of the person. You can get list from /api/v1/cities. |
Example request:
curl --location --request POST 'https://api.nekorekten.com/api/v1/reports' --header 'Api-Key: xxxxxxxxxxxxxxxxxxxxxxxx' --header
'Content-Type: application/json' --data-raw '{ "firstName": "Иван", "lastName": "Иванов", "phone":
"35988888888" }'