Skip to main content

Create a synced attribute

POST 

/profile_types/:profile_type_id/synced_attributes

Create synced attribute

Request

Body

required

    ne_attribute_id uuid

    synced attribute's ID

Responses

Expected response to a valid request

Schema

    synced_attribute

    object

    id uuid

    synced attribute's ID

    profile_type_id uuid

    Profile type ID of synced attribute

    ne_attribute_id uuid

    Ne attribute ID of synced attribute

Loading...