Edit b2b2c application

Edit Application

post
Authorizations
Header parameters
ApiKeystringRequired
Body
applicationIDstringRequired
partnerBusinessNamestringRequired
partnerDateIncorporatedstringRequired

YYYY-MM-DD

partnerBusinessTypestring · enumRequired

Select Business

Possible values:
partnerBusinessAddressstringRequired
partnerStreet2stringOptional
partnerGeneralInformationCitystringRequired
partnerGeneralInformationStatestring · enumRequired

Select State

Possible values:
partnerGeneralInformationZipintegerRequired
partnerWebsitestringRequired
partnerSICinteger · enumRequired

Select SIC

Possible values:
partnerOwnershipstring · enumRequired

Select

Possible values:
partnerBusinessDescriptionstringRequired
partnerBusinessFaxintegerOptional
partnerInitialCreditLimitintegerRequired
partnerCustomerInformationFirstNamestringRequired
partnerCustomerInformationLastNamestringRequired
partnerCustomerInformationHomeAddressstringRequired
partnerCustomerInformationHomeStreet2stringOptional
partnerCustomerInformationStatestring · enumRequired

Select State

Possible values:
partnerCustomerInformationCitystringRequired
partnercustomerInformationZipintegerRequired
partnerCustomerInformationPercentOwnershipintegerRequired
partnerCustomerInformationDOBstringRequired

YYYY-MM-DD

haveInsurancebooleanOptional
genderstring · enumRequired

Select Gender

Possible values:
Responses
200

Successful Response

application/json
post
POST /partner/edit-b2b2c-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?