BusinessDocumentsApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| getAllRequiredBusinessDocuments | GET /onboarding/required-business-documents | List required business documents. |
| getRequiredBusinessDocumentsByLocation | GET /onboarding/required-business-documents/location | List required business documents by location. |
getAllRequiredBusinessDocuments
BusinessDocumentResponse getAllRequiredBusinessDocuments(country_id, state_id, city_id)
List required business documents.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| country_id | Long | [optional] [default to null] | |
| state_id | Long | [optional] [default to null] | |
| city_id | Long | [optional] [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
getRequiredBusinessDocumentsByLocation
BusinessDocumentResponse getRequiredBusinessDocumentsByLocation(country_id_path, state_id, city_id)
List required business documents by location.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| country_id_path | Long | [default to null] | |
| state_id | Long | [optional] [default to null] | |
| city_id | Long | [optional] [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8