Class PartsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCredentialPart
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) add part to an account api for adding parts to an account credentialorg.springframework.http.ResponseEntity<Response>
addCredentialPartWithHttpInfo
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) add part to an account api for adding parts to an account credentialaddPreparedData
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, PreparedData preparedData) 201 - CREATEDorg.springframework.http.ResponseEntity<Response>
addPreparedDataWithHttpInfo
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, PreparedData preparedData) 201 - CREATEDdeleteCredentialPart
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier) delete part from the account credential delete part from the account credentialorg.springframework.http.ResponseEntity<Response>
deleteCredentialPartWithHttpInfo
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier) delete part from the account credential delete part from the account credentialdeleteDocument
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId) delete all pages delete all pagesorg.springframework.http.ResponseEntity<Response>
deleteDocumentWithHttpInfo
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId) delete all pages delete all pagesvoid
setApiClient
(ApiClient apiClient) updateCredentialPart
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) update part of the account credential update part of the account credentialorg.springframework.http.ResponseEntity<Response>
updateCredentialPartWithHttpInfo
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) update part of the account credential update part of the account credentialuploadDocument
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, File _file) upload document api for uploading documents (image(s)/single pdf)org.springframework.http.ResponseEntity<Response>
uploadDocumentWithHttpInfo
(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, File _file) upload document api for uploading documents (image(s)/single pdf)
-
Constructor Details
-
PartsApi
public PartsApi() -
PartsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
addCredentialPart
public Response addCredentialPart(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) throws org.springframework.web.client.RestClientException add part to an account api for adding parts to an account credential201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)classifier
- FRONT, BACK, FACE (required)_file
- (optional)- Returns:
- Response
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
addCredentialPartWithHttpInfo
public org.springframework.http.ResponseEntity<Response> addCredentialPartWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) throws org.springframework.web.client.RestClientException add part to an account api for adding parts to an account credential201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)classifier
- FRONT, BACK, FACE (required)_file
- (optional)- Returns:
- ResponseEntity<Response>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
addPreparedData
public Response addPreparedData(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, PreparedData preparedData) throws org.springframework.web.client.RestClientException 201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)preparedData
- (required)- Returns:
- Response
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
addPreparedDataWithHttpInfo
public org.springframework.http.ResponseEntity<Response> addPreparedDataWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, PreparedData preparedData) throws org.springframework.web.client.RestClientException 201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)preparedData
- (required)- Returns:
- ResponseEntity<Response>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteCredentialPart
public Response deleteCredentialPart(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier) throws org.springframework.web.client.RestClientException delete part from the account credential delete part from the account credential200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)classifier
- FRONT, BACK, FACE (required)- Returns:
- Response
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteCredentialPartWithHttpInfo
public org.springframework.http.ResponseEntity<Response> deleteCredentialPartWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier) throws org.springframework.web.client.RestClientException delete part from the account credential delete part from the account credential200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)classifier
- FRONT, BACK, FACE (required)- Returns:
- ResponseEntity<Response>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteDocument
public Response deleteDocument(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId) throws org.springframework.web.client.RestClientException delete all pages delete all pages200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)- Returns:
- Response
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteDocumentWithHttpInfo
public org.springframework.http.ResponseEntity<Response> deleteDocumentWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId) throws org.springframework.web.client.RestClientException delete all pages delete all pages200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)- Returns:
- ResponseEntity<Response>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateCredentialPart
public Response updateCredentialPart(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) throws org.springframework.web.client.RestClientException update part of the account credential update part of the account credential200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)classifier
- FRONT, BACK, FACE (required)_file
- (optional)- Returns:
- Response
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateCredentialPartWithHttpInfo
public org.springframework.http.ResponseEntity<Response> updateCredentialPartWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) throws org.springframework.web.client.RestClientException update part of the account credential update part of the account credential200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)classifier
- FRONT, BACK, FACE (required)_file
- (optional)- Returns:
- ResponseEntity<Response>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
uploadDocument
public Response uploadDocument(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, File _file) throws org.springframework.web.client.RestClientException upload document api for uploading documents (image(s)/single pdf)201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)_file
- (optional)- Returns:
- Response
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
uploadDocumentWithHttpInfo
public org.springframework.http.ResponseEntity<Response> uploadDocumentWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, File _file) throws org.springframework.web.client.RestClientException upload document api for uploading documents (image(s)/single pdf)201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)workflowExecutionId
- (required)credentialId
- (required)_file
- (optional)- Returns:
- ResponseEntity<Response>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-