POST api/OnlinePartner/SubmitOfflineRequestOld/{controllerName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| controllerName | string |
Required |
Body Parameters
SubmitOfflineModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"ProcessingType": "sample string 1",
"Token": "sample string 2",
"ClientIP": "sample string 3",
"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": 4.0,
"CNP": "sample string 5",
"IdentityCardSeries": "sample string 6",
"IdentityCardNumber": "sample string 7",
"County": "sample string 8",
"LoanPeriod": 9,
"ScheduleType": "sample string 10",
"Occupation": "sample string 11",
"EmployerID": "sample string 12",
"EmployerName": "sample string 13",
"EmployerPhone": "sample string 14",
"ContractStartYear": 15,
"ContractStartMonth": 16,
"ContractStartDay": 17,
"ContractEndYear": 1,
"ContractEndMonth": 1,
"ContractEndDay": 1,
"IsPermanentContract": true,
"NetSalary": 19.0,
"PreviousYearMediumIncome": 20.0,
"FamilySituation": "sample string 21",
"ExpusPolitic": true,
"RudaCredius": true,
"ContactMeType": "sample string 24",
"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 25",
"Base64BCXML": "sample string 26",
"City": "sample string 27",
"Street": "sample string 28",
"StreetNumber": "sample string 29",
"Building": "sample string 30",
"Floor": "sample string 31",
"Gate": "sample string 32",
"Appartment": "sample string 33",
"UserId": "sample string 34",
"StoreLocationId": "sample string 35",
"AddressFull": "sample string 36",
"CodebtorRequest": true,
"BeneficiarySelf": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.