# Xyz.RemitterApi

All URIs are relative to *http://180.179.217.85/uvarechargeapi/dmt_api.aspx*

Method | HTTP request | Description
------------- | ------------- | -------------
[**searchremitterPost**](RemitterApi.md#searchremitterPost) | **POST** /searchremitter | Get Remitter Information


<a name="searchremitterPost"></a>
# **searchremitterPost**
> InlineResponse200 searchremitterPost(_function, uniqueid, rmobile)

Get Remitter Information

As a first step there is requirement of searching remitter, if remitter exists then api will send the result, like remitter name and the limit ( of transfer ) remaining. If no remitter then next step would be to activate create remitter api

### Example
```javascript
var Xyz = require('xyz');

var apiInstance = new Xyz.RemitterApi();

var _function = "searchremitter"; // String | function name

var uniqueid = 789; // Number | UVA UNIQ ID

var rmobile = 56; // Number | Remitter Mobile


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

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **_function** | **String**| function name | [default to searchremitter]
 **uniqueid** | **Number**| UVA UNIQ ID | 
 **rmobile** | **Number**| Remitter Mobile | 

### Return type

[**InlineResponse200**](InlineResponse200.md)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: application/x-www-form-urlencoded
 - **Accept**: application/xml

