POST api/ResearchApplication/Match

Request Information

URI Parameters

None.

Body Parameters

ThreatLockerItemDTO
NameDescriptionTypeAdditional information
D

date

None.

U

string

None.

PID

globally unique identifier

None.

PN

string

None.

AT

integer

None.

AID

integer

None.

V

string

None.

MM

date

None.

A

Collection of Pair of integer [key] and Object [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "D": "2026-07-23T21:40:14.2407342+00:00",
  "U": "sample string 2",
  "PID": "a844938f-e61f-4f8f-858d-637b1f0df36e",
  "PN": "sample string 3",
  "AT": 4,
  "AID": 5,
  "V": "sample string 6",
  "MM": "2026-07-23T21:40:14.2407342+00:00",
  "A": [
    {
      "Key": 1,
      "Value": {}
    },
    {
      "Key": 1,
      "Value": {}
    }
  ]
}

application/xml, text/xml

Sample:
<ThreatLockerItemDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThreatLockerCommon.Models">
  <A xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <d2p1:KeyValuePairOfintanyType>
      <d2p1:key>1</d2p1:key>
      <d2p1:value />
    </d2p1:KeyValuePairOfintanyType>
    <d2p1:KeyValuePairOfintanyType>
      <d2p1:key>1</d2p1:key>
      <d2p1:value />
    </d2p1:KeyValuePairOfintanyType>
  </A>
  <AID>5</AID>
  <AT>4</AT>
  <D>2026-07-23T21:40:14.2407342+00:00</D>
  <MM>2026-07-23T21:40:14.2407342+00:00</MM>
  <PID>a844938f-e61f-4f8f-858d-637b1f0df36e</PID>
  <PN>sample string 3</PN>
  <U>sample string 2</U>
  <V>sample string 6</V>
</ThreatLockerItemDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ThreatLockerItemDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.