POST api/v1/credit/offer-letter/is-offer-letter-generated

Request Information

URI Parameters

None.

Body Parameters

OfferLetterViewModel
NameDescriptionTypeAdditional information
customerId

integer

None.

customerName

string

None.

customerAddress

string

None.

applicationDate

date

None.

customerGroupName

string

None.

customerEmailAddress

string

None.

customerPhoneNumber

string

None.

isFinal

boolean

None.

final

string

None.

producyClassProcessId

integer

None.

loanApplicationDetailId

integer

None.

operationName

string

None.

managementPosition

string

None.

offerLetterTitle

string

None.

offerLetterSalutation

string

None.

offerLetterClauses

string

None.

offerLetteracceptance

string

None.

loanApplicationId

integer

None.

isLMS

boolean

None.

title

string

None.

documentTemplate

integer

None.

customerName2

string

None.

companyId

integer

None.

companyName

string

None.

company

string

None.

createdBy

integer

None.

lastUpdatedBy

integer

None.

dateTimeCreated

date

None.

dateTimeUpdated

date

None.

deleted

boolean

None.

deletedBy

integer

None.

dateTimeDeleted

date

None.

canModified

boolean

None.

userBranchId

integer

None.

sourceBranchId

integer

None.

userIPAddress

string

None.

applicationUrl

string

None.

systemCurrentDate

date

None.

systemArrivalDateTime

date

None.

staffId

integer

None.

username

string

None.

passCode

string

None.

countryId

integer

None.

purpose

string

None.

amount

decimal number

None.

tenor

integer

None.

loanType

string

None.

pricing

string

None.

Request Formats

application/json, text/json

Sample:
{
  "purpose": "sample string 1",
  "amount": 2.0,
  "tenor": 3,
  "loanType": "sample string 4",
  "pricing": "sample string 5",
  "customerId": 1,
  "customerName": "sample string 2",
  "customerAddress": "sample string 3",
  "applicationDate": "2025-05-06T04:06:56.5013212+01:00",
  "customerGroupName": "sample string 5",
  "customerEmailAddress": "sample string 6",
  "customerPhoneNumber": "sample string 7",
  "isFinal": true,
  "final": "sample string 9",
  "producyClassProcessId": 10,
  "loanApplicationDetailId": 11,
  "operationName": "sample string 12",
  "managementPosition": "sample string 13",
  "offerLetterTitle": "sample string 14",
  "offerLetterSalutation": "sample string 15",
  "offerLetterClauses": "sample string 16",
  "offerLetteracceptance": "sample string 17",
  "loanApplicationId": 18,
  "isLMS": true,
  "title": "sample string 20",
  "documentTemplate": 21,
  "customerName2": "sample string 22",
  "companyId": 23,
  "companyName": "sample string 24",
  "company": "sample string 25",
  "createdBy": 26,
  "lastUpdatedBy": 27,
  "dateTimeCreated": "2025-05-06T04:06:56.5013212+01:00",
  "dateTimeUpdated": "2025-05-06T04:06:56.5013212+01:00",
  "deleted": true,
  "deletedBy": 1,
  "dateTimeDeleted": "2025-05-06T04:06:56.5013212+01:00",
  "canModified": true,
  "userBranchId": 31,
  "sourceBranchId": 32,
  "userIPAddress": "sample string 33",
  "applicationUrl": "sample string 34",
  "systemCurrentDate": "2025-05-06T04:06:56.5013212+01:00",
  "systemArrivalDateTime": "2025-05-06T04:06:56.5013212+01:00",
  "staffId": 35,
  "username": "sample string 36",
  "passCode": "sample string 37",
  "countryId": 38
}

application/xml, text/xml

Sample:
<OfferLetterViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels.Credit">
  <applicationUrl xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 34</applicationUrl>
  <canModified xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">true</canModified>
  <company xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 25</company>
  <companyId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">23</companyId>
  <companyName xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 24</companyName>
  <countryId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">38</countryId>
  <createdBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">26</createdBy>
  <dateTimeCreated xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-06T04:06:56.5013212+01:00</dateTimeCreated>
  <dateTimeDeleted xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-06T04:06:56.5013212+01:00</dateTimeDeleted>
  <dateTimeUpdated xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-06T04:06:56.5013212+01:00</dateTimeUpdated>
  <deleted xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">true</deleted>
  <deletedBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">1</deletedBy>
  <lastUpdatedBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">27</lastUpdatedBy>
  <passCode xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 37</passCode>
  <sourceBranchId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">32</sourceBranchId>
  <staffId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">35</staffId>
  <systemArrivalDateTime xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-06T04:06:56.5013212+01:00</systemArrivalDateTime>
  <systemCurrentDate xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-06T04:06:56.5013212+01:00</systemCurrentDate>
  <userBranchId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">31</userBranchId>
  <userIPAddress xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 33</userIPAddress>
  <username xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 36</username>
  <amount>2</amount>
  <applicationDate>2025-05-06T04:06:56.5013212+01:00</applicationDate>
  <customerAddress>sample string 3</customerAddress>
  <customerEmailAddress>sample string 6</customerEmailAddress>
  <customerGroupName>sample string 5</customerGroupName>
  <customerId>1</customerId>
  <customerName>sample string 2</customerName>
  <customerName2>sample string 22</customerName2>
  <customerPhoneNumber>sample string 7</customerPhoneNumber>
  <documentTemplate>21</documentTemplate>
  <final>sample string 9</final>
  <isFinal>true</isFinal>
  <isLMS>true</isLMS>
  <loanApplicationDetailId>11</loanApplicationDetailId>
  <loanApplicationId>18</loanApplicationId>
  <loanType>sample string 4</loanType>
  <managementPosition>sample string 13</managementPosition>
  <offerLetterClauses>sample string 16</offerLetterClauses>
  <offerLetterSalutation>sample string 15</offerLetterSalutation>
  <offerLetterTitle>sample string 14</offerLetterTitle>
  <offerLetteracceptance>sample string 17</offerLetteracceptance>
  <operationName>sample string 12</operationName>
  <pricing>sample string 5</pricing>
  <producyClassProcessId>10</producyClassProcessId>
  <purpose>sample string 1</purpose>
  <tenor>3</tenor>
  <title>sample string 20</title>
</OfferLetterViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />