POST api/data/GetDocumentsdoctitlesbyProgIDandIndID
Request Information
URI Parameters
None.
Body Parameters
ProgramsAndIndicationsNew| Name | Description | Type | Additional information |
|---|---|---|---|
| programID | integer |
None. |
|
| indicationID | integer |
None. |
|
| docsType | integer |
None. |
|
| ApiKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"programID": 1,
"indicationID": 2,
"docsType": 3,
"ApiKey": "sample string 4"
}
text/html
Sample:
{"programID":1,"indicationID":2,"docsType":3,"ApiKey":"sample string 4"}
application/xml, text/xml
Sample:
<DataController.ProgramsAndIndicationsNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMSWebAPI.Controllers"> <ApiKey>sample string 4</ApiKey> <docsType>3</docsType> <indicationID>2</indicationID> <programID>1</programID> </DataController.ProgramsAndIndicationsNew>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.