Privacy permissions exists on two levels: enterprise and ordertype. This API can be used to get the current privacy permissions the customer. It may also be used to update the data.
Field | Type | Description |
---|---|---|
enterprise | Level | Wrapper for enterprise level permission/shield. |
orderType | Level | Wrapper for order type level permission/shield. |
purpose | String | Purpose of permission. |
The user needs to be logged in to use this endpoint, click here to read more.
OK
Array of objects Wrapper for enterprise level permission/shield. |
Bad Request
Too Many Requests
Internal Server Error
{- "permission": [
- {
- "purpose": "DM"
}, - {
- "purpose": "EM"
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
Privacy permissions exists on two levels: enterprise and ordertype. This API can be used to get the current privacy permissions the customer. It may also be used to update the data.
OK
Array of objects Wrapper for enterprise level permission/shield. |
Bad Request
Too Many Requests
Internal Server Error
{- "permission": [
- {
- "purpose": "DM"
}, - {
- "purpose": "EM"
}
]
}
{- "permission": [
- {
- "purpose": "DM"
}, - {
- "purpose": "EM"
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
This API can be used to get the current privacy permissions the customer.
OK
Array of objects Wrapper for order type level permission/shield. |
Bad Request
Too Many Requests
Internal Server Error
{- "permission": [
- {
- "purpose": "DM"
}, - {
- "purpose": "EM"
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
This API can be used to update the current privacy permissions for the customer.
OK
Array of objects Wrapper for order type level permission/shield. |
Bad Request
Too Many Requests
Internal Server Error
{- "permission": [
- {
- "purpose": "DM"
}, - {
- "purpose": "EM"
}
]
}
{- "permission": [
- {
- "purpose": "DM"
}, - {
- "purpose": "EM"
}
]
}