ProjectEmployees
This method returns the list of employees assigned to projects.
BODY - RAW
{
"Method": "ProjectEmployees",
"Parameters": [
]
}
EXAMPLE
*/Return to the list of employees
{
"Method": "ProjectEmployees",
"Parameters": [
]
}
CLASS RETURNED
| Property | Description | Example |
|---|---|---|
|
Id |
Employee number | { "CoNumero": 1, |
| Code | Employee code | "CoCode": "COL-001", |
| Civil title |
Civil title of employee |
"CoTitre": "", |
| Name | Employee name | "CoNom": "Collaborateur", |
| First name | Employee's first name | "CoPrenom": "Test", |
| Rue 1 | Main address | "CoRue1": "", |
| Rue 2 | Additional address | "CoRue2": "", |
| NP | Postal number | "CoNpa": "1920", |
| City | Location | "CoVille": "Martigny", |
| Country | Country | "CoPays": "Suisse", |
| Price | Employee fee | "CoTarif": 50, |
| Group | Employee group | "CoGroupe": "Groupe collaborateur", |
| Status | Active or inactive’ employee | "CoActive": 1, |
| User name |
System user name |
"SuName": "wb-d.thurre" |