POST
api/v1/get_logisticlist?shippingMasterId={shippingMasterId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shippingMasterId | integer |
Required |
Body Parameters
QueryParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| Limit | integer |
None. |
|
| SearchText | string |
None. |
|
| SortField | string |
None. |
|
| SortDirection | string |
None. |
|
| IsB2C | boolean |
None. |
|
| SellerId | integer |
None. |
|
| AdminMemberId | integer |
None. |
|
| ClientId | integer |
None. |
|
| Sortorder | integer |
None. |
Request Formats
application/json, text/json
{
"PageNumber": 1,
"Limit": 2,
"SearchText": "sample string 3",
"SortField": "sample string 4",
"SortDirection": "sample string 5",
"IsB2C": true,
"SellerId": 7,
"AdminMemberId": 8,
"ClientId": 9,
"Sortorder": 10
}
text/html
{"PageNumber":1,"Limit":2,"SearchText":"sample string 3","SortField":"sample string 4","SortDirection":"sample string 5","IsB2C":true,"SellerId":7,"AdminMemberId":8,"ClientId":9,"Sortorder":10}
application/xml, text/xml
<QueryParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models"> <AdminMemberId>8</AdminMemberId> <ClientId>9</ClientId> <IsB2C>true</IsB2C> <Limit>2</Limit> <PageNumber>1</PageNumber> <SearchText>sample string 3</SearchText> <SellerId>7</SellerId> <SortDirection>sample string 5</SortDirection> <SortField>sample string 4</SortField> <Sortorder>10</Sortorder> </QueryParameters>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: LogisticModelList
Response Formats
application/json, text/json
{
"LogisticModels": [
{
"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": "2026-02-05T08:03:40.23584+00:00",
"ModifiedOn": "2026-02-05T08:03:40.23584+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": "2026-02-05T08:03:40.23584+00:00",
"ModifiedOn": "2026-02-05T08:03:40.23584+00:00",
"ClientId": 25,
"AdminMemberId": 26
}
],
"TotalRecords": 1,
"TotalPages": 2
}
text/html
{"LogisticModels":[{"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":"2026-02-05T08:03:40.23584+00:00","ModifiedOn":"2026-02-05T08:03:40.23584+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":"2026-02-05T08:03:40.23584+00:00","ModifiedOn":"2026-02-05T08:03:40.23584+00:00","ClientId":25,"AdminMemberId":26}],"TotalRecords":1,"TotalPages":2}
application/xml, text/xml
<LogisticModelList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Logistic">
<LogisticModels>
<LogisticModel>
<AdminMemberId>26</AdminMemberId>
<CarrierPrefrence>6</CarrierPrefrence>
<ClientId>25</ClientId>
<CreatedBy>21</CreatedBy>
<CreatedOn>2026-02-05T08:03:40.23584+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>2026-02-05T08:03:40.23584+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>
<LogisticModel>
<AdminMemberId>26</AdminMemberId>
<CarrierPrefrence>6</CarrierPrefrence>
<ClientId>25</ClientId>
<CreatedBy>21</CreatedBy>
<CreatedOn>2026-02-05T08:03:40.23584+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>2026-02-05T08:03:40.23584+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>
</LogisticModels>
<TotalPages>2</TotalPages>
<TotalRecords>1</TotalRecords>
</LogisticModelList>
