POST
api/v1/AddSellerShippingCharges
Request Information
Body Parameters
SellerShippingChargesName | Description | Type | Additional information |
---|---|---|---|
OrderGuid | globally unique identifier |
None. |
|
DeliveryCharges | decimal number |
None. |
|
CreatedBy | integer |
None. |
|
ModifiedBy | integer |
None. |
|
ClientId | integer |
None. |
Request Formats
application/json, text/json
{ "OrderGuid": "a590326b-9be5-4800-84fd-bfc1658c8a24", "DeliveryCharges": 2.0, "CreatedBy": 3, "ModifiedBy": 4, "ClientId": 5 }
text/html
{"OrderGuid":"a590326b-9be5-4800-84fd-bfc1658c8a24","DeliveryCharges":2.0,"CreatedBy":3,"ModifiedBy":4,"ClientId":5}
application/xml, text/xml
<SellerShippingCharges xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <ClientId>5</ClientId> <CreatedBy>3</CreatedBy> <DeliveryCharges>2</DeliveryCharges> <ModifiedBy>4</ModifiedBy> <OrderGuid>a590326b-9be5-4800-84fd-bfc1658c8a24</OrderGuid> </SellerShippingCharges>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: decimal number
Response Formats
application/json, text/json, text/html
1.0
application/xml, text/xml
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>