POST api/PostDynamicSP/{id}

Post data with Stored Procedure whose key is (id), as defined in the table QWebAPIProcedure. Specify all required parameters and make sure each parameter starts with @. i.e. @trkuniq XML in the request body will automatically be passed to the Stored Procedure in the parameter @flds. The Stored Procedure MUST return a recordset which will be returned to the user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Post data with Stored Procedure whose key is (id), as defined in the table QWebAPIProcedure. Specify all required parameters and make sure each parameter starts with @. i.e. @trkuniq XML in the request body will automatically be passed to the Stored Procedure in the parameter @flds. The Stored Procedure MUST return a recordset which will be returned to the user.

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />