POST GetShippingPrice
Request Information
URI Parameters
None.
Body Parameters
RequestGetShippingPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| YonlendirmeAdi | string |
None. |
|
| SubeId | integer |
None. |
|
| SemtId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"YonlendirmeAdi": "sample string 1",
"SubeId": 2,
"SemtId": 3
}
application/xml, text/xml
Sample:
<RequestGetShippingPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Request"> <SemtId>3</SemtId> <SubeId>2</SubeId> <YonlendirmeAdi>sample string 1</YonlendirmeAdi> </RequestGetShippingPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultGetShippingPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| GonderimUcreti | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"GonderimUcreti": 1.1
}
application/xml, text/xml
Sample:
<ResultGetShippingPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Result"> <GonderimUcreti>1.1</GonderimUcreti> </ResultGetShippingPrice>