Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup Services and WebApi Controllers #80

Open
pschuler78 opened this issue Aug 12, 2017 · 0 comments
Open

Cleanup Services and WebApi Controllers #80

pschuler78 opened this issue Aug 12, 2017 · 0 comments
Assignees

Comments

@pschuler78
Copy link
Contributor

Used methods from Proffix:
Hier noch die Calls, die ich in meiner Schnittstelle verwende


https://test.glider-fls.ch/api/v1/persons/                                            POST
https://test.glider-fls.ch/api/v1/persons/{personid}                       GET, UPDATE, DELETE
https://test.glider-fls.ch/api/v1/persons/fulldetails/deleted/{sinceDate} GET
https://test.glider-fls.ch/api/v1/persons/fulldetails/modified/{sinceDate} GET
https://test.glider-fls.ch/api/v1/persons/membernumber/         GET

https://test.glider-fls.ch/api/v1/articles/                                             GET
https://test.glider-fls.ch/api/v1/articles/{articleId}                         GET

https://test.glider-fls.ch/api/v1/deliveries/notprocessed             GET
https://test.glider-fls.ch/api/v1/deliveries/delivered                     POST

https://test.glider-fls.ch/api/v1/flights/exchange/modified/{sinceDate} GET

https://test.glider-fls.ch/api/v1/countries/overview                       GET
https://test.glider-fls.ch/api/v1/memberstates                                GET
https://test.glider-fls.ch/Token                                

@pschuler78 pschuler78 self-assigned this Aug 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant