Skip to content

Commit

Permalink
Merge pull request #1871 from manashty/master
Browse files Browse the repository at this point in the history
Response JSON format was not valid.
  • Loading branch information
jomolnar committed May 30, 2017
2 parents 6e139dd + b16224e commit 550fe0f
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -146,7 +146,7 @@ Similarly, the following sample shows the API response for the service.
],
"ColumnTypes": [
"Numeric"
].
],
"Values": [
[
"0"
Expand All @@ -155,10 +155,11 @@ Similarly, the following sample shows the API response for the service.
"1"
]
]
}
},
}
},
"GlobalParameters": {}
}
}
}

The following is the code sample for the C# implementation. For a Classic Web service, you can find code samples at the bottom of the **API help page** or at the bottom of the **Consume** page. For a New Web service, you can find code samples at the bottom of the **Consume** page.

Expand Down

0 comments on commit 550fe0f

Please sign in to comment.