Logo
Real UISupport 3 Docs

Contact Target

연락 대상 추가

POST /contact-targets

POST
/api/rest/v1/contact-targets

연락 대상 추가

인증: Bearer 인증키 (REST_API) 또는 세션

Request Body
이름타입설명
contactId*string-
customerId*string-
statusREADY | STAGING | COMPLETED | FAILED | CANCELED-
Response Example
{
  "data": {
    "id": "...",
    "contactId": "...",
    "customerId": "..."
  }
}