발송제외대상 등록삭제
POST {{baseUrl}}/api/v1/target/prcServiceExceptUser
발송제외 대상을 등록하거나 삭제합니다.
Request Body
{"prc_type"=>"del", "service_id"=>"S00001", "user_ids"=>["AU000000040000", "testTargetUser@test.com", "AU000000039999"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"msg":"성공적으로 삭제되었습니다.","result":true,"resultCount":3}