그룹(부서) 생성하기
Query Parameters
항목
타입
설명
Response Schema
항목
타입
설명
Example
curl -X 'POST' \
'https://openapi.exosp.com/organization/v1/department' \
-H 'accept: application/json' \
-H 'x-exosp-access: YOUR_ACCESS_KEY' \
-H 'x-exosp-secret: YOUR_ACCESS_SECRET' \
-d '{
"departmentFull": "test",
"departmentName": "test1"
}'
{
"code": 0,
"message": "success",
"body": null
}Last updated