What is a valid request for the following REST method? (Choose two.) @HttpPost global static void myPostMethod(String sl, Integer il, Boolean bl, String 52)
A.
B.
C. sl" : "my first string", 11" : "123", "b1" : "false", "S2" : "my second string"
D. il" : 123, "S1" : "my first string", "S2" : "my second string", "bl" : false
Suggest answer: BD
Reference:
No comments:
Please share to make the community better.