POST IssuerServicesapi/PEGAWorkFlow/GetVotePreviewDetails?Cusip={Cusip}&meetingDate={meetingDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Cusip | string |
Required |
|
meetingDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
StringClassName | Description | Type | Additional information |
---|---|---|---|
srtValue | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "srtValue": "sample string 1" }
application/xml, text/xml
Sample:
<StringClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEGAIssuerServices.Business.Models"> <srtValue>sample string 1</srtValue> </StringClass>