POST ProjectOpportunity/GetProjectDetailPdfById
Request Information
URI Parameters
None.
Body Parameters
ProjectOpportunityDetailsINPut| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
|
| Country | integer |
None. |
|
| Sector | Collection of string |
None. |
|
| ProjectId | Collection of string |
None. |
|
| Callfor | string |
None. |
|
| IsActive | boolean |
None. |
|
| CallForDataType | string |
None. |
|
| DataListId | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| RegId | integer |
None. |
|
| IsBookMarked | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": 1,
"Country": 1,
"Sector": [
"sample string 1",
"sample string 2"
],
"ProjectId": [
"sample string 1",
"sample string 2"
],
"Callfor": "sample string 2",
"IsActive": true,
"CallForDataType": "sample string 4",
"DataListId": 1,
"PageIndex": 5,
"PageSize": 6,
"RegId": 1,
"IsBookMarked": true
}
application/xml, text/xml
Sample:
<ProjectOpportunityDetailsINPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
<CallForDataType>sample string 4</CallForDataType>
<Callfor>sample string 2</Callfor>
<Country>1</Country>
<DataListId>1</DataListId>
<EventId>1</EventId>
<IsActive>true</IsActive>
<IsBookMarked>true</IsBookMarked>
<PageIndex>5</PageIndex>
<PageSize>6</PageSize>
<ProjectId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ProjectId>
<RegId>1</RegId>
<Sector xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Sector>
</ProjectOpportunityDetailsINPut>
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.