receiverAddressPost
آدرس: توسط پذیرنده در وب سرویس issue تنظیم می شود
/ReceiverAddress
Usage and SDK Samples
curl -X POST "https://api.apieco.ir/jeeb/ReceiverAddress"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.CallbackApi;
import java.io.File;
import java.util.*;
public class CallbackApiExample {
public static void main(String[] args) {
CallbackApi apiInstance = new CallbackApi();
String apiecoKey = apiecoKey_example; // String | apikey for use API
Body_3 body = ; // Body_3 |
try {
apiInstance.receiverAddressPost(apiecoKey, body);
} catch (ApiException e) {
System.err.println("Exception when calling CallbackApi#receiverAddressPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.CallbackApi;
public class CallbackApiExample {
public static void main(String[] args) {
CallbackApi apiInstance = new CallbackApi();
String apiecoKey = apiecoKey_example; // String | apikey for use API
Body_3 body = ; // Body_3 |
try {
apiInstance.receiverAddressPost(apiecoKey, body);
} catch (ApiException e) {
System.err.println("Exception when calling CallbackApi#receiverAddressPost");
e.printStackTrace();
}
}
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_3 *body = ; // (optional)
CallbackApi *apiInstance = [[CallbackApi alloc] init];
// آدرس: توسط پذیرنده در وب سرویس issue تنظیم می شود
[apiInstance receiverAddressPostWith:apiecoKey
body:body
completionHandler: ^(NSError* error) {
if (error) {
NSLog(@"Error: %@", error);
}
}];
var _ = require('______');
var api = new _.CallbackApi()
var apiecoKey = apiecoKey_example; // {String} apikey for use API
var opts = {
'body': // {Body_3}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
};
api.receiverAddressPost(apiecoKey, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class receiverAddressPostExample
{
public void main()
{
var apiInstance = new CallbackApi();
var apiecoKey = apiecoKey_example; // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
var body = new Body_3(); // Body_3 | (optional)
try
{
// آدرس: توسط پذیرنده در وب سرویس issue تنظیم می شود
apiInstance.receiverAddressPost(apiecoKey, body);
}
catch (Exception e)
{
Debug.Print("Exception when calling CallbackApi.receiverAddressPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\CallbackApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_3 |
try {
$api_instance->receiverAddressPost($apiecoKey, $body);
} catch (Exception $e) {
echo 'Exception when calling CallbackApi->receiverAddressPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::CallbackApi;
my $api_instance = WWW::SwaggerClient::CallbackApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_3->new(); # Body_3 |
eval {
$api_instance->receiverAddressPost(apiecoKey => $apiecoKey, body => $body);
};
if ($@) {
warn "Exception when calling CallbackApi->receiverAddressPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.CallbackApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body = # Body_3 | (optional)
try:
# آدرس: توسط پذیرنده در وب سرویس issue تنظیم می شود
api_instance.receiver_address_post(apiecoKey, body=body)
except ApiException as e:
print("Exception when calling CallbackApi->receiverAddressPost: %s\n" % e)
Parameters
Name | Description |
---|---|
apieco-key* |
String
apikey for use API
Required
|
Name | Description |
---|---|
body |