The ajax request is this :
code
URL: http://184.72.60.78:8080/skuapp/api/job/createJob
Params:
---------------------
name: String
jobDescription: String
storeId: Number
upc:String
auditorId:Number
---------------------
Content-Type: application/x-www-form-urlencoded
Accept: application/xml
For now test with these params : name:NewJob jobDescript:newDesc storeId:14 upc:700023001335 and auditorId can be multiple values [31,36,41,46]
/code
here auditorId can be multiple supported. I have already tested and works normally but not sure why my service when mapped with the checkboxgroups to auditorId
then it will not work.
Thanks