POST zapier/update_deal_submission

Request Information

URI Parameters

None.

Body Parameters

ZapierV3UpdateDealSubmissionInput
NameDescriptionTypeAdditional information
api_key

string

None.

AGENT_ON_DEAL

integer

None.

ApplicationTypeDD

integer

None.

MortgageTypeDD

integer

None.

ApplicationNumber

string

None.

LenderName

string

None.

LanguagePreferenceDD

integer

None.

LenderNotes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "api_key": "sample string 1",
  "AGENT_ON_DEAL": 2,
  "ApplicationTypeDD": 3,
  "MortgageTypeDD": 4,
  "ApplicationNumber": "sample string 5",
  "LenderName": "sample string 6",
  "LanguagePreferenceDD": 7,
  "LenderNotes": "sample string 8"
}

application/xml, text/xml

Sample:
<ZapierV3UpdateDealSubmissionInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Zapier">
  <AGENT_ON_DEAL>2</AGENT_ON_DEAL>
  <ApplicationNumber>sample string 5</ApplicationNumber>
  <ApplicationTypeDD>3</ApplicationTypeDD>
  <LanguagePreferenceDD>7</LanguagePreferenceDD>
  <LenderName>sample string 6</LenderName>
  <LenderNotes>sample string 8</LenderNotes>
  <MortgageTypeDD>4</MortgageTypeDD>
  <api_key>sample string 1</api_key>
</ZapierV3UpdateDealSubmissionInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ZapierV3UpdateDealSubmissionInput'.

Response Information

Resource Description

ZapierV3UpdateDealSubmissionOutPut
NameDescriptionTypeAdditional information
ApplicationNumber

string

None.

DealId

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ApplicationNumber": "sample string 1",
  "DealId": 2,
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<ZapierV3UpdateDealSubmissionOutPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Zapier">
  <ApplicationNumber>sample string 1</ApplicationNumber>
  <DealId>2</DealId>
  <Message>sample string 3</Message>
</ZapierV3UpdateDealSubmissionOutPut>