POST api/OfflinePartnerDocument/GetRequestForm/{controllerName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| controllerName | string |
Required |
Body Parameters
SubmitOfflineExtendedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAcordPrelucrareDate | boolean |
None. |
|
| IsAcordBC | boolean |
None. |
|
| IsAcordAnaf | boolean |
None. |
|
| ProcessingType | string |
None. |
|
| Token | string |
None. |
|
| ClientIP | string |
None. |
|
| products | Collection of ProductModel |
None. |
|
| RequestedAmount | decimal number |
None. |
|
| CNP | string |
None. |
|
| IdentityCardSeries | string |
None. |
|
| IdentityCardNumber | string |
None. |
|
| County | string |
None. |
|
| LoanPeriod | integer |
None. |
|
| ScheduleType | string |
None. |
|
| Occupation | string |
None. |
|
| EmployerID | string |
None. |
|
| EmployerName | string |
None. |
|
| EmployerPhone | string |
None. |
|
| ContractStartYear | integer |
None. |
|
| ContractStartMonth | integer |
None. |
|
| ContractStartDay | integer |
None. |
|
| ContractEndYear | integer |
None. |
|
| ContractEndMonth | integer |
None. |
|
| ContractEndDay | integer |
None. |
|
| IsPermanentContract | boolean |
None. |
|
| NetSalary | decimal number |
None. |
|
| PreviousYearMediumIncome | decimal number |
None. |
|
| FamilySituation | string |
None. |
|
| ExpusPolitic | boolean |
None. |
|
| RudaCredius | boolean |
None. |
|
| ContactMeType | string |
None. |
|
| WithIncomeProof | boolean |
None. |
|
| fileattachments | Collection of FileAttachmentModel |
None. |
|
| Base64AnafXML | string |
None. |
|
| Base64BCXML | string |
None. |
|
| City | string |
None. |
|
| Street | string |
None. |
|
| StreetNumber | string |
None. |
|
| Building | string |
None. |
|
| Floor | string |
None. |
|
| Gate | string |
None. |
|
| Appartment | string |
None. |
|
| UserId | string |
None. |
|
| StoreLocationId | string |
None. |
|
| AddressFull | string |
None. |
|
| CodebtorRequest | boolean |
None. |
|
| BeneficiarySelf | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsAcordPrelucrareDate": true,
"IsAcordBC": true,
"IsAcordAnaf": true,
"ProcessingType": "sample string 4",
"Token": "sample string 5",
"ClientIP": "sample string 6",
"products": [
{
"name": "sample string 1",
"code": "sample string 2",
"quantity": 3,
"value": "sample string 4",
"image": "sample string 5",
"specialproduct": true
},
{
"name": "sample string 1",
"code": "sample string 2",
"quantity": 3,
"value": "sample string 4",
"image": "sample string 5",
"specialproduct": true
}
],
"RequestedAmount": 7.0,
"CNP": "sample string 8",
"IdentityCardSeries": "sample string 9",
"IdentityCardNumber": "sample string 10",
"County": "sample string 11",
"LoanPeriod": 12,
"ScheduleType": "sample string 13",
"Occupation": "sample string 14",
"EmployerID": "sample string 15",
"EmployerName": "sample string 16",
"EmployerPhone": "sample string 17",
"ContractStartYear": 18,
"ContractStartMonth": 19,
"ContractStartDay": 20,
"ContractEndYear": 1,
"ContractEndMonth": 1,
"ContractEndDay": 1,
"IsPermanentContract": true,
"NetSalary": 22.0,
"PreviousYearMediumIncome": 23.0,
"FamilySituation": "sample string 24",
"ExpusPolitic": true,
"RudaCredius": true,
"ContactMeType": "sample string 27",
"WithIncomeProof": true,
"fileattachments": [
{
"FileNameNoExtension": "sample string 1",
"Extension": "sample string 2",
"Base64Content": "sample string 3",
"FileType": 4
},
{
"FileNameNoExtension": "sample string 1",
"Extension": "sample string 2",
"Base64Content": "sample string 3",
"FileType": 4
}
],
"Base64AnafXML": "sample string 28",
"Base64BCXML": "sample string 29",
"City": "sample string 30",
"Street": "sample string 31",
"StreetNumber": "sample string 32",
"Building": "sample string 33",
"Floor": "sample string 34",
"Gate": "sample string 35",
"Appartment": "sample string 36",
"UserId": "sample string 37",
"StoreLocationId": "sample string 38",
"AddressFull": "sample string 39",
"CodebtorRequest": true,
"BeneficiarySelf": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.