You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
type: object
|
|
description: Demande d'augmentation du salaire du collaborateur
|
|
properties:
|
|
id:
|
|
type: integer
|
|
format: int64
|
|
augmentation:
|
|
type: number
|
|
format : float
|
|
primeMission:
|
|
type: number
|
|
format: float
|
|
message:
|
|
type: string
|
|
required:
|
|
- id
|
|
- augmentation |