customer-applications
Operations addressed under /customer-applications — 17 operations.
create-customer-application
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CreateCustomerApplicationDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ApplicationNumber | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_7 | 400 | CURRENCY_ID_NOT_FOUND | Currency definition cannot be found. |
create-customer-application › Request Body
customerIdamountcurrencyNumbereducationLevelOccupationTypeFieldIdemailjobOccupationTypeFieldIdjobTitleOccupationTypeFieldIdmaritalStatusPermitted values — validated against the marital_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Married | no label seeded |
2 | Unmarried | no label seeded |
3 | Widowed | no label seeded |
officePhoneNumberpartnerIdpayDayPermitted values — validated against the pay_day parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Ayın ilk günü | en: first day of the month · tr: Ayın ilk günü · ar: أول يوم من الشهر |
2 | Ayın ilk iş günü | en: first working day of the month · tr: Ayın ilk iş günü · ar: أول يوم عمل في الشهر |
3 | Ayın son günü | en: last working day of the month · tr: Ayın son günü · ar: آخر يوم عمل في الشهر |
4 | Ayın son iş günü | en: last working day of the month · tr: Ayın son iş günü · ar: آخر يوم عمل في الشهر |
phoneNumbervalidityDayworkingStyleOccupationTypeFieldIdworkplaceSigncreate-customer-application › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
applicationNumberidUpdate customer application
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the update-customer-application service definition through PUT /customer-applications/{id}.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
ERR_LAPPLCTN_7 | 400 | CURRENCY_ID_NOT_FOUND | Currency definition cannot be found. |
path Parameters
idUpdate customer application › Request Body
amountcurrencyNumbereducationLevelOccupationTypeFieldIdemailjobOccupationTypeFieldIdjobTitleOccupationTypeFieldIdmaritalStatusPermitted values — validated against the marital_status parameter.
| Value | Meaning |
|---|---|
1 | Married |
2 | Unmarried |
3 | Widowed |
Permitted values — validated against the marital_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Married | no label seeded |
2 | Unmarried | no label seeded |
3 | Widowed | no label seeded |
officePhoneNumberpayDayPermitted values — validated against the pay_day parameter.
| Value | Meaning |
|---|---|
1 | first day of the month |
2 | first working day of the month |
3 | last working day of the month |
4 | last working day of the month |
Permitted values — validated against the pay_day parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Ayın ilk günü | en: first day of the month · tr: Ayın ilk günü · ar: أول يوم من الشهر |
2 | Ayın ilk iş günü | en: first working day of the month · tr: Ayın ilk iş günü · ar: أول يوم عمل في الشهر |
3 | Ayın son günü | en: last working day of the month · tr: Ayın son günü · ar: آخر يوم عمل في الشهر |
4 | Ayın son iş günü | en: last working day of the month · tr: Ayın son iş günü · ar: آخر يوم عمل في الشهر |
phoneNumbervalidityDateworkingStyleOccupationTypeFieldIdworkplaceSignUpdate customer application › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-customer-application-asset-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CustomerApplicationAssetDto>.
| Field | Declared type | Nullable |
|---|---|---|
AssetType | int? | yes |
CurrencyNumber | string | no |
FinancialValue | decimal? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-customer-application-asset-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
assetTypePermitted values — validated against the asset_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | house | no label seeded |
2 | car | no label seeded |
currencyNumberfinancialValueidcreate-customer-application-asset
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idcreate-customer-application-asset › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete customer application asset
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the delete-customer-application-asset service definition through DELETE /customer-applications/{id}/assets/{assetId}.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
ERR_LAPPLCTN_6 | 400 | CUSTOMER_APPLICATION_ASSET_NOT_FOUND | Customer application asset cannot be found. :{0} |
path Parameters
idassetIddelete customer application asset › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-customer-application-details-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CustomerApplicationDetailsDto.
| Field | Declared type | Nullable |
|---|---|---|
ApplicationIncomes | List<ApplicationIncome> (collection) | no |
ApplicationAssets | List<ApplicationAsset> (collection) | no |
ApplicationExpenses | List<ApplicationExpense> (collection) | no |
ApplicationProducts | List<ApplicationProduct> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idget-customer-application-details-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
amountapplicationDateapplicationNumberapplicationScorecurrencyNumbercustomerIdeducationLevelOccupationTypeFieldIdemailidjobOccupationTypeFieldIdjobTitleOccupationTypeFieldIdmaritalStatusPermitted values — validated against the marital_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Married | no label seeded |
2 | Unmarried | no label seeded |
3 | Widowed | no label seeded |
officePhoneNumberpayDayPermitted values — validated against the pay_day parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Ayın ilk günü | en: first day of the month · tr: Ayın ilk günü · ar: أول يوم من الشهر |
2 | Ayın ilk iş günü | en: first working day of the month · tr: Ayın ilk iş günü · ar: أول يوم عمل في الشهر |
3 | Ayın son günü | en: last working day of the month · tr: Ayın son günü · ar: آخر يوم عمل في الشهر |
4 | Ayın son iş günü | en: last working day of the month · tr: Ayın son iş günü · ar: آخر يوم عمل في الشهر |
phoneNumberstatusPermitted values — validated against the application_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
0 | Approved | en: Approved · tr: Onaylandi · ar: موافق |
1 | Pending | en: Pending · tr: Beklemede · ar: معلق |
2 | Rejected | en: Rejected · tr: Reddedildi · ar: مرفوض |
3 | Cancelled | en: Cancelled · tr: İptal edildi · ar: ملغاة |
4 | Expired | en: Expired · tr: Süresi Geçti · ar: منتهي الصلاحية |
validityDateworkingStyleOccupationTypeFieldIdworkplaceSigncreate-application-evaluation-result
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idcreate-application-evaluation-result › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-customer-application-expense-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CustomerApplicationExpenseDto>.
| Field | Declared type | Nullable |
|---|---|---|
SourceOfExpense | int? | yes |
MonthlyAmount | decimal? | yes |
CurrencyNumber | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-customer-application-expense-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
currencyNumberidmonthlyAmountsourceOfExpensePermitted values — validated against the source_of_expense parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | rent | no label seeded |
2 | school expense | no label seeded |
create-customer-application-expense
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idcreate-customer-application-expense › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-customer-application-expense
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
ERR_LAPPLCTN_3 | 400 | CUSTOMER_APPLICATION_EXPENSE_NOT_FOUND | Customer application expense cannot be found. :{0} |
path Parameters
idexpenseIddelete-customer-application-expense › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-customer-application-income-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CustomerApplicationIncomeDto>.
| Field | Declared type | Nullable |
|---|---|---|
SourceOfIncome | int? | yes |
MonthlyAmount | decimal? | yes |
CurrencyNumber | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-customer-application-income-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
currencyNumberidmonthlyAmountsourceOfIncomePermitted values — validated against the source_of_income parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Family Revenue | en: Family Revenue · tr: Aile Geliri · ar: إيرادات الأسرة |
2 | Donation-Aid | en: Donation-Aid · tr: Bağış-Yardım · ar: تبرعات-مساعدات |
3 | Scholarship | en: Scholarship · tr: Burs · ar: منحة دراسية |
4 | Real Estate Income | en: Real Estate Income · tr: Gayrimenkul Geliri · ar: دخل العقارات |
5 | Salary | en: Salary · tr: Maaş · ar: راتب |
6 | Inheritance | en: Inheritance · tr: Miras · ar: الميراث |
7 | Self-Employment Incomes | en: Self-Employment Incomes · tr: Serbest Meslek Gelirleri · ar: دخل العمل الحر |
8 | Business Income | en: Business Income · tr: Iş geliri · ar: دخل الأعمال |
9 | Wage-Salary | en: Wage-Salary · tr: Ücret-Maaş · ar: الأجر-الراتب |
10 | Investment Income | en: Investment Income · tr: Yatırım Geliri · ar: دخل الاستثمار |
0 | Other | en: Other · tr: Diğer |
create-customer-application-income
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idcreate-customer-application-income › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete customer application income
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the delete-customer-application-income service definition through DELETE /customer-applications/{id}/incomes/{incomeId}.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
ERR_LAPPLCTN_2 | 400 | CUSTOMER_APPLICATION_INCOMES_NOT_FOUND | Customer application income cannot be found. :{0} |
path Parameters
idincomeIddelete customer application income › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-customer-application-product-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CustomerApplicationProductDto>.
| Field | Declared type | Nullable |
|---|---|---|
ProductId | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-customer-application-product-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
idproductIdcreate-customer-application-product
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
ERR_LAPPLCTN_4 | 400 | CUSTOMER_APPLICATION_PRODUCT_ALREADY_EXISTS | This product has been registered before. : {0} |
path Parameters
idcreate-customer-application-product › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete customer application product
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the delete-customer-application-product service definition through DELETE /customer-applications/{id}/products/{applicationProductId}.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
ERR_LAPPLCTN_5 | 400 | CUSTOMER_APPLICATION_PRODUCT_NOT_FOUND | Customer application product cannot be found. :{0} |
path Parameters
idapplicationProductIddelete customer application product › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
update-customer-application-status
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LAPPLCTN_1 | 400 | CUSTOMER_APPLICATION_NOT_FOUND | Customer application cannot be found. :{0} |
path Parameters
idupdate-customer-application-status › Request Body
statusPermitted values — validated against the application_status parameter.
| Value | Meaning |
|---|---|
0 | Approved |
1 | Pending |
2 | Rejected |
3 | Cancelled |
4 | Expired |
Permitted values — validated against the application_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
0 | Approved | en: Approved · tr: Onaylandi · ar: موافق |
1 | Pending | en: Pending · tr: Beklemede · ar: معلق |
2 | Rejected | en: Rejected · tr: Reddedildi · ar: مرفوض |
3 | Cancelled | en: Cancelled · tr: İptal edildi · ar: ملغاة |
4 | Expired | en: Expired · tr: Süresi Geçti · ar: منتهي الصلاحية |
update-customer-application-status › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.