POST api/v1/Add_Edit_ShippingMaster

Request Information

Body Parameters

LogisticModel
NameDescriptionTypeAdditional information
ShippingMasterId

integer

None.

ShippingService

string

None.

UserName

string

None.

Password

string

None.

OverWeightLimit

integer

None.

CarrierPrefrence

integer

None.

Key1

string

None.

Key2

string

None.

Key3

string

None.

Key4

string

None.

Key5

string

None.

Key6

string

None.

Key7

string

None.

Key8

string

None.

Key9

string

None.

Key10

string

None.

TrackUri

string

None.

RateUri

string

None.

IsActive

boolean

None.

IsLogicalDeleted

boolean

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

CreatedOn

date

None.

ModifiedOn

date

None.

ClientId

integer

None.

AdminMemberId

integer

None.

Request Formats
{
  "ShippingMasterId": 1,
  "ShippingService": "sample string 2",
  "UserName": "sample string 3",
  "Password": "sample string 4",
  "OverWeightLimit": 5,
  "CarrierPrefrence": 6,
  "Key1": "sample string 7",
  "Key2": "sample string 8",
  "Key3": "sample string 9",
  "Key4": "sample string 10",
  "Key5": "sample string 11",
  "Key6": "sample string 12",
  "Key7": "sample string 13",
  "Key8": "sample string 14",
  "Key9": "sample string 15",
  "Key10": "sample string 16",
  "TrackUri": "sample string 17",
  "RateUri": "sample string 18",
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedBy": 21,
  "ModifiedBy": 22,
  "CreatedOn": "2025-06-18T11:18:43.3193631+00:00",
  "ModifiedOn": "2025-06-18T11:18:43.3193631+00:00",
  "ClientId": 25,
  "AdminMemberId": 26
}
{"ShippingMasterId":1,"ShippingService":"sample string 2","UserName":"sample string 3","Password":"sample string 4","OverWeightLimit":5,"CarrierPrefrence":6,"Key1":"sample string 7","Key2":"sample string 8","Key3":"sample string 9","Key4":"sample string 10","Key5":"sample string 11","Key6":"sample string 12","Key7":"sample string 13","Key8":"sample string 14","Key9":"sample string 15","Key10":"sample string 16","TrackUri":"sample string 17","RateUri":"sample string 18","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":21,"ModifiedBy":22,"CreatedOn":"2025-06-18T11:18:43.3193631+00:00","ModifiedOn":"2025-06-18T11:18:43.3193631+00:00","ClientId":25,"AdminMemberId":26}
<LogisticModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Logistic">
  <AdminMemberId>26</AdminMemberId>
  <CarrierPrefrence>6</CarrierPrefrence>
  <ClientId>25</ClientId>
  <CreatedBy>21</CreatedBy>
  <CreatedOn>2025-06-18T11:18:43.3193631+00:00</CreatedOn>
  <IsActive>true</IsActive>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <Key1>sample string 7</Key1>
  <Key10>sample string 16</Key10>
  <Key2>sample string 8</Key2>
  <Key3>sample string 9</Key3>
  <Key4>sample string 10</Key4>
  <Key5>sample string 11</Key5>
  <Key6>sample string 12</Key6>
  <Key7>sample string 13</Key7>
  <Key8>sample string 14</Key8>
  <Key9>sample string 15</Key9>
  <ModifiedBy>22</ModifiedBy>
  <ModifiedOn>2025-06-18T11:18:43.3193631+00:00</ModifiedOn>
  <OverWeightLimit>5</OverWeightLimit>
  <Password>sample string 4</Password>
  <RateUri>sample string 18</RateUri>
  <ShippingMasterId>1</ShippingMasterId>
  <ShippingService>sample string 2</ShippingService>
  <TrackUri>sample string 17</TrackUri>
  <UserName>sample string 3</UserName>
</LogisticModel>

Sample not available.

Response Information

Description:

Return type: integer

Response Formats
1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>