wsV1RestOrderGetPricesJsonPost
محاسبه هزینه
در این مرحله شما باید جمع کل مبلغ سفارش , وزن کل سفارش , شهر مقصد , روش های ارسال و روش های پرداخت را به این متد ارسال نمایید تا هزینه ارسال , مالیات ارسال و هزینه خدمات فروتل به شما برگردانده شود. اين وبسرويس براي فروش كالاهاي حقيقي كه هزينه ارسال دارند، كاربرد دارد.
/ws/v1/rest/order/getPrices.json
Usage and SDK Samples
curl -X POST "https://api.apieco.ir/goops/ws/v1/rest/order/getPrices.json"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;
import java.io.File;
import java.util.*;
public class _ApiExample {
public static void main(String[] args) {
_Api apiInstance = new _Api();
String apiecoKey = apiecoKey_example; // String | apikey for use API
Body body = ; // Body |
try {
inline_response_200 result = apiInstance.wsV1RestOrderGetPricesJsonPost(apiecoKey, body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling _Api#wsV1RestOrderGetPricesJsonPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api._Api;
public class _ApiExample {
public static void main(String[] args) {
_Api apiInstance = new _Api();
String apiecoKey = apiecoKey_example; // String | apikey for use API
Body body = ; // Body |
try {
inline_response_200 result = apiInstance.wsV1RestOrderGetPricesJsonPost(apiecoKey, body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling _Api#wsV1RestOrderGetPricesJsonPost");
e.printStackTrace();
}
}
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body *body = ; // (optional)
_Api *apiInstance = [[_Api alloc] init];
// محاسبه هزینه
[apiInstance wsV1RestOrderGetPricesJsonPostWith:apiecoKey
body:body
completionHandler: ^(inline_response_200 output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var SwaggerJsClient = require('swagger-js-client');
var api = new SwaggerJsClient._Api()
var apiecoKey = apiecoKey_example; // {String} apikey for use API
var opts = {
'body': // {Body}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.wsV1RestOrderGetPricesJsonPost(apiecoKey, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class wsV1RestOrderGetPricesJsonPostExample
{
public void main()
{
var apiInstance = new _Api();
var apiecoKey = apiecoKey_example; // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
var body = new Body(); // Body | (optional)
try
{
// محاسبه هزینه
inline_response_200 result = apiInstance.wsV1RestOrderGetPricesJsonPost(apiecoKey, body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling _Api.wsV1RestOrderGetPricesJsonPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body |
try {
$result = $api_instance->wsV1RestOrderGetPricesJsonPost($apiecoKey, $body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling _Api->wsV1RestOrderGetPricesJsonPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;
my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body->new(); # Body |
eval {
my $result = $api_instance->wsV1RestOrderGetPricesJsonPost(apiecoKey => $apiecoKey, body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling _Api->wsV1RestOrderGetPricesJsonPost: $@\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._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body = # Body | (optional)
try:
# محاسبه هزینه
api_response = api_instance.ws_v1_rest_order_get_prices_json_post(apiecoKey, body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling _Api->wsV1RestOrderGetPricesJsonPost: %s\n" % e)
Parameters
Name | Description |
---|---|
apieco-key* |
String
apikey for use API
Required
|
Name | Description |
---|---|
body |