POST api/UserHome/GetShippingCharges
Request Information
URI Parameters
None.
Body Parameters
ShippingChargesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShippingId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ShippingCode | string |
None. |
|
| ShippingType | string |
None. |
|
| Amount | decimal number |
None. |
|
| ValidFrom | date |
None. |
|
| ValidTo | date |
None. |
|
| AppliedTo | string |
None. |
|
| AppliedToIds | string |
None. |
|
| ExtraColumn | integer |
None. |
|
| ExtraColumn1 | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| page_no | integer |
None. |
|
| data_per_page | integer |
None. |
|
| TotalCount | integer |
None. |
|
| doctorName | string |
None. |
|
| UserType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShippingId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ShippingCode": "sample string 4",
"ShippingType": "sample string 5",
"Amount": 6.0,
"ValidFrom": "2025-12-11T14:16:15.8270978+00:00",
"ValidTo": "2025-12-11T14:16:15.8270978+00:00",
"AppliedTo": "sample string 7",
"AppliedToIds": "sample string 8",
"ExtraColumn": 1,
"ExtraColumn1": "sample string 9",
"IsActive": true,
"CreatedDate": "2025-12-11T14:16:15.8270978+00:00",
"UpdatedDate": "2025-12-11T14:16:15.8270978+00:00",
"page_no": 11,
"data_per_page": 12,
"TotalCount": 13,
"doctorName": "sample string 14",
"UserType": 15
}
application/xml, text/xml
Sample:
<ShippingChargesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ETelMed.Entity.AdminModels"> <Amount>6</Amount> <AppliedTo>sample string 7</AppliedTo> <AppliedToIds>sample string 8</AppliedToIds> <CreatedDate>2025-12-11T14:16:15.8270978+00:00</CreatedDate> <Description>sample string 3</Description> <ExtraColumn>1</ExtraColumn> <ExtraColumn1>sample string 9</ExtraColumn1> <IsActive>true</IsActive> <Name>sample string 2</Name> <ShippingCode>sample string 4</ShippingCode> <ShippingId>1</ShippingId> <ShippingType>sample string 5</ShippingType> <TotalCount>13</TotalCount> <UpdatedDate>2025-12-11T14:16:15.8270978+00:00</UpdatedDate> <UserType>15</UserType> <ValidFrom>2025-12-11T14:16:15.8270978+00:00</ValidFrom> <ValidTo>2025-12-11T14:16:15.8270978+00:00</ValidTo> <data_per_page>12</data_per_page> <doctorName>sample string 14</doctorName> <page_no>11</page_no> </ShippingChargesModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfListOfShippingChargesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Status | integer |
None. |
|
| Result | Collection of ShippingChargesModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2",
"Status": 3,
"Result": [
{
"ShippingId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ShippingCode": "sample string 4",
"ShippingType": "sample string 5",
"Amount": 6.0,
"ValidFrom": "2025-12-11T14:16:15.8280947+00:00",
"ValidTo": "2025-12-11T14:16:15.8280947+00:00",
"AppliedTo": "sample string 7",
"AppliedToIds": "sample string 8",
"ExtraColumn": 1,
"ExtraColumn1": "sample string 9",
"IsActive": true,
"CreatedDate": "2025-12-11T14:16:15.8280947+00:00",
"UpdatedDate": "2025-12-11T14:16:15.8280947+00:00",
"page_no": 11,
"data_per_page": 12,
"TotalCount": 13,
"doctorName": "sample string 14",
"UserType": 15
},
{
"ShippingId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ShippingCode": "sample string 4",
"ShippingType": "sample string 5",
"Amount": 6.0,
"ValidFrom": "2025-12-11T14:16:15.8280947+00:00",
"ValidTo": "2025-12-11T14:16:15.8280947+00:00",
"AppliedTo": "sample string 7",
"AppliedToIds": "sample string 8",
"ExtraColumn": 1,
"ExtraColumn1": "sample string 9",
"IsActive": true,
"CreatedDate": "2025-12-11T14:16:15.8280947+00:00",
"UpdatedDate": "2025-12-11T14:16:15.8280947+00:00",
"page_no": 11,
"data_per_page": 12,
"TotalCount": 13,
"doctorName": "sample string 14",
"UserType": 15
}
]
}
application/xml, text/xml
Sample:
<ResponseOfArrayOfShippingChargesModel6em6ifRX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ETelMed.Entity.Models.Common">
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/ETelMed.Entity.AdminModels">
<d2p1:ShippingChargesModel>
<d2p1:Amount>6</d2p1:Amount>
<d2p1:AppliedTo>sample string 7</d2p1:AppliedTo>
<d2p1:AppliedToIds>sample string 8</d2p1:AppliedToIds>
<d2p1:CreatedDate>2025-12-11T14:16:15.8280947+00:00</d2p1:CreatedDate>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ExtraColumn>1</d2p1:ExtraColumn>
<d2p1:ExtraColumn1>sample string 9</d2p1:ExtraColumn1>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ShippingCode>sample string 4</d2p1:ShippingCode>
<d2p1:ShippingId>1</d2p1:ShippingId>
<d2p1:ShippingType>sample string 5</d2p1:ShippingType>
<d2p1:TotalCount>13</d2p1:TotalCount>
<d2p1:UpdatedDate>2025-12-11T14:16:15.8280947+00:00</d2p1:UpdatedDate>
<d2p1:UserType>15</d2p1:UserType>
<d2p1:ValidFrom>2025-12-11T14:16:15.8280947+00:00</d2p1:ValidFrom>
<d2p1:ValidTo>2025-12-11T14:16:15.8280947+00:00</d2p1:ValidTo>
<d2p1:data_per_page>12</d2p1:data_per_page>
<d2p1:doctorName>sample string 14</d2p1:doctorName>
<d2p1:page_no>11</d2p1:page_no>
</d2p1:ShippingChargesModel>
<d2p1:ShippingChargesModel>
<d2p1:Amount>6</d2p1:Amount>
<d2p1:AppliedTo>sample string 7</d2p1:AppliedTo>
<d2p1:AppliedToIds>sample string 8</d2p1:AppliedToIds>
<d2p1:CreatedDate>2025-12-11T14:16:15.8280947+00:00</d2p1:CreatedDate>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ExtraColumn>1</d2p1:ExtraColumn>
<d2p1:ExtraColumn1>sample string 9</d2p1:ExtraColumn1>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ShippingCode>sample string 4</d2p1:ShippingCode>
<d2p1:ShippingId>1</d2p1:ShippingId>
<d2p1:ShippingType>sample string 5</d2p1:ShippingType>
<d2p1:TotalCount>13</d2p1:TotalCount>
<d2p1:UpdatedDate>2025-12-11T14:16:15.8280947+00:00</d2p1:UpdatedDate>
<d2p1:UserType>15</d2p1:UserType>
<d2p1:ValidFrom>2025-12-11T14:16:15.8280947+00:00</d2p1:ValidFrom>
<d2p1:ValidTo>2025-12-11T14:16:15.8280947+00:00</d2p1:ValidTo>
<d2p1:data_per_page>12</d2p1:data_per_page>
<d2p1:doctorName>sample string 14</d2p1:doctorName>
<d2p1:page_no>11</d2p1:page_no>
</d2p1:ShippingChargesModel>
</Result>
<Status>3</Status>
</ResponseOfArrayOfShippingChargesModel6em6ifRX>