Map a country

Options

Hi, We would to map the country but it doesnt work This is the request body used :


{ "secondaryFields":[], "entityType":"ORGANISATION", "customFields":[], "groupId":"5nzbfke0h1g21fgg1ub5yo89t", "providerTypes":["WATCHLIST"], "name":"PFIZER INC3", "caseId":"0001007662RRR", "countryLinks":{ "REGISTEREDIN" : ["USA"] } }


Waiting for your feedback

Best Answer

  • prabhjyot.mandla
    Answer ✓

    @nnn,

    Please use the typeId and its corresponding value in the below format for the secondary fields.

    "secondaryFields": [{
                        {
                            "typeId": "SFCT_3",    // COUNTRY_LOCATION
                            “value ": "XXXXXX"
                        },
                        {
                            "typeId": "SFCT_4",    // PLACE_OF_BIRTH
                            "value": "XXXX"
                        },
                        {
                            "typeId": "SFCT_5",      // NATIONALITY
                            "value": "MALE"
                        }]

    You can find the details of the SFTC in the case template API call. Endpoint - groups/{{group-id}}/caseTemplate


    Hope this helps.

Answers

  • nnn
    nnn Newcomer

    Thanks you for this answer, its works perfectly now.