Posted by: Pdfprep
Post Date: February 14, 2021
A company has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to MuleSoft best practices.
What URI should a web client use to request order P05555?
A . /orders/{P05555}
B . /orders/order=P05555
C . /orders?order=P05555
D . /orders/P05555
Answer: D
Leave a Reply