Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8900121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:01:45+00:00 2026-06-15T01:01:45+00:00

I am writing a REST API that basically gives two resources: Users and Cars

  • 0

I am writing a REST API that basically gives two resources: Users and Cars. With the API, you can POST/GET each resource.

But now I have a custom action that will basically give a new car to a user. This will require a cron job in the back end and do the operation. It doesn’t fit the model of POST/PUT. I am just wondering what’s the best route for this?

I thought of:

/addNewCarToUser/:user_id

I know this question is too localized but I am just wondering if it’s just a judgment call or if there’s a convention for this type of request?
Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T01:01:46+00:00Added an answer on June 15, 2026 at 1:01 am

    It depends. Do cars only exist if they belong to users? Or can they exist on their own?

    If they are only in the context of belonging to a User, I would just have Cars belong to Users and have a route like this to create a new one:

    POST /users/:id/cars

    Or you can specify who the owner by a car has_one owner (seems counterintuitive, but data-wise a car often has 0 or 1 owner). The route could be:

    POST /cars?user_id=######

    Another sensible relation would be to have a third resource Ownerships, and then you could create a new car and then a new ownership, because creating a car and giving it to a user would be 2 new resources.

    POST /cars
    POST /ownerships
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a client that consumes a non-REST API (i.e. GET site.com/gettreasurehunts), which requires
I'm writing a REST API in PHP and I can't find any resources explaining
I'm looking into writing an PHP REST API that would allow registered users interact
I'm writing a service (say, service.com) that provides a REST API to external apps
Writing an iPhone app, and I'm getting my data from a REST API that
I'm writing a library that wraps around a REST API. The wrapper I'm creating
I am writing a WCF Rest API that provides CRUD functionality to an entity
I am writing a web app, B, that interfaces through a REST API with
I am writing a REST API for a service that will accept user contributed
I am working on a REST API that will be used by developers writing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.