Nested object with array field, in form-data

Hi , example:
branch object and it has field workSchedule(also object)which has field ‘dayOfWeek’ enum type array. So when i want to create new branch i have to pass image of branch so am using form-data but i don’t know how to pass that nested object ‘workSchedule’ with it’s array field. help please.
couldn’t find anything helpful.

This will be down to the API, so this is usually a case of reading the API documentation. Which hopefully will have example requests.

If you need further help, I would recommend posting screenshots of what you have so far and a link to the API documentation if it exists.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.