# POST route in smart collection

**URL:** https://community.forestadmin.com/t/post-route-in-smart-collection/2332
**Category:** Help me!
**Created:** [April 16, 2021, 3:06pm UTC](https://community.forestadmin.com/t/post-route-in-smart-collection/2332 "2021-04-16T15:06:16Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![nathanqueija](https://dub1.discourse-cdn.com/flex013/user_avatar/community.forestadmin.com/nathanqueija/32/1837_2.png) [@nathanqueija](https://community.forestadmin.com/u/nathanqueija)
#### Post date: [April 20, 2021, 6:19am UTC](https://community.forestadmin.com/t/post-route-in-smart-collection/2332/7 "2021-04-20T06:19:32Z")

</div>

I had the same problem here: [Can't create new resources - #31 by nathanqueija](https://community.forestadmin.com/t/cant-create-new-resources/2270/31) and the reason was that I was not returning the ID of the newly created element from the POST call. It used to work without the id before, but stopped at some point. Make sure that you’re returning a unique ID when you serialize the response in the POST call.

---

_[View the full topic](https://community.forestadmin.com/t/post-route-in-smart-collection/2332)._
