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