POST api/DBHRM002/CheckObjectReference2?objDelId={objDelId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objDelId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DBHRM002| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00201 | globally unique identifier |
None. |
|
| HRM00202 | string |
None. |
|
| HRM00203 | string |
None. |
|
| HRM00204 | globally unique identifier |
None. |
|
| HRM00205 | boolean |
None. |
|
| HRM00206 | date |
None. |
|
| HRM00207 | globally unique identifier |
None. |
|
| HRM00208 | integer |
None. |
|
| HRM00209 | boolean |
None. |
|
| HRM00210 | integer |
None. |
|
| HRM00211 | string |
None. |
|
| HRM00212 | string |
None. |
|
| HRM00213 | string |
None. |
|
| HRM00214 | boolean |
None. |
|
| HRM00215 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"HRM00201": "637a4f12-a03e-4a6a-82a3-29e37ea4b745",
"HRM00202": "sample string 2",
"HRM00203": "sample string 3",
"HRM00204": "96644948-203a-42c4-963b-d5cb8e30669f",
"HRM00205": true,
"HRM00206": "2026-04-03T18:09:46.5581103+07:00",
"HRM00207": "64b0804c-cb53-4032-91e0-bfbe6cc3789b",
"HRM00208": 6,
"HRM00209": true,
"HRM00210": 8,
"HRM00211": "sample string 9",
"HRM00212": "sample string 10",
"HRM00213": "sample string 11",
"HRM00214": true,
"HRM00215": true
}