ApiResponse<Link> |
UserApi.createUserUsingPOSTWithHttpInfo(CreateUserRequestDTO body) |
Create a user
This operation will create a user
|
ApiResponse<Link> |
UsersApi.createUserUsingPOSTWithHttpInfo(CreateUserRequestDTO body) |
Create a user
This operation will create a user
|
ApiResponse<Void> |
CollaboratorApi.deleteCollaboratorUsingDELETEWithHttpInfo(Long collaboratorId) |
Delete a Collaborator by its id.
|
ApiResponse<Void> |
CollaboratorsApi.deleteCollaboratorUsingDELETEWithHttpInfo(Long collaboratorId) |
Delete a Collaborator by its id.
|
ApiResponse<CollaboratorResponseDTO> |
ContractApi.deleteContractUsingDELETEWithHttpInfo(Long contractId) |
Deletes a contract by its id.
|
ApiResponse<CollaboratorResponseDTO> |
ContractsApi.deleteContractUsingDELETEWithHttpInfo(Long contractId) |
Deletes a contract by its id.
|
ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>> |
CollaboratorsApi.getCollaboratorIdentityFieldsByCollaboratorUsingGETWithHttpInfo(ObtainIdentityFieldsDTO body,
Long idTemplate) |
Get Identity fields due to role, side, template and collaboratorId
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>> |
CollaboratorApi.getCollaboratorIdentityFieldsUsingGETWithHttpInfo(Long idTemplate,
List<String> roles,
String side) |
Get Identity fields
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>> |
CollaboratorsApi.getCollaboratorIdentityFieldsUsingGETWithHttpInfo(Long idTemplate,
List<String> roles,
String side) |
Get Identity fields
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
ApiResponse<List<ContractCollaboratorResponseDTO>> |
CollaboratorApi.getCollaboratorsUsingGETWithHttpInfo(Long contractId) |
Get collaborators for a given contract
|
ApiResponse<List<ContractCollaboratorResponseDTO>> |
CollaboratorsApi.getCollaboratorsUsingGETWithHttpInfo(Long contractId) |
Get collaborators for a given contract
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.getCollaboratorUsingGETWithHttpInfo(Long collaboratorId) |
Get contract collaborator details
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.getCollaboratorUsingGETWithHttpInfo(Long collaboratorId) |
Get contract collaborator details
|
ApiResponse<byte[]> |
ContractApi.getContractFileUsingGETWithHttpInfo(Long contractId) |
Get contract pdf
Generate the pdf of a contract
|
ApiResponse<byte[]> |
ContractsApi.getContractFileUsingGETWithHttpInfo(Long contractId) |
Get contract pdf
Generate the pdf of a contract
|
ApiResponse<String> |
ContractApi.getContractHtmlUsingGETWithHttpInfo(Long contractId) |
Get contract html
Generate the html of a contract
|
ApiResponse<String> |
ContractsApi.getContractHtmlUsingGETWithHttpInfo(Long contractId) |
Get contract html
Generate the html of a contract
|
ApiResponse<List<ContractResponseDTO>> |
ContractApi.getContractsUsingGETWithHttpInfo(Long teamId) |
Get contracts in a team
Fetch all the contracts which are part of a team
|
ApiResponse<List<ContractResponseDTO>> |
ContractsApi.getContractsUsingGETWithHttpInfo(Long teamId) |
Get contracts in a team
Fetch all the contracts which are part of a team
|
ApiResponse<ContractTypeResponseDTO> |
ContractTypeApi.getContractTypePerTeamUsingGETWithHttpInfo(Long contractTypeId,
Long teamId) |
Get information relative a given contract type.
|
ApiResponse<ContractTypeResponseDTO> |
ContractTypesApi.getContractTypePerTeamUsingGETWithHttpInfo(Long contractTypeId,
Long teamId) |
Get information relative a given contract type.
|
ApiResponse<List<ContractTypeResponseDTO>> |
ContractTypeApi.getContractTypesPerTeamUsingGETWithHttpInfo(Long teamId) |
Get contract types of a team
This operation will retrieve information of every contract type relative a team.
|
ApiResponse<List<ContractTypeResponseDTO>> |
ContractTypesApi.getContractTypesPerTeamUsingGETWithHttpInfo(Long teamId) |
Get contract types of a team
This operation will retrieve information of every contract type relative a team.
|
ApiResponse<List<ContractTypeResponseDTO>> |
ContractTypeApi.getContractTypesUsingGETWithHttpInfo() |
Get public contract types.
|
ApiResponse<List<ContractTypeResponseDTO>> |
ContractTypesApi.getContractTypesUsingGETWithHttpInfo() |
Get public contract types.
|
ApiResponse<ContractTypeResponseDTO> |
ContractTypeApi.getContractTypeUsingGETWithHttpInfo(Long contractTypeId) |
Get contract type terms.
|
ApiResponse<ContractTypeResponseDTO> |
ContractTypesApi.getContractTypeUsingGETWithHttpInfo(Long contractTypeId) |
Get contract type terms.
|
ApiResponse<ContractResponseDTO> |
ContractApi.getContractUsingGETWithHttpInfo(Long contractId) |
Get contract details.
|
ApiResponse<ContractResponseDTO> |
ContractsApi.getContractUsingGETWithHttpInfo(Long contractId) |
Get contract details.
|
ApiResponse<Void> |
CouponApi.getEmailCouponSubscritpionUsingGETWithHttpInfo(String couponId,
String email) |
Send an email with a coupon for new users.
|
ApiResponse<Void> |
CouponsApi.getEmailCouponSubscritpionUsingGETWithHttpInfo(String couponId,
String email) |
Send an email with a coupon for new users.
|
ApiResponse<List<TeamResponseDTO>> |
TeamApi.getTeamsUsingGETWithHttpInfo(Long userId) |
Get teams.
|
ApiResponse<List<TeamResponseDTO>> |
TeamsApi.getTeamsUsingGETWithHttpInfo(Long userId) |
Get teams.
|
ApiResponse<TeamResponseDTO> |
TeamApi.getTeamUsingGETWithHttpInfo(Long teamId) |
Get team details.
|
ApiResponse<TeamResponseDTO> |
TeamsApi.getTeamUsingGETWithHttpInfo(Long teamId) |
Get team details.
|
ApiResponse<ContractResponseDTO> |
ContractTemplatesApi.getTemplatesUsingGETWithHttpInfo(Long contractTypeId,
Long teamId) |
Get the latest template version for a contract type
|
ApiResponse<ContractResponseDTO> |
ContractTypeTemplateApi.getTemplatesUsingGETWithHttpInfo(Long contractTypeId,
Long teamId) |
Get the latest template version for a contract type
|
ApiResponse<List<ContractFieldResponseDTO>> |
ContractFieldApi.getTemplateTermsUsingGETWithHttpInfo(Long templateId) |
Get template terms.
|
ApiResponse<List<ContractFieldResponseDTO>> |
ContractFieldsApi.getTemplateTermsUsingGETWithHttpInfo(Long templateId) |
Get template terms.
|
ApiResponse<ContractFieldResponseDTO> |
ContractFieldApi.getTemplateTermUsingGETWithHttpInfo(Long termId) |
Get template term.
|
ApiResponse<ContractFieldResponseDTO> |
ContractFieldsApi.getTemplateTermUsingGETWithHttpInfo(Long termId) |
Get template term.
|
ApiResponse<ContractResponseDTO> |
ContractTemplatesApi.getTemplateUsingGETWithHttpInfo(Long contractTypeId,
Long teamId,
Long templateId) |
Get contract template.
|
ApiResponse<ContractResponseDTO> |
ContractTypeTemplateApi.getTemplateUsingGETWithHttpInfo(Long contractTypeId,
Long teamId,
Long templateId) |
Get contract template.
|
ApiResponse<List<Object>> |
UserApi.getUsersUsingGETWithHttpInfo() |
Get all users.
|
ApiResponse<List<Object>> |
UsersApi.getUsersUsingGETWithHttpInfo() |
Get all users.
|
ApiResponse<UserResponseDTO> |
UserApi.getUserUsingGETWithHttpInfo(Long userId) |
Get user details.
|
ApiResponse<UserResponseDTO> |
UsersApi.getUserUsingGETWithHttpInfo(Long userId) |
Get user details.
|
ApiResponse<Link> |
CollaboratorApi.postCollaboratorUsingPOSTWithHttpInfo(CollaboratorFieldsRequestDTO body,
Long contractId) |
Create a collaborator given a contract
This operation will create a collaborator associated to the contract given
|
ApiResponse<Link> |
CollaboratorsApi.postCollaboratorUsingPOSTWithHttpInfo(CollaboratorFieldsRequestDTO body,
Long contractId) |
Create a collaborator given a contract
This operation will create a collaborator associated to the contract given
|
ApiResponse<CompanyCreatedResponseDTO> |
CollaboratorApi.postCompanyUsingPOSTWithHttpInfo(CompanyFieldsDTO body,
Long contractId) |
Create a company given a contract
This operation will create a company associated to the contract given
|
ApiResponse<CompanyCreatedResponseDTO> |
CollaboratorsApi.postCompanyUsingPOSTWithHttpInfo(CompanyFieldsDTO body,
Long contractId) |
Create a company given a contract
This operation will create a company associated to the contract given
|
ApiResponse<Link> |
ContractApi.postContractUsingPOSTWithHttpInfo(CreateContractRequestDTO body,
Long teamId) |
Create a contract with an auto-generated bundle.
|
ApiResponse<Link> |
ContractsApi.postContractUsingPOSTWithHttpInfo(CreateContractRequestDTO body,
Long teamId) |
Create a contract with an auto-generated bundle.
|
ApiResponse<TeamResponseDTO> |
TeamApi.postTeamUsingPOSTWithHttpInfo(CreateTeamRequestDTO body,
Long userId) |
Create a team for a given user.
|
ApiResponse<TeamResponseDTO> |
TeamsApi.postTeamUsingPOSTWithHttpInfo(CreateTeamRequestDTO body,
Long userId) |
Create a team for a given user.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.updateCollaboratorBinaryFileSignatureUsingPATCHWithHttpInfo(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.updateCollaboratorBinaryFileSignatureUsingPATCHWithHttpInfo(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.updateCollaboratorFieldsUsingPATCHWithHttpInfo(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId) |
Update collaborator fields
This operation will update a collaborator details.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.updateCollaboratorFieldsUsingPATCHWithHttpInfo(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId) |
Update collaborator fields
This operation will update a collaborator details.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.updateCollaboratorRolesUsingPATCHWithHttpInfo(UpdateFieldsCollaboratorDTO body,
Long collaboratorId) |
Update collaborator role
This operation will update a collaborator fields.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.updateCollaboratorRolesUsingPATCHWithHttpInfo(UpdateFieldsCollaboratorDTO body,
Long collaboratorId) |
Update collaborator role
This operation will update a collaborator fields.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.updateCollaboratorSignatureUsingPATCHWithHttpInfo(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.updateCollaboratorSignatureUsingPATCHWithHttpInfo(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ApiResponse<ContractResponseDTO> |
ContractApi.updateContractUsingPATCHWithHttpInfo(UpdateContractRequestDTO body,
Long contractId) |
Updates a contract.
|
ApiResponse<ContractResponseDTO> |
ContractsApi.updateContractUsingPATCHWithHttpInfo(UpdateContractRequestDTO body,
Long contractId) |
Updates a contract.
|
ApiResponse<TeamResponseDTO> |
TeamApi.updateTeamUsingPATCHWithHttpInfo(UpdateTeamRequestDTO body,
Long teamId) |
Updates a team.
|
ApiResponse<TeamResponseDTO> |
TeamsApi.updateTeamUsingPATCHWithHttpInfo(UpdateTeamRequestDTO body,
Long teamId) |
Updates a team.
|