POST api/ErapBenefitsCheck/GetDWSBenefitInfo
Request Information
URI Parameters
None.
Body Parameters
DWSBenefitsName | Description | Type | Additional information |
---|---|---|---|
DWSSSN | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DWSSSN": "sample string 1" }
application/xml, text/xml
Sample:
<DWSBenefits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DWSSSN>sample string 1</DWSSSN> </DWSBenefits>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.