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": "b914ec70-1e3c-4c9a-b515-98a7b830c60a",
    "NoConfidence": true,
    "IsAssociateTerminateRequest": true
  },
  {
    "AssociateId": 1,
    "PersonGuid": "b914ec70-1e3c-4c9a-b515-98a7b830c60a",
    "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