What is the correct syntax to add a customer ID as a URI parameter in an HTTP Listener's path attribute?
A.
(customerlD)
B.
{customerlD}
Most Votes
C.
#[customerlD]
D.
${ customerID}
Answer:
B
User Votes:
A 2 votes
50%
B 27 votes
50%
C 1 votes
50%
D 4 votes
50%
Discussions
0/ 1000
acwork
1 year ago
The answer A could be some function's parameter, C could be a DataWeave expression, D could be used as something from the config file, and B is the correct answer, because the syntax in this case asks for a variable in curly braces.
Want to join our community?
Please log in or signup in order to use this feature
The answer A could be some function's parameter, C could be a DataWeave expression, D could be used as something from the config file, and B is the correct answer, because the syntax in this case asks for a variable in curly braces.