POST Api/Corporate/PostDataMCWA0170

Request Information

URI Parameters

None.

Body Parameters

BindDataMCWA0170Request
NameDescriptionTypeAdditional information
pstSearchCriteria

string

None.

pstSearchText

string

None.

pstSearchDOB

string

None.

pstCheckDigit

string

None.

pstDOB

string

None.

pstGender

string

None.

pstUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstSearchCriteria": "sample string 1",
  "pstSearchText": "sample string 2",
  "pstSearchDOB": "sample string 3",
  "pstCheckDigit": "sample string 4",
  "pstDOB": "sample string 5",
  "pstGender": "sample string 6",
  "pstUserId": "sample string 7"
}

application/xml, text/xml

Sample:
<CorporateResponse.BindDataMCWA0170Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstUserId>sample string 7</pstUserId>
  <pstCheckDigit>sample string 4</pstCheckDigit>
  <pstDOB>sample string 5</pstDOB>
  <pstGender>sample string 6</pstGender>
  <pstSearchCriteria>sample string 1</pstSearchCriteria>
  <pstSearchDOB>sample string 3</pstSearchDOB>
  <pstSearchText>sample string 2</pstSearchText>
</CorporateResponse.BindDataMCWA0170Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.