Sebastian Marcet
885b9bca22
Added member affilition endpoints
update member affiliation
PUT /api/v1/members/{member_id}/affiliations/{affiliation_id}
Payload
{
start_date: int|epoch
end_date: int|epoch
is_current: bool
job_title: string|100
organization_id: int
}
delete member affiliation
DELETE /api/v1/members/{member_id}/affiliations/{affiliation_id}
Change-Id: I0a80f0d0478c816f12e8d6ea6b93f9c6f98e4eb9
2018-01-19 15:10:39 -03:00
..
2017-11-29 15:14:33 -03:00
2017-08-22 14:37:55 -03:00
2017-11-29 15:14:33 -03:00
2017-11-29 15:14:33 -03:00
2018-01-18 23:37:34 -03:00
2017-01-24 19:34:19 -03:00
2017-08-22 14:37:55 -03:00
2018-01-18 23:37:34 -03:00
2017-08-22 14:37:55 -03:00
2017-08-22 14:37:55 -03:00
2016-12-27 10:09:13 -03:00
2017-08-22 14:37:55 -03:00
2018-01-19 15:10:39 -03:00
2016-09-19 11:49:34 -03:00
2018-01-11 12:04:02 -03:00
2017-12-15 17:56:10 -03:00
2017-08-22 14:37:55 -03:00
2017-11-29 15:14:33 -03:00
2017-11-29 15:14:33 -03:00
2018-01-19 15:10:39 -03:00
2016-11-21 11:20:42 -03:00
2018-01-15 20:28:59 -03:00
2017-12-21 00:21:31 -03:00