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

[API]. Add ability to send array of entities #4

Open
vbabenko opened this issue Feb 16, 2015 · 0 comments
Open

[API]. Add ability to send array of entities #4

vbabenko opened this issue Feb 16, 2015 · 0 comments
Assignees

Comments

@vbabenko
Copy link
Collaborator

To add any information (universities, certificates etc) we have to send one object even several entities were created on the FE.
Suggestion: need ability to send an array with a list of objects
Example:

[{
"id"0,
"name":"NAU",
"faculty":"ITS",
"degree":"master",
"startDate":"01/01/2005",
"endDate":"01/01/2011"},

{"id"1,
"name":"NAU",
"faculty":"ITE",
"degree":"phd",
"startDate":"01/01/2009",
"endDate":"01/01/2011"
}]
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

2 participants