POST api/stocksurvey/detail/list
Request Information
URI Parameters
None.
Body Parameters
StockSurveyDetailListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SurveyId": 1
}
application/xml, text/xml
Sample:
<StockSurveyDetailListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ysmdWork.Api"> <SurveyId>1</SurveyId> </StockSurveyDetailListRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.