POST api/Associate/MapUnmappedData

Request Information

URI Parameters

None.

Body Parameters

Collection of PlanetUnmappedAssociateDTO
NameDescriptionTypeAdditional information
AssociateId

integer

None.

PersonGuid

globally unique identifier

None.

NoConfidence

boolean

None.

IsAssociateTerminateRequest

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "AssociateId": 1,
    "PersonGuid": "cbc08a92-ac3d-4bb5-ab08-b993c7368298",
    "NoConfidence": true,
    "IsAssociateTerminateRequest": true
  },
  {
    "AssociateId": 1,
    "PersonGuid": "cbc08a92-ac3d-4bb5-ab08-b993c7368298",
    "NoConfidence": true,
    "IsAssociateTerminateRequest": true
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true