Get all Sources Income
GET/sint/SourceIncome/
Get all Sources Income
Request
Responses
- 200
- 401
- 4XX|5XX
List every source income
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Code integerrequired
Source Income Code
Nom stringnullable
Source Income FR label
NomEn stringnullable
Source Income EN label
[
{
"Code": "1",
"Nom": "Salaire",
"NomEn": "Salary"
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
success boolean
code integer
internal_code integer
message string
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}
Loading...