Skip to main content

fetchCustomerProfileStatuses

fetchCustomerProfileStatuses

Path Parameters
    departmentUuid string required
Request Body required
    customerProfileViewRequestTokens string[]
Responses

OK


Schema
    statusCode int32
    statusMap object
    property name* string
    warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
  • error object
    errorCode string
    errorDescription string
    errorUID string
POST /v2/profile/department/:departmentUuid/customerProfileViewRequest/status

Request

Base URL
/customer
departmentUuid — path required
Body required
{
"customerProfileViewRequestTokens": [
"string"
]
}
Accept
curl / cURL
curl -L -X POST '/customer/v2/profile/department/:departmentUuid/customerProfileViewRequest/status' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerProfileViewRequestTokens": [
"string"
]
}'