Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
The functionality that's noted in this article is available as of Microsoft Dynamics 365 Human Resources version 10.0.39.
This article describes the HCM unions entity (payintv1hcmunionsentities) for Dynamics 365 Human Resources.
Physical name: mserp_payintv1hcmunionsentities
Description
This entity provides information about the payroll position details.
Properties
Property | Physical name | Type | Use |
---|---|---|---|
name | mserp_name | String | Read-only |
Negotiator | mserp_negotiator | Enum | Read-only |
UnionID | mserp_UnionID | String | Read-only |
Example query for the HCM unions entity
Entity name: mserp__payintv1hcmunionsentities
Request
GET [Organization URI]/api/data/v9.1/mserp_payintv1hcmunionsentities
Response
{
"mserp_name": "United Consultants of America",
"mserp_negotiator": 200000001,
"mserp_unionid": "UCA",
}