Forum Discussion

erika's avatar
12 years ago

Complex datatype in Rest query parameter

I am using soapUI 4.6.3. I have a rest call that I want to use query parameters with. My issue is that I am unable to properly specify complex paramter values for the query parameter.
In json it would look like this:
{
"Title": "Test",
"ResponsibleParty": "Test",
"ResponsiblePartyPhone": "111111",
"BookedBy": "Test",
"ResourcePrincipalName": "Test",
"InvitationId": "Test",
"Occurrences":[{"Start":"2014-02-17T08:00:00","End":"2014-02-17T08:30:00"}]
}

Is there a way to set Occurrences in a query parameter in rest or how should I handle this?