Edit application
Authorizations
Header parameters
ApiKeystringRequired
Body
applicationIDstringRequired
partnerBusinessNamestringRequired
partnerDateIncorporatedstringRequired
YYYY-MM-DD
partnerBusinessTypestring · enumRequiredPossible values:
Select Business
partnerBusinessAddressstringRequired
partnerStreet2stringOptional
partnerGeneralInformationCitystringRequired
partnerGeneralInformationStatestring · enumRequiredPossible values:
Select State
partnerGeneralInformationZipintegerRequired
partnerWebsitestringRequired
partnerSICinteger · enumRequiredPossible values:
Select SIC
partnerOwnershipstring · enumRequiredPossible values:
Select
partnerBusinessDescriptionstringRequired
partnerBusinessFaxintegerOptional
partnerInitialCreditLimitintegerRequired
partnerCustomerInformationFirstNamestringRequired
partnerCustomerInformationLastNamestringRequired
partnerCustomerInformationHomeAddressstringRequired
partnerCustomerInformationHomeStreet2stringOptional
partnerCustomerInformationStatestring · enumRequiredPossible values:
Select State
partnerCustomerInformationCitystringRequired
partnercustomerInformationZipintegerRequired
partnerCustomerInformationPercentOwnershipintegerRequired
partnerCustomerInformationDOBstringRequired
YYYY-MM-DD
haveInsurancebooleanOptional
genderstring · enumRequiredPossible values:
Select Gender
Responses
200
Successful Response
application/json
post
POST /partner/edit-application HTTP/1.1
Host: api.kaped.io
Authorization: Bearer YOUR_SECRET_TOKEN
ApiKey: text
Content-Type: multipart/form-data
Accept: */*
Content-Length: 857
{
"applicationID": "text",
"partnerBusinessName": "text",
"partnerDateIncorporated": "text",
"partnerBusinessType": "LLC",
"partnerBusinessAddress": "text",
"partnerStreet2": "text",
"partnerGeneralInformationCity": "text",
"partnerGeneralInformationState": "AL",
"partnerGeneralInformationZip": 1,
"partnerWebsite": "text",
"partnerSIC": 100,
"partnerOwnership": "public",
"partnerBusinessDescription": "text",
"partnerBusinessFax": 1,
"partnerInitialCreditLimit": 1,
"partnerCustomerInformationFirstName": "text",
"partnerCustomerInformationLastName": "text",
"partnerCustomerInformationHomeAddress": "text",
"partnerCustomerInformationHomeStreet2": "text",
"partnerCustomerInformationState": "AL",
"partnerCustomerInformationCity": "text",
"partnercustomerInformationZip": 1,
"partnerCustomerInformationPercentOwnership": 1,
"partnerCustomerInformationDOB": "text",
"haveInsurance": true,
"gender": "Male"
}
200
Successful Response
{
"applicationID": "text",
"partnerBusinessName": "text",
"partnerDateIncorporated": "text",
"partnerBusinessType": "LLC",
"partnerBusinessAddress": "text",
"partnerStreet2": "text",
"partnerGeneralInformationCity": "text",
"partnerGeneralInformationState": "AL",
"partnerGeneralInformationZip": 1,
"partnerWebsite": "text",
"partnerSIC": 100,
"partnerOwnership": "public",
"partnerBusinessDescription": "text",
"partnerBusinessFax": 1,
"partnerInitialCreditLimit": 1,
"partnerCustomerInformationFirstName": "text",
"partnerCustomerInformationLastName": "text",
"partnerCustomerInformationHomeAddress": "text",
"partnerCustomerInformationHomeStreet2": "text",
"partnerCustomerInformationState": "AL",
"partnerCustomerInformationCity": "text",
"partnercustomerInformationZip": 1,
"partnerCustomerInformationPercentOwnership": 1,
"partnerCustomerInformationDOB": "text",
"haveInsurance": true,
"gender": "Male"
}
Last updated
Was this helpful?