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": "fb7eed81-a385-4cfa-9216-92733ef3ef7c",
"HRM00202": "sample string 2",
"HRM00203": "sample string 3",
"HRM00204": "9df6fb31-c1b2-4ec8-a11c-65b6ebc6d213",
"HRM00205": true,
"HRM00206": "2026-01-29T16:24:18.340526+07:00",
"HRM00207": "53b4db29-1f4f-46e1-af62-eace06c86e2b",
"HRM00208": 6,
"HRM00209": true,
"HRM00210": 8,
"HRM00211": "sample string 9",
"HRM00212": "sample string 10",
"HRM00213": "sample string 11",
"HRM00214": true,
"HRM00215": true
}