POST api/CFSP/get_cfsp_stock_details
Documentation for 'get_cfsp_stock_details'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "AuthString": "sample string 2", "DateOfData": "sample string 3" }
application/xml, text/xml
Sample:
<propCFSPStockRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.CFSP"> <AuthString>sample string 2</AuthString> <DateOfData>sample string 3</DateOfData> <Token>sample string 1</Token> </propCFSPStockRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "AckCode": "sample string 2", "Status": "sample string 3", "Remarks": "sample string 4", "DateOfData": "sample string 5" }
application/xml, text/xml
Sample:
<propCFSPStockResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.CFSP"> <AckCode>sample string 2</AckCode> <DateOfData>sample string 5</DateOfData> <Remarks>sample string 4</Remarks> <Status>sample string 3</Status> <Token>sample string 1</Token> </propCFSPStockResponseModel>