Feature #1843
Pembuatan API
Start date:
11/29/2022
Due date:
12/01/2022
% Done:
0%
Estimated time:
Description
Dear Mang wanto
tolong di bikin API untuk data data ini
- Personal Data (PHRPA0001 + PHRPA0012)
- Comuniccation data
- Assignment (PHRPA0002 + PHRPA0010)
- history
- History tarining (PHRPA0046)
tolong yah
makasih
Files
Updated by Kezia Pawitra Yulianti about 2 years ago
- Due date set to 12/01/2022
- Status changed from New to Assigned
- Priority changed from Normal to Urgent
Updated by Saswanto Tampan about 2 years ago
- File Publish.7z Publish.7z added
- Status changed from Assigned to QA Test
- Assignee changed from Saswanto Tampan to Moch Alinafia
bikin SCHEMA baru di db
CREATE SCHEMA api;
GO
bikin store procedure
PROCEDURE [api].[GetEmpHistory]
PROCEDURE [api].[GetEmpDetail]
api menggunakan barrier token
POST urlapi/token
body
username = tpi@minovais.com
password = tpi123Aa@minova
grant_type = password
GET urlapi/api/employee/history?EmployeeID=00000493
HEADER
Authorization = (barrier token)
EmployeeID=00000493