cURL
curl --request POST \ --url https://openapi.pluuug.com/v1/worker \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>' \ --data ' { "name": "<string>", "position": { "id": 123 }, "order": 123, "isHidden": true, "manMonthAmount": 123 } '
{ "id": 123, "name": "<string>", "created": "2023-11-07T05:31:56Z", "position": { "id": 123, "title": "<string>", "symbolColor": "<string>" }, "order": 123, "isHidden": true, "manMonthAmount": 123 }
HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.
실무자 이름
1 - 32
직무
Show child attributes
순서
숨김 여부
M/M 금액
32
생성일시