com.squareup.okhttp.Call |
UserApi.createUserUsingPOSTAsync(CreateUserRequestDTO body,
ApiCallback<Link> callback) |
Create a user (asynchronously)
This operation will create a user
|
com.squareup.okhttp.Call |
UsersApi.createUserUsingPOSTAsync(CreateUserRequestDTO body,
ApiCallback<Link> callback) |
Create a user (asynchronously)
This operation will create a user
|
com.squareup.okhttp.Call |
CollaboratorApi.deleteCollaboratorUsingDELETEAsync(Long collaboratorId,
ApiCallback<Void> callback) |
Delete a Collaborator by its id.
|
com.squareup.okhttp.Call |
CollaboratorsApi.deleteCollaboratorUsingDELETEAsync(Long collaboratorId,
ApiCallback<Void> callback) |
Delete a Collaborator by its id.
|
com.squareup.okhttp.Call |
ContractApi.deleteContractUsingDELETEAsync(Long contractId,
ApiCallback<CollaboratorResponseDTO> callback) |
Deletes a contract by its id.
|
com.squareup.okhttp.Call |
ContractsApi.deleteContractUsingDELETEAsync(Long contractId,
ApiCallback<CollaboratorResponseDTO> callback) |
Deletes a contract by its id.
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorIdentityFieldsByCollaboratorUsingGETAsync(ObtainIdentityFieldsDTO body,
Long idTemplate,
ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback) |
Get Identity fields due to role, side, template and collaboratorId (asynchronously)
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorIdentityFieldsUsingGETAsync(Long idTemplate,
List<String> roles,
String side,
ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback) |
Get Identity fields (asynchronously)
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorIdentityFieldsUsingGETAsync(Long idTemplate,
List<String> roles,
String side,
ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback) |
Get Identity fields (asynchronously)
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorsUsingGETAsync(Long contractId,
ApiCallback<List<ContractCollaboratorResponseDTO>> callback) |
Get collaborators for a given contract (asynchronously)
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorsUsingGETAsync(Long contractId,
ApiCallback<List<ContractCollaboratorResponseDTO>> callback) |
Get collaborators for a given contract (asynchronously)
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorUsingGETAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Get contract collaborator details (asynchronously)
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorUsingGETAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Get contract collaborator details (asynchronously)
|
com.squareup.okhttp.Call |
ContractApi.getContractFileUsingGETAsync(Long contractId,
ApiCallback<byte[]> callback) |
Get contract pdf (asynchronously)
Generate the pdf of a contract
|
com.squareup.okhttp.Call |
ContractsApi.getContractFileUsingGETAsync(Long contractId,
ApiCallback<byte[]> callback) |
Get contract pdf (asynchronously)
Generate the pdf of a contract
|
com.squareup.okhttp.Call |
ContractApi.getContractHtmlUsingGETAsync(Long contractId,
ApiCallback<String> callback) |
Get contract html (asynchronously)
Generate the html of a contract
|
com.squareup.okhttp.Call |
ContractsApi.getContractHtmlUsingGETAsync(Long contractId,
ApiCallback<String> callback) |
Get contract html (asynchronously)
Generate the html of a contract
|
com.squareup.okhttp.Call |
ContractApi.getContractsUsingGETAsync(Long teamId,
ApiCallback<List<ContractResponseDTO>> callback) |
Get contracts in a team (asynchronously)
Fetch all the contracts which are part of a team
|
com.squareup.okhttp.Call |
ContractsApi.getContractsUsingGETAsync(Long teamId,
ApiCallback<List<ContractResponseDTO>> callback) |
Get contracts in a team (asynchronously)
Fetch all the contracts which are part of a team
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypePerTeamUsingGETAsync(Long contractTypeId,
Long teamId,
ApiCallback<ContractTypeResponseDTO> callback) |
Get information relative a given contract type.
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypePerTeamUsingGETAsync(Long contractTypeId,
Long teamId,
ApiCallback<ContractTypeResponseDTO> callback) |
Get information relative a given contract type.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypesPerTeamUsingGETAsync(Long teamId,
ApiCallback<List<ContractTypeResponseDTO>> callback) |
Get contract types of a team (asynchronously)
This operation will retrieve information of every contract type relative a team.
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypesPerTeamUsingGETAsync(Long teamId,
ApiCallback<List<ContractTypeResponseDTO>> callback) |
Get contract types of a team (asynchronously)
This operation will retrieve information of every contract type relative a team.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypesUsingGETAsync(ApiCallback<List<ContractTypeResponseDTO>> callback) |
Get public contract types.
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypesUsingGETAsync(ApiCallback<List<ContractTypeResponseDTO>> callback) |
Get public contract types.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypeUsingGETAsync(Long contractTypeId,
ApiCallback<ContractTypeResponseDTO> callback) |
Get contract type terms.
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypeUsingGETAsync(Long contractTypeId,
ApiCallback<ContractTypeResponseDTO> callback) |
Get contract type terms.
|
com.squareup.okhttp.Call |
ContractApi.getContractUsingGETAsync(Long contractId,
ApiCallback<ContractResponseDTO> callback) |
Get contract details.
|
com.squareup.okhttp.Call |
ContractsApi.getContractUsingGETAsync(Long contractId,
ApiCallback<ContractResponseDTO> callback) |
Get contract details.
|
com.squareup.okhttp.Call |
CouponApi.getEmailCouponSubscritpionUsingGETAsync(String couponId,
String email,
ApiCallback<Void> callback) |
Send an email with a coupon for new users.
|
com.squareup.okhttp.Call |
CouponsApi.getEmailCouponSubscritpionUsingGETAsync(String couponId,
String email,
ApiCallback<Void> callback) |
Send an email with a coupon for new users.
|
com.squareup.okhttp.Call |
TeamApi.getTeamsUsingGETAsync(Long userId,
ApiCallback<List<TeamResponseDTO>> callback) |
Get teams.
|
com.squareup.okhttp.Call |
TeamsApi.getTeamsUsingGETAsync(Long userId,
ApiCallback<List<TeamResponseDTO>> callback) |
Get teams.
|
com.squareup.okhttp.Call |
TeamApi.getTeamUsingGETAsync(Long teamId,
ApiCallback<TeamResponseDTO> callback) |
Get team details.
|
com.squareup.okhttp.Call |
TeamsApi.getTeamUsingGETAsync(Long teamId,
ApiCallback<TeamResponseDTO> callback) |
Get team details.
|
com.squareup.okhttp.Call |
ContractTemplatesApi.getTemplatesUsingGETAsync(Long contractTypeId,
Long teamId,
ApiCallback<ContractResponseDTO> callback) |
Get the latest template version for a contract type (asynchronously)
|
com.squareup.okhttp.Call |
ContractTypeTemplateApi.getTemplatesUsingGETAsync(Long contractTypeId,
Long teamId,
ApiCallback<ContractResponseDTO> callback) |
Get the latest template version for a contract type (asynchronously)
|
com.squareup.okhttp.Call |
ContractFieldApi.getTemplateTermsUsingGETAsync(Long templateId,
ApiCallback<List<ContractFieldResponseDTO>> callback) |
Get template terms.
|
com.squareup.okhttp.Call |
ContractFieldsApi.getTemplateTermsUsingGETAsync(Long templateId,
ApiCallback<List<ContractFieldResponseDTO>> callback) |
Get template terms.
|
com.squareup.okhttp.Call |
ContractFieldApi.getTemplateTermUsingGETAsync(Long termId,
ApiCallback<ContractFieldResponseDTO> callback) |
Get template term.
|
com.squareup.okhttp.Call |
ContractFieldsApi.getTemplateTermUsingGETAsync(Long termId,
ApiCallback<ContractFieldResponseDTO> callback) |
Get template term.
|
com.squareup.okhttp.Call |
ContractTemplatesApi.getTemplateUsingGETAsync(Long contractTypeId,
Long teamId,
Long templateId,
ApiCallback<ContractResponseDTO> callback) |
Get contract template.
|
com.squareup.okhttp.Call |
ContractTypeTemplateApi.getTemplateUsingGETAsync(Long contractTypeId,
Long teamId,
Long templateId,
ApiCallback<ContractResponseDTO> callback) |
Get contract template.
|
com.squareup.okhttp.Call |
UserApi.getUsersUsingGETAsync(ApiCallback<List<Object>> callback) |
Get all users.
|
com.squareup.okhttp.Call |
UsersApi.getUsersUsingGETAsync(ApiCallback<List<Object>> callback) |
Get all users.
|
com.squareup.okhttp.Call |
UserApi.getUserUsingGETAsync(Long userId,
ApiCallback<UserResponseDTO> callback) |
Get user details.
|
com.squareup.okhttp.Call |
UsersApi.getUserUsingGETAsync(Long userId,
ApiCallback<UserResponseDTO> callback) |
Get user details.
|
com.squareup.okhttp.Call |
CollaboratorApi.postCollaboratorUsingPOSTAsync(CollaboratorFieldsRequestDTO body,
Long contractId,
ApiCallback<Link> callback) |
Create a collaborator given a contract (asynchronously)
This operation will create a collaborator associated to the contract given
|
com.squareup.okhttp.Call |
CollaboratorsApi.postCollaboratorUsingPOSTAsync(CollaboratorFieldsRequestDTO body,
Long contractId,
ApiCallback<Link> callback) |
Create a collaborator given a contract (asynchronously)
This operation will create a collaborator associated to the contract given
|
com.squareup.okhttp.Call |
CollaboratorApi.postCompanyUsingPOSTAsync(CompanyFieldsDTO body,
Long contractId,
ApiCallback<CompanyCreatedResponseDTO> callback) |
Create a company given a contract (asynchronously)
This operation will create a company associated to the contract given
|
com.squareup.okhttp.Call |
CollaboratorsApi.postCompanyUsingPOSTAsync(CompanyFieldsDTO body,
Long contractId,
ApiCallback<CompanyCreatedResponseDTO> callback) |
Create a company given a contract (asynchronously)
This operation will create a company associated to the contract given
|
com.squareup.okhttp.Call |
ContractApi.postContractUsingPOSTAsync(CreateContractRequestDTO body,
Long teamId,
ApiCallback<Link> callback) |
Create a contract with an auto-generated bundle.
|
com.squareup.okhttp.Call |
ContractsApi.postContractUsingPOSTAsync(CreateContractRequestDTO body,
Long teamId,
ApiCallback<Link> callback) |
Create a contract with an auto-generated bundle.
|
com.squareup.okhttp.Call |
TeamApi.postTeamUsingPOSTAsync(CreateTeamRequestDTO body,
Long userId,
ApiCallback<TeamResponseDTO> callback) |
Create a team for a given user.
|
com.squareup.okhttp.Call |
TeamsApi.postTeamUsingPOSTAsync(CreateTeamRequestDTO body,
Long userId,
ApiCallback<TeamResponseDTO> callback) |
Create a team for a given user.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorBinaryFileSignatureUsingPATCHAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Upload a signature to a collaborator (asynchronously)
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorBinaryFileSignatureUsingPATCHAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Upload a signature to a collaborator (asynchronously)
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorFieldsUsingPATCHAsync(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Update collaborator fields (asynchronously)
This operation will update a collaborator details.
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorFieldsUsingPATCHAsync(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Update collaborator fields (asynchronously)
This operation will update a collaborator details.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorRolesUsingPATCHAsync(UpdateFieldsCollaboratorDTO body,
Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Update collaborator role (asynchronously)
This operation will update a collaborator fields.
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorRolesUsingPATCHAsync(UpdateFieldsCollaboratorDTO body,
Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Update collaborator role (asynchronously)
This operation will update a collaborator fields.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorSignatureUsingPATCHAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Upload a signature to a collaborator (asynchronously)
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorSignatureUsingPATCHAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Upload a signature to a collaborator (asynchronously)
This operation will sign a contract.
|
com.squareup.okhttp.Call |
ContractApi.updateContractUsingPATCHAsync(UpdateContractRequestDTO body,
Long contractId,
ApiCallback<ContractResponseDTO> callback) |
Updates a contract.
|
com.squareup.okhttp.Call |
ContractsApi.updateContractUsingPATCHAsync(UpdateContractRequestDTO body,
Long contractId,
ApiCallback<ContractResponseDTO> callback) |
Updates a contract.
|
com.squareup.okhttp.Call |
TeamApi.updateTeamUsingPATCHAsync(UpdateTeamRequestDTO body,
Long teamId,
ApiCallback<TeamResponseDTO> callback) |
Updates a team.
|
com.squareup.okhttp.Call |
TeamsApi.updateTeamUsingPATCHAsync(UpdateTeamRequestDTO body,
Long teamId,
ApiCallback<TeamResponseDTO> callback) |
Updates a team.
|