Create VictimAsset
POST {{baseUrl}}/api/v3/victimAssets?fields=<string>&fields=<string>&createActivityLog=
Allows the creation of a new VictimAsset
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | VictimAsset subentity fields to include in response (See OPTIONS endpoint for valid values) | |
fields | string | VictimAsset subentity fields to include in response (See OPTIONS endpoint for valid values) | |
createActivityLog | null | Boolean to signal whether or not to create an alert for this action |
Request Body
{"type"=>"<string>", "victimId"=>"<integer>", "accountName"=>"<string>", "address"=>"<string>", "addressType"=>"<string>", "id"=>"<long>", "networkType"=>"<string>", "phone"=>"<string>", "socialNetwork"=>"<string>", "webLink"=>"<string>", "website"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"type":"\u003cstring\u003e","victimId":"\u003cinteger\u003e","accountName":"\u003cstring\u003e","address":"\u003cstring\u003e","addressType":"\u003cstring\u003e","id":"\u003clong\u003e","networkType":"\u003cstring\u003e","phone":"\u003cstring\u003e","socialNetwork":"\u003cstring\u003e","webLink":"\u003cstring\u003e","website":"\u003cstring\u003e"}