---
title: "POST /AddContactData_q"
method: POST
path: "/AddContactData_q"
tags: ["AddContactData_q"]
---

# POST /AddContactData_q

`POST /AddContactData_q`

## Query parameters

- `token` string

## Request body

- AddContactDataInputRest
  - `source` string, nullable
  - `recency` string, date-time, nullable
  - `firstName` string, nullable
  - `familyName` string, nullable
  - `genderCode` string, nullable — M(ale) F(emale) C(ouple)
  - `languageCode` string, nullable — iso2 code ( nl, fr, de, en, ... )
  - `email` string, nullable
  - `urn` string, nullable
  - `mobile` string, nullable
  - `phone` string, nullable
  - `facebookID` string, nullable
  - `conseName` string, nullable
  - `conseCode` string, nullable
  - `vat` string, nullable
  - `legalFormCode` string, nullable
  - `emailReltpSubCode` string, nullable
  - `mobileReltpSubCode` string, nullable
  - `phoneReltpSubCode` string, nullable
  - `addressReltpSubCode` string, nullable
  - `facebookIDReltpSubCode` string, nullable
  - `relenNota` string, nullable
  - `conseNota` string, nullable
  - `individualNota` string, nullable
  - `crnotaTypeID` integer, nullable
  - `dob` string, date-time, nullable
  - `forcePreferred` boolean, nullable
  - `countryCode` string, nullable — iso2 code ( BE, FR, NL, LU, DE, ... )
  - `addressComplement` string, nullable
  - `street` string, nullable
  - `streetComplement` string, nullable
  - `addressState` string, nullable
  - `postalCode` string, nullable
  - `city` string, nullable
  - `addressLine5` string, nullable
  - `streetHouseNumber` string, nullable
  - `uniqueIds` ContactUniqueIdBasic[], nullable
    - `uniqueIDCode` string, nullable
    - `uniqueID` string, nullable
    - `validFrom` string, date-time, nullable
    - `validTo` string, date-time, nullable
  - `individualUniqueIdsForceUpdate` boolean, nullable
  - `socialUniqueIdsForceUpdate` boolean, nullable
  - `individualUniqueIds` ContactUniqueIdBasic[], nullable
    - `uniqueIDCode` string, nullable
    - `uniqueID` string, nullable
    - `validFrom` string, date-time, nullable
    - `validTo` string, date-time, nullable
  - `socialUniqueIds` ContactUniqueIdBasic[], nullable
    - `uniqueIDCode` string, nullable
    - `uniqueID` string, nullable
    - `validFrom` string, date-time, nullable
    - `validTo` string, date-time, nullable
  - `relationEAttributes` RelationEAttribute[], nullable
    - `attributeCode4Relen` string, nullable
    - `attributeType4Relen` string, nullable
    - `entity` string, nullable
    - `validFrom` string, date-time, nullable
    - `validTo` string, date-time, nullable
    - `value` string, nullable
  - `socialEAttributes` SocialEAttribute[], nullable
    - `attributeCode4Social` string, nullable
    - `attributeType4Social` string, nullable
    - `entity` string, nullable
    - `validFrom` string, date-time, nullable
    - `validTo` string, date-time, nullable
    - `value` string, nullable
  - `individualEAttributes` IndividualEAttribute[], nullable
    - `attributeCode4Individual` string, nullable
    - `attributeType4Individual` string, nullable
    - `entity` string, nullable
    - `validFrom` string, date-time, nullable
    - `validTo` string, date-time, nullable
    - `value` string, nullable
  - `permissions` Permission[], nullable
    - `permitted` boolean
    - `isExplicit` boolean
    - `cbpID` integer, nullable
    - `channelCode` string, nullable
    - `recency` string, date-time, nullable
  - `interactionTokens` InteractionTokenRest[], nullable
    - `interactionToken` string, nullable
    - `interactionDate` string, date-time, nullable
    - `dumpData` string, nullable
    - `url` string, nullable
  - `orders` OrderInput[], nullable
    - `orderTypeCode` string, nullable
    - `orderStatusCode` string, nullable
    - `orderBrandCode` string, nullable
    - `description` string, nullable
    - `orderExternalID` string, nullable
    - `orderCreationDate` string, date-time, nullable
    - `orderExecutionDate` string, date-time, nullable
    - `orderLastModificationDate` string, date-time, nullable
    - `orderTotalAmount` number, double, nullable
    - `orderNote` string, nullable
    - `orderLines` OrderLineInput[], nullable
      - `orderLineNumber` integer
      - `orderProductID` integer, nullable
      - `orderProductCode` string, nullable
      - `orderProductDescription` string, nullable
      - `orderLineProductPriceExcl` number, double
      - `orderLineProductQuantity` integer
      - `orderLineProductCommision` number, double, nullable
      - `orderLineProductUnitPriceExcl` number, double, nullable
      - `orderLineProductUnitCount` integer, nullable
      - `orderLineNote` string, nullable
      - `standardPriceIncl` number, double, nullable
      - `standardPriceExcl` number, double, nullable
  - `surveyQuestionAnswers` InputContactSurveyQuestionAnswersRest[], nullable
    - `urn` string, nullable
    - `uniqueIDCode` string, nullable
    - `uniqueID` string, nullable
    - `interactionTokens` InteractionTokenRest[], nullable
      - `interactionToken` string, nullable
      - `interactionDate` string, date-time, nullable
      - `dumpData` string, nullable
      - `url` string, nullable
    - `surveyID` integer, nullable
    - `sUniqueID` string, nullable
    - `sUniqueIDCode` string, nullable
    - `surveyName` string, nullable
    - `surveyQuestionID` integer, nullable
    - `sqUniqueID` string, nullable
    - `sqUniqueIDCode` string, nullable
    - `questionID` integer, nullable
    - `qUniqueID` string, nullable
    - `qUniqueIDCode` string, nullable
    - `question` string, nullable
    - `contactSurveyQuestionAnswer` string, nullable

## Response `200`

Success

- ReturnResultOfEmptyResult
  - `returnStatus` ReturnStatus
    - `errorNumber` integer
    - `errorMessage` string, nullable
  - `data` EmptyResult

---

[API](https://skmtc.net/mymip/apis/miprestapi.md) · [All operations](https://skmtc.net/mymip/apis/miprestapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mymip/miprestapi/versions/4f4beba40fcf/schema)
