POST v1/irebdm/AppraisalFeedback
Request Information
URI Parameters
None.
Body Parameters
AppraisalFeedbackPayloadName | Description | Type | Additional information |
---|---|---|---|
AppraisalID | integer |
None. |
|
Completed | boolean |
None. |
|
SendProspectEmail | boolean |
None. |
|
SendProspectSMS | boolean |
None. |
|
SendAgentEmail | boolean |
None. |
|
SendAgentSMS | boolean |
None. |
|
SendReferrerEmail | boolean |
None. |
|
SendReferrerSMS | boolean |
None. |
|
Proceeding | integer |
None. |
|
AppraisalNote | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppraisalID": 1, "Completed": true, "SendProspectEmail": true, "SendProspectSMS": true, "SendAgentEmail": true, "SendAgentSMS": true, "SendReferrerEmail": true, "SendReferrerSMS": true, "Proceeding": 9, "AppraisalNote": "sample string 10" }
application/xml, text/xml
Sample:
<AppraisalFeedbackPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Domain.ApiEntities.Appraisal"> <AppraisalID>1</AppraisalID> <AppraisalNote>sample string 10</AppraisalNote> <Completed>true</Completed> <Proceeding>9</Proceeding> <SendAgentEmail>true</SendAgentEmail> <SendAgentSMS>true</SendAgentSMS> <SendProspectEmail>true</SendProspectEmail> <SendProspectSMS>true</SendProspectSMS> <SendReferrerEmail>true</SendReferrerEmail> <SendReferrerSMS>true</SendReferrerSMS> </AppraisalFeedbackPayload>
multipart/form-data
Sample:
<AppraisalFeedbackPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Domain.ApiEntities.Appraisal"><AppraisalID>1</AppraisalID><AppraisalNote>sample string 10</AppraisalNote><Completed>true</Completed><Proceeding>9</Proceeding><SendAgentEmail>true</SendAgentEmail><SendAgentSMS>true</SendAgentSMS><SendProspectEmail>true</SendProspectEmail><SendProspectSMS>true</SendProspectSMS><SendReferrerEmail>true</SendReferrerEmail><SendReferrerSMS>true</SendReferrerSMS></AppraisalFeedbackPayload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |