POST zapier/lst_submission
Request Information
URI Parameters
None.
Body Parameters
ZapierApiKeyModelName | Description | Type | Additional information |
---|---|---|---|
api_key | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "api_key": "sample string 1" }
application/xml, text/xml
Sample:
<ZapierApiKeyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Zapier"> <api_key>sample string 1</api_key> </ZapierApiKeyModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ZapierSubmissionDataModelName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
SubmissionUniqueID | integer |
None. |
|
MortgageApplicationUniqueID | integer |
None. |
|
ApplicationNumber | string |
None. |
|
LenderName | string |
None. |
|
SubmissionDate | date |
None. |
|
ApplicationType | string |
None. |
|
LenderNotes | string |
None. |
|
Applicant | string |
None. |
|
ClosingDate | date |
None. |
|
Mortgage | ZapierRequestMortgageModel |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "sample string 1", "SubmissionUniqueID": 2, "MortgageApplicationUniqueID": 3, "ApplicationNumber": "sample string 4", "LenderName": "sample string 5", "SubmissionDate": "2025-04-11T07:18:11.1231656-04:00", "ApplicationType": "sample string 6", "LenderNotes": "sample string 7", "Applicant": "sample string 8", "ClosingDate": "2025-04-11T07:18:11.1231656-04:00", "Mortgage": { "Position": "sample string 1", "NetLoan": 1.0, "TotalLoan": 1.0, "LoanType": "sample string 2", "IAD": "sample string 3", "IAAmount": 1.0, "FirstPayment": "sample string 4", "Maturity": "sample string 5", "InterestRate": 1.0, "DiscountRate": 1.0, "PremiumRate": 1.0, "BuydownRate": 1.0, "NetRate": 1.0, "VariableToPrime": "sample string 6", "RateType": "sample string 7", "TermType": "sample string 8", "PaymentFrequency": "sample string 9", "TermInMonth": 1, "Amort": 1, "InterestOnly": true, "MonthlyPayment": 1.0, "Payment": 1.0, "GDS": 1.0, "TDS": 1.0, "LTV": 1.0, "MIInsured": true, "MIInc": true, "MIPremiumRate": 1.0, "MIPremiumAmt": 1.0, "Lender": "sample string 10", "Fee1": { "FeeTypeDD": 1, "FeeType": "sample string 2", "FeeName": "sample string 3", "strFeeType": "sample string 4", "DeductFromPrincipalFlag": true, "IncludeInAPRFlag": true, "Amount": 1.0, "DeductFmPrinc": true, "InclInAPR": true, "Comments": "sample string 9" }, "Fee2": { "FeeTypeDD": 1, "FeeType": "sample string 2", "FeeName": "sample string 3", "strFeeType": "sample string 4", "DeductFromPrincipalFlag": true, "IncludeInAPRFlag": true, "Amount": 1.0, "DeductFmPrinc": true, "InclInAPR": true, "Comments": "sample string 9" }, "Fee3": { "FeeTypeDD": 1, "FeeType": "sample string 2", "FeeName": "sample string 3", "strFeeType": "sample string 4", "DeductFromPrincipalFlag": true, "IncludeInAPRFlag": true, "Amount": 1.0, "DeductFmPrinc": true, "InclInAPR": true, "Comments": "sample string 9" }, "UniqueID": 11 } }, { "Id": "sample string 1", "SubmissionUniqueID": 2, "MortgageApplicationUniqueID": 3, "ApplicationNumber": "sample string 4", "LenderName": "sample string 5", "SubmissionDate": "2025-04-11T07:18:11.1231656-04:00", "ApplicationType": "sample string 6", "LenderNotes": "sample string 7", "Applicant": "sample string 8", "ClosingDate": "2025-04-11T07:18:11.1231656-04:00", "Mortgage": { "Position": "sample string 1", "NetLoan": 1.0, "TotalLoan": 1.0, "LoanType": "sample string 2", "IAD": "sample string 3", "IAAmount": 1.0, "FirstPayment": "sample string 4", "Maturity": "sample string 5", "InterestRate": 1.0, "DiscountRate": 1.0, "PremiumRate": 1.0, "BuydownRate": 1.0, "NetRate": 1.0, "VariableToPrime": "sample string 6", "RateType": "sample string 7", "TermType": "sample string 8", "PaymentFrequency": "sample string 9", "TermInMonth": 1, "Amort": 1, "InterestOnly": true, "MonthlyPayment": 1.0, "Payment": 1.0, "GDS": 1.0, "TDS": 1.0, "LTV": 1.0, "MIInsured": true, "MIInc": true, "MIPremiumRate": 1.0, "MIPremiumAmt": 1.0, "Lender": "sample string 10", "Fee1": { "FeeTypeDD": 1, "FeeType": "sample string 2", "FeeName": "sample string 3", "strFeeType": "sample string 4", "DeductFromPrincipalFlag": true, "IncludeInAPRFlag": true, "Amount": 1.0, "DeductFmPrinc": true, "InclInAPR": true, "Comments": "sample string 9" }, "Fee2": { "FeeTypeDD": 1, "FeeType": "sample string 2", "FeeName": "sample string 3", "strFeeType": "sample string 4", "DeductFromPrincipalFlag": true, "IncludeInAPRFlag": true, "Amount": 1.0, "DeductFmPrinc": true, "InclInAPR": true, "Comments": "sample string 9" }, "Fee3": { "FeeTypeDD": 1, "FeeType": "sample string 2", "FeeName": "sample string 3", "strFeeType": "sample string 4", "DeductFromPrincipalFlag": true, "IncludeInAPRFlag": true, "Amount": 1.0, "DeductFmPrinc": true, "InclInAPR": true, "Comments": "sample string 9" }, "UniqueID": 11 } } ]
application/xml, text/xml
Sample:
<ArrayOfZapierSubmissionDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Zapier"> <ZapierSubmissionDataModel> <Applicant>sample string 8</Applicant> <ApplicationNumber>sample string 4</ApplicationNumber> <ApplicationType>sample string 6</ApplicationType> <ClosingDate>2025-04-11T07:18:11.1231656-04:00</ClosingDate> <Id>sample string 1</Id> <LenderName>sample string 5</LenderName> <LenderNotes>sample string 7</LenderNotes> <Mortgage> <UniqueID>11</UniqueID> <Amort>1</Amort> <BuydownRate>1</BuydownRate> <DiscountRate>1</DiscountRate> <Fee1 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Universal"> <d4p1:Amount>1</d4p1:Amount> <d4p1:Comments>sample string 9</d4p1:Comments> <d4p1:DeductFmPrinc>true</d4p1:DeductFmPrinc> <d4p1:DeductFromPrincipalFlag>true</d4p1:DeductFromPrincipalFlag> <d4p1:FeeName>sample string 3</d4p1:FeeName> <d4p1:FeeType>sample string 2</d4p1:FeeType> <d4p1:FeeTypeDD>1</d4p1:FeeTypeDD> <d4p1:InclInAPR>true</d4p1:InclInAPR> <d4p1:IncludeInAPRFlag>true</d4p1:IncludeInAPRFlag> <d4p1:strFeeType>sample string 4</d4p1:strFeeType> </Fee1> <Fee2 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Universal"> <d4p1:Amount>1</d4p1:Amount> <d4p1:Comments>sample string 9</d4p1:Comments> <d4p1:DeductFmPrinc>true</d4p1:DeductFmPrinc> <d4p1:DeductFromPrincipalFlag>true</d4p1:DeductFromPrincipalFlag> <d4p1:FeeName>sample string 3</d4p1:FeeName> <d4p1:FeeType>sample string 2</d4p1:FeeType> <d4p1:FeeTypeDD>1</d4p1:FeeTypeDD> <d4p1:InclInAPR>true</d4p1:InclInAPR> <d4p1:IncludeInAPRFlag>true</d4p1:IncludeInAPRFlag> <d4p1:strFeeType>sample string 4</d4p1:strFeeType> </Fee2> <Fee3 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Universal"> <d4p1:Amount>1</d4p1:Amount> <d4p1:Comments>sample string 9</d4p1:Comments> <d4p1:DeductFmPrinc>true</d4p1:DeductFmPrinc> <d4p1:DeductFromPrincipalFlag>true</d4p1:DeductFromPrincipalFlag> <d4p1:FeeName>sample string 3</d4p1:FeeName> <d4p1:FeeType>sample string 2</d4p1:FeeType> <d4p1:FeeTypeDD>1</d4p1:FeeTypeDD> <d4p1:InclInAPR>true</d4p1:InclInAPR> <d4p1:IncludeInAPRFlag>true</d4p1:IncludeInAPRFlag> <d4p1:strFeeType>sample string 4</d4p1:strFeeType> </Fee3> <FirstPayment>sample string 4</FirstPayment> <GDS>1</GDS> <IAAmount>1</IAAmount> <IAD>sample string 3</IAD> <InterestOnly>true</InterestOnly> <InterestRate>1</InterestRate> <LTV>1</LTV> <Lender>sample string 10</Lender> <LoanType>sample string 2</LoanType> <MIInc>true</MIInc> <MIInsured>true</MIInsured> <MIPremiumAmt>1</MIPremiumAmt> <MIPremiumRate>1</MIPremiumRate> <Maturity>sample string 5</Maturity> <MonthlyPayment>1</MonthlyPayment> <NetLoan>1</NetLoan> <NetRate>1</NetRate> <Payment>1</Payment> <PaymentFrequency>sample string 9</PaymentFrequency> <Position>sample string 1</Position> <PremiumRate>1</PremiumRate> <RateType>sample string 7</RateType> <TDS>1</TDS> <TermInMonth>1</TermInMonth> <TermType>sample string 8</TermType> <TotalLoan>1</TotalLoan> <VariableToPrime>sample string 6</VariableToPrime> </Mortgage> <MortgageApplicationUniqueID>3</MortgageApplicationUniqueID> <SubmissionDate>2025-04-11T07:18:11.1231656-04:00</SubmissionDate> <SubmissionUniqueID>2</SubmissionUniqueID> </ZapierSubmissionDataModel> <ZapierSubmissionDataModel> <Applicant>sample string 8</Applicant> <ApplicationNumber>sample string 4</ApplicationNumber> <ApplicationType>sample string 6</ApplicationType> <ClosingDate>2025-04-11T07:18:11.1231656-04:00</ClosingDate> <Id>sample string 1</Id> <LenderName>sample string 5</LenderName> <LenderNotes>sample string 7</LenderNotes> <Mortgage> <UniqueID>11</UniqueID> <Amort>1</Amort> <BuydownRate>1</BuydownRate> <DiscountRate>1</DiscountRate> <Fee1 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Universal"> <d4p1:Amount>1</d4p1:Amount> <d4p1:Comments>sample string 9</d4p1:Comments> <d4p1:DeductFmPrinc>true</d4p1:DeductFmPrinc> <d4p1:DeductFromPrincipalFlag>true</d4p1:DeductFromPrincipalFlag> <d4p1:FeeName>sample string 3</d4p1:FeeName> <d4p1:FeeType>sample string 2</d4p1:FeeType> <d4p1:FeeTypeDD>1</d4p1:FeeTypeDD> <d4p1:InclInAPR>true</d4p1:InclInAPR> <d4p1:IncludeInAPRFlag>true</d4p1:IncludeInAPRFlag> <d4p1:strFeeType>sample string 4</d4p1:strFeeType> </Fee1> <Fee2 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Universal"> <d4p1:Amount>1</d4p1:Amount> <d4p1:Comments>sample string 9</d4p1:Comments> <d4p1:DeductFmPrinc>true</d4p1:DeductFmPrinc> <d4p1:DeductFromPrincipalFlag>true</d4p1:DeductFromPrincipalFlag> <d4p1:FeeName>sample string 3</d4p1:FeeName> <d4p1:FeeType>sample string 2</d4p1:FeeType> <d4p1:FeeTypeDD>1</d4p1:FeeTypeDD> <d4p1:InclInAPR>true</d4p1:InclInAPR> <d4p1:IncludeInAPRFlag>true</d4p1:IncludeInAPRFlag> <d4p1:strFeeType>sample string 4</d4p1:strFeeType> </Fee2> <Fee3 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Universal"> <d4p1:Amount>1</d4p1:Amount> <d4p1:Comments>sample string 9</d4p1:Comments> <d4p1:DeductFmPrinc>true</d4p1:DeductFmPrinc> <d4p1:DeductFromPrincipalFlag>true</d4p1:DeductFromPrincipalFlag> <d4p1:FeeName>sample string 3</d4p1:FeeName> <d4p1:FeeType>sample string 2</d4p1:FeeType> <d4p1:FeeTypeDD>1</d4p1:FeeTypeDD> <d4p1:InclInAPR>true</d4p1:InclInAPR> <d4p1:IncludeInAPRFlag>true</d4p1:IncludeInAPRFlag> <d4p1:strFeeType>sample string 4</d4p1:strFeeType> </Fee3> <FirstPayment>sample string 4</FirstPayment> <GDS>1</GDS> <IAAmount>1</IAAmount> <IAD>sample string 3</IAD> <InterestOnly>true</InterestOnly> <InterestRate>1</InterestRate> <LTV>1</LTV> <Lender>sample string 10</Lender> <LoanType>sample string 2</LoanType> <MIInc>true</MIInc> <MIInsured>true</MIInsured> <MIPremiumAmt>1</MIPremiumAmt> <MIPremiumRate>1</MIPremiumRate> <Maturity>sample string 5</Maturity> <MonthlyPayment>1</MonthlyPayment> <NetLoan>1</NetLoan> <NetRate>1</NetRate> <Payment>1</Payment> <PaymentFrequency>sample string 9</PaymentFrequency> <Position>sample string 1</Position> <PremiumRate>1</PremiumRate> <RateType>sample string 7</RateType> <TDS>1</TDS> <TermInMonth>1</TermInMonth> <TermType>sample string 8</TermType> <TotalLoan>1</TotalLoan> <VariableToPrime>sample string 6</VariableToPrime> </Mortgage> <MortgageApplicationUniqueID>3</MortgageApplicationUniqueID> <SubmissionDate>2025-04-11T07:18:11.1231656-04:00</SubmissionDate> <SubmissionUniqueID>2</SubmissionUniqueID> </ZapierSubmissionDataModel> </ArrayOfZapierSubmissionDataModel>