Entità tipo di retribuzione variabile

Note

La funzionalità annotata in questo articolo è disponibile come Microsoft Dynamics 365 Human Resources versione 10.0.39.

Questo articolo descrive l'entità tipo di compensazione variabile per Dynamics 365 Human Resources.

Nome fisico: mshr_hcmvariablecompensationtypeentities

Description

Questa entità fornisce informazioni sui dettagli della posizione retributiva.

Proprietà

Proprietà Nome fisico Type Usa
Description mshr_Description Stringa Sola lettura
Type mshr_Type Enum Sola lettura
TypeId mshr_TipoDiCompensazioneVariabile Stringa Sola lettura

Esempio di query per l'entità 'Tipo di retribuzione variabile'

Nome entità: mshr_hcmvariablecompensationtypeentities

Richiesta

GET [Organization URI]/api/data/v9.1/mshr_hcmvariablecompensationtypeentities

Risposta

{  
    "mshr_description": "Bonus",  
    "mshr_type": 200000000,  
    "mshr_variablecompensationtype": "Bonus",  
    "mshr_dataareaid": "usmf",  
}