MuleSoft
MCD-LEVEL-1 · Question #209
What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path attribute?
The correct answer is C. {customerID}. URL parameters are always accessed using { } like => {customerID}
Mule 4 Application Development
Question
What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path attribute?
Exhibit
Options
- A#[customerID]
- B$[customerID]
- C{customerID}
- D(customerID)
How the community answered
(45 responses)- B2% (1)
- C93% (42)
- D4% (2)
Explanation
URL parameters are always accessed using { } like => {customerID}
Topics
#HTTP Listener#URI parameter#path syntax#curly braces
Community Discussion
No community discussion yet for this question.
