POST api/v1/sales/survey/completed/event

Post Encompass sales survey completed event to Microsoft Message Queue "pmc-sales-surveys"

Request Information

URI Parameters

None.

Body Parameters

SalesSurveyCompletedEvent
NameDescriptionTypeAdditional information
LoanID

string

None.

LoanNumber

string

None.

DisclosureIssues

boolean

None.

DisclosureComments

string

None.

OpeningIssues

boolean

None.

OpeningComments

string

None.

ProcessingIssues

boolean

None.

ProcessingComments

string

None.

UnderwritingIssues

boolean

None.

UnderwritingComments

string

None.

ClosingIssues

boolean

None.

ClosingComments

string

None.

SecondaryIssues

boolean

None.

SecondaryComments

string

None.

PostClosingIssues

boolean

None.

PostClosingComments

string

None.

OtherIssues

boolean

None.

OtherComments

string

None.

NoIssues

boolean

None.

NoIssueComments

string

None.

User

string

None.

DateCompleted

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LoanID": "sample string 1",
  "LoanNumber": "sample string 2",
  "DisclosureIssues": true,
  "DisclosureComments": "sample string 4",
  "OpeningIssues": true,
  "OpeningComments": "sample string 6",
  "ProcessingIssues": true,
  "ProcessingComments": "sample string 8",
  "UnderwritingIssues": true,
  "UnderwritingComments": "sample string 10",
  "ClosingIssues": true,
  "ClosingComments": "sample string 12",
  "SecondaryIssues": true,
  "SecondaryComments": "sample string 14",
  "PostClosingIssues": true,
  "PostClosingComments": "sample string 16",
  "OtherIssues": true,
  "OtherComments": "sample string 18",
  "NoIssues": true,
  "NoIssueComments": "sample string 20",
  "User": "sample string 21",
  "DateCompleted": "sample string 22"
}

application/xml, text/xml

Sample:
<SalesSurveyCompletedEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrincetonMortgage.CommonModels">
  <ClosingComments>sample string 12</ClosingComments>
  <ClosingIssues>true</ClosingIssues>
  <DateCompleted>sample string 22</DateCompleted>
  <DisclosureComments>sample string 4</DisclosureComments>
  <DisclosureIssues>true</DisclosureIssues>
  <LoanID>sample string 1</LoanID>
  <LoanNumber>sample string 2</LoanNumber>
  <NoIssueComments>sample string 20</NoIssueComments>
  <NoIssues>true</NoIssues>
  <OpeningComments>sample string 6</OpeningComments>
  <OpeningIssues>true</OpeningIssues>
  <OtherComments>sample string 18</OtherComments>
  <OtherIssues>true</OtherIssues>
  <PostClosingComments>sample string 16</PostClosingComments>
  <PostClosingIssues>true</PostClosingIssues>
  <ProcessingComments>sample string 8</ProcessingComments>
  <ProcessingIssues>true</ProcessingIssues>
  <SecondaryComments>sample string 14</SecondaryComments>
  <SecondaryIssues>true</SecondaryIssues>
  <UnderwritingComments>sample string 10</UnderwritingComments>
  <UnderwritingIssues>true</UnderwritingIssues>
  <User>sample string 21</User>
</SalesSurveyCompletedEvent>

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.