# ps.module.CloudSoftPhoneApi

All URIs are relative to */*

Method | HTTP request | Description
------------- | ------------- | -------------
[**cloudsoftphoneContactGet**](CloudSoftPhoneApi.md#cloudsoftphoneContactGet) | **GET** /cloudsoftphone/contact | 
[**cloudsoftphoneMessageFetchPost**](CloudSoftPhoneApi.md#cloudsoftphoneMessageFetchPost) | **POST** /cloudsoftphone/message/fetch | 
[**cloudsoftphoneMessagePost**](CloudSoftPhoneApi.md#cloudsoftphoneMessagePost) | **POST** /cloudsoftphone/message | 
[**cloudsoftphoneProvGet**](CloudSoftPhoneApi.md#cloudsoftphoneProvGet) | **GET** /cloudsoftphone/prov | 
[**cloudsoftphonePushtokenPost**](CloudSoftPhoneApi.md#cloudsoftphonePushtokenPost) | **POST** /cloudsoftphone/pushtoken | 

<a name="cloudsoftphoneContactGet"></a>
# **cloudsoftphoneContactGet**
> cloudsoftphoneContactGet(opts)



### Example
```javascript
import ps.module from 'phonespeakv2_api';

let apiInstance = new ps.module.CloudSoftPhoneApi();
let opts = { 
  'u': "u_example", // String | 
  'p': "p_example" // String | 
};
apiInstance.cloudsoftphoneContactGet(opts, (error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
});
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **u** | **String**|  | [optional] 
 **p** | **String**|  | [optional] 

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: Not defined

<a name="cloudsoftphoneMessageFetchPost"></a>
# **cloudsoftphoneMessageFetchPost**
> cloudsoftphoneMessageFetchPost()



### Example
```javascript
import ps.module from 'phonespeakv2_api';

let apiInstance = new ps.module.CloudSoftPhoneApi();

apiInstance.cloudsoftphoneMessageFetchPost(, (error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
});
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **body** | [**PhoneSpeakServiceCoreCloudSoftPhoneFetchMessageRequest**](PhoneSpeakServiceCoreCloudSoftPhoneFetchMessageRequest.md)|  | [optional] 

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: audio/x-wav, text/plain, application/octet-stream, application/json-patch+json, application/json, text/json, application/_*+json, application/xml, text/xml, application/_*+xml
 - **Accept**: Not defined

<a name="cloudsoftphoneMessagePost"></a>
# **cloudsoftphoneMessagePost**
> cloudsoftphoneMessagePost()



### Example
```javascript
import ps.module from 'phonespeakv2_api';

let apiInstance = new ps.module.CloudSoftPhoneApi();

apiInstance.cloudsoftphoneMessagePost(, (error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
});
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **body** | [**PhoneSpeakServiceCoreCloudSoftPhoneMessageRequest**](PhoneSpeakServiceCoreCloudSoftPhoneMessageRequest.md)|  | [optional] 

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: audio/x-wav, text/plain, application/octet-stream, application/json-patch+json, application/json, text/json, application/_*+json, application/xml, text/xml, application/_*+xml
 - **Accept**: Not defined

<a name="cloudsoftphoneProvGet"></a>
# **cloudsoftphoneProvGet**
> cloudsoftphoneProvGet(opts)



### Example
```javascript
import ps.module from 'phonespeakv2_api';

let apiInstance = new ps.module.CloudSoftPhoneApi();
let opts = { 
  'cloudUsername': "cloudUsername_example", // String | 
  'cloudPassword': "cloudPassword_example", // String | 
  'cloudId': "cloudId_example" // String | 
};
apiInstance.cloudsoftphoneProvGet(opts, (error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
});
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **cloudUsername** | **String**|  | [optional] 
 **cloudPassword** | **String**|  | [optional] 
 **cloudId** | **String**|  | [optional] 

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: Not defined

<a name="cloudsoftphonePushtokenPost"></a>
# **cloudsoftphonePushtokenPost**
> cloudsoftphonePushtokenPost()



### Example
```javascript
import ps.module from 'phonespeakv2_api';

let apiInstance = new ps.module.CloudSoftPhoneApi();

apiInstance.cloudsoftphonePushtokenPost(, (error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
});
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **body** | [**PhoneSpeakServiceCoreCloudSoftPhonePushTokenRequest**](PhoneSpeakServiceCoreCloudSoftPhonePushTokenRequest.md)|  | [optional] 

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: audio/x-wav, text/plain, application/octet-stream, application/json-patch+json, application/json, text/json, application/_*+json, application/xml, text/xml, application/_*+xml
 - **Accept**: Not defined

