# BuyBorghiMobileServices.RegisterApi

All URIs are relative to *http://buyborghi.imolinfo.it/BuyBorghiApi/rest*

Method | HTTP request | Description
------------- | ------------- | -------------
[**route11**](RegisterApi.md#route11) | **POST** /register/ | 


<a name="route11"></a>
# **route11**
> Newcomer route11(body)



### Example
```javascript
var BuyBorghiMobileServices = require('buy_borghi_mobile_services');

var apiInstance = new BuyBorghiMobileServices.RegisterApi();

var body = new BuyBorghiMobileServices.Newcomer(); // Newcomer | 


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
apiInstance.route11(body, callback);
```

### Parameters

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

### Return type

[**Newcomer**](Newcomer.md)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: application/json
 - **Accept**: application/json

