POST Distribution/GetFoundersDayDistributionDataForReport
Request Information
URI Parameters
None.
Body Parameters
FoundersDayReportDO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | string |
None. |
|
| RptType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": "sample string 1",
"RptType": "sample string 2"
}
text/html
Sample:
{"ProductID":"sample string 1","RptType":"sample string 2"}
application/xml, text/xml
Sample:
<FoundersDayReportDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGM.Models"> <ProductID>sample string 1</ProductID> <RptType>sample string 2</RptType> </FoundersDayReportDO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Output| Name | Description | Type | Additional information |
|---|---|---|---|
| statusCode | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"message": "sample string 2",
"data": {}
}
text/html
Sample:
{"statusCode":1,"message":"sample string 2","data":{}}
application/xml, text/xml
Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGM.Models"> <data /> <message>sample string 2</message> <statusCode>1</statusCode> </Output>