...
The JSON data returned should be like this:
Code Block | ||
---|---|---|
| ||
{
"data": {
"custno": 1234,
"name": "My Company ",
"street": "123 Sesame Street ",
"city": "New York ",
"state": "NY",
"postal": "12345-4321"
}
} |
Notes on data structure parameter:
...