POST
api/v1/get_Logistic
Request Information
None.
Response Information
Description:
Return type: ShippingMaster
Response Formats
application/json, text/json
{ "ErrorList": [ { "Message": "sample string 1", "Error": 0, "ErrorType": 0 }, { "Message": "sample string 1", "Error": 0, "ErrorType": 0 } ], "ShippingMasterId": 1, "ShippingService": "sample string 2", "UserName": "sample string 3", "Password": "sample string 4", "OverWeightLimit": 1, "CarrierPrefrence": 1, "Key1": "sample string 5", "Key2": "sample string 6", "Key3": "sample string 7", "Key4": "sample string 8", "Key5": "sample string 9", "Key6": "sample string 10", "Key7": "sample string 11", "Key8": "sample string 12", "Key9": "sample string 13", "Key10": "sample string 14", "TrackUri": "sample string 15", "RateUri": "sample string 16", "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "ModifiedBy": 1, "CreatedOn": "2025-07-19T23:49:02.480783+00:00", "ModifiedOn": "2025-07-19T23:49:02.480783+00:00", "ClientId": 17, "GrantType": "sample string 18", "URL": "sample string 19", "ShippingMappingId": 1 }
text/html
{"ErrorList":[{"Message":"sample string 1","Error":0,"ErrorType":0},{"Message":"sample string 1","Error":0,"ErrorType":0}],"ShippingMasterId":1,"ShippingService":"sample string 2","UserName":"sample string 3","Password":"sample string 4","OverWeightLimit":1,"CarrierPrefrence":1,"Key1":"sample string 5","Key2":"sample string 6","Key3":"sample string 7","Key4":"sample string 8","Key5":"sample string 9","Key6":"sample string 10","Key7":"sample string 11","Key8":"sample string 12","Key9":"sample string 13","Key10":"sample string 14","TrackUri":"sample string 15","RateUri":"sample string 16","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"ModifiedBy":1,"CreatedOn":"2025-07-19T23:49:02.480783+00:00","ModifiedOn":"2025-07-19T23:49:02.480783+00:00","ClientId":17,"GrantType":"sample string 18","URL":"sample string 19","ShippingMappingId":1}
application/xml, text/xml
<ShippingMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FCCMSDataLib.DataEntities"> <CarrierPrefrence>1</CarrierPrefrence> <ClientId>17</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2025-07-19T23:49:02.480783+00:00</CreatedOn> <GrantType>sample string 18</GrantType> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <Key1>sample string 5</Key1> <Key10>sample string 14</Key10> <Key2>sample string 6</Key2> <Key3>sample string 7</Key3> <Key4>sample string 8</Key4> <Key5>sample string 9</Key5> <Key6>sample string 10</Key6> <Key7>sample string 11</Key7> <Key8>sample string 12</Key8> <Key9>sample string 13</Key9> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-07-19T23:49:02.480783+00:00</ModifiedOn> <OverWeightLimit>1</OverWeightLimit> <Password>sample string 4</Password> <RateUri>sample string 16</RateUri> <ShippingMappingId>1</ShippingMappingId> <ShippingMasterId>1</ShippingMasterId> <ShippingService>sample string 2</ShippingService> <TrackUri>sample string 15</TrackUri> <URL>sample string 19</URL> <UserName>sample string 3</UserName> </ShippingMaster>