GET api/NewProduct/getDefaultSql?where={where}&startIndex={startIndex}&itemCount={itemCount}&join={join}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| where | string |
Required |
|
| startIndex | integer |
Default value is 0 |
|
| itemCount | integer |
Default value is 0 |
|
| join | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>