POST api/standard/StandardByIdByDateForOtherAppData
Request Information
URI Parameters
None.
Body Parameters
StandardByDate| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | string |
None. |
|
| Key | string |
None. |
Request Formats
application/json, text/json
Sample:
{"Date":"sample string 1","Key":"sample string 2"}
text/xml
Sample:
<StandardV1Controller.StandardByDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODETApi.Controllers.V1"><Date>sample string 1</Date><Key>sample string 2</Key></StandardV1Controller.StandardByDate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.