CompanyCreatedResponseDTO |
CollaboratorApi.postCompanyUsingPOST(CompanyFieldsDTO body,
Long contractId) |
Create a company given a contract
This operation will create a company associated to the contract given
|
CompanyCreatedResponseDTO |
CollaboratorsApi.postCompanyUsingPOST(CompanyFieldsDTO body,
Long contractId) |
Create a company given a contract
This operation will create a company 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 |
CollaboratorApi.postCompanyUsingPOSTCall(CompanyFieldsDTO body,
Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postCompanyUsingPOST
|
com.squareup.okhttp.Call |
CollaboratorsApi.postCompanyUsingPOSTCall(CompanyFieldsDTO body,
Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postCompanyUsingPOST
|
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
|