Cisco
200-301 · Question #1760
Which two HTTP verbs does a REST-based API call to create a resource? (Choose two.)
The correct answer is C. POST D. PUT. POST to create a new resource. - PUT to create or replace a resource at a known URI.
Submitted by chiamaka_o· Mar 5, 2026
Question
Which two HTTP verbs does a REST-based API call to create a resource? (Choose two.)
Options
- AGET
- BDELETE
- CPOST
- DPUT
- EPATCH
How the community answered
(30 responses)- A3% (1)
- C93% (28)
- E3% (1)
Explanation
- POST to create a new resource. - PUT to create or replace a resource at a known URI.
Topics
#HTTP verbs#REST API#API resource creation
Community Discussion
No community discussion yet for this question.