HOME

UNIMED API Documentation

Note: utcTimeStamp is the difference between your utcdatetime and 1st Jan, 2019 in seconds.
1. SubmitOrder
End Point: https://api.unimedcrm.com/webapi/V2/Worder.asmx/SubmitOrder
Method: POST
Content-Type: application/json
Request Format:
{
    "AccessToken": "accessToken",
    "Hashkey": "hashkey",
    "TestMode": "False",
    "UTCDate": 0,
    "OrderList": [
        {
            "ReferenceOrderNumber": "ReferenceOrderNumber",
            "ShopifyCustomerId": "ShopifyCustomerId",
            "MergeAltNum": "MergeAltNum",
            "OrderDate": "01/01/2019 1:54:19",
            "DateOfBirth": "01/01/2019",
            "ReferenceCustomerId": "ReferenceCustomerId",
            "DoNotMail": True,
            "DoNotEmail": True,
            "DoNotCall": True,
            "DoNotSMS": True,
            "LastName": "PATEL",
            "FirstName": "Nilay",
            "Address1": "105 Newfiled, Ave",
            "Address2": "Suite F",
            "City": "New York",
            "State": "NY",
            "ZipCode": "08837",
            "Country": "USA",
            "Phone": "7325935200",
            "Phone1": "7325935201",
            "EmailId": "[email protected]", 
            "SFirstName": "Shipping First Name",
            "SLastName": "Shipping Last Name",
            "SCompany": "Shipping Comapy",
            "SAddress1": "Shipping Address 1",
            "SAddress2": "Shipping Address 2",
            "SCity": "New York",
            "SState": "NY",
            "SZipCode": "Shipping Zip",
            "Scountry": "USA",
            "SPhone": "Shipping Phone Detail",
            "SPhone1": "Shipping Alt Phone Detail",
            "SEmailId": "Shipping Email Detail", 
            "CustomerProfileId": "CustomerProfileId",
            "CustomerPaymentProfileId": "CustomerPaymentProfileId",
            "PaymentMethod": "CC",
            "CardType": "VI",
            "CardHolder": "CardHolder Name",
            "CardNum": "Card Number",
            "lastfourdigit":"1111",
            "Expires": "MM/YY",
            "CvvNo":"CvvNo",
            "BankName": "Bank Name",
            "RoutingNum": "RoutingNum",
            "AccountNum": "AccountNum",
            "AccountType": "AccountType",
            "ChequeNo": "Cheque No",
            "MoneyOrdNo": "Money Order No",
            "DNIS": "DNIS",
            "SourceKey": "SourceKey",
            "MediaCode": "MediaCode",
           "OrderNote": "Urgent",
            "Comment": "Urgent",
            "Greetings": "Greetings",
            "OrderHoldDate": "01/01/2019",
            "UsePrices": "1",
            "Shipping": "0.00",
            "ShipVIA": "PM",
            "UseShipping": "0",
            "Paid": 0.00,
            "TransactionID": "Transaction ID",
            "Overalldiscount": 0.00,
            "Tax": 0.00,
            "Couponcode": "Couponcode",
            "Couponamount": 0.00,
            "Approvecode": "Approvecode",
            "HearAboutUs": "HearAboutUs",
            "OrderOriginalSource": OrderOriginalSource,
            "CustomerANI": CustomerANI,
            "EGiftCardNumber": "EGiftCardNumber",
            "EGiftCardRedeemAmount": 0.00,
            "Tag": "Tag",
            "Gateway": "GatewayName",
            "OrderItemList": [
                {
                    "Product": "SKU ID",
                    "Quantity": 1,
                    "Price": 24.00,
                    "Discount": 4.00
                }
            ],
             "CouponItemList": [
                {
                    "Couponcode": "Coupon code",
                    "Couponamount": 1,
                    "CouponType" : "$"
                }
            ],
            "TransactionList": [
                {
                    "TransactionId": "TransactionId",
                    "Amount": 1,
                  "Product" : "Product"
                }
            ],
            "TaxList":[
                {
          "Title":"Tax",
          "TaxRate":7.32,
          "TaxAmount":150.56
            }
         ],
            "EGiftCardList": [
                            {
                   "TransactionId": "TransactionId",
                   "Amount": 1,
                  "Product" : "Product",
                  "GiftCardID" : "GiftCardID",
                  "GiftCard4DigitCode" : "GiftCard4DigitCode"
                            }
                        ],
            "CustomVars":[
                    {
                      "name":"name",
                      "value":"value"
                    },
                    {
                      "name":"name",
                      "value":"value"
                    }
                  ]
        }
    ]
}
Response Format:
{
    "d": {
        "Response": "Success",
        "ResponseCode": "201",
        "ResponseMessage": "Order submitted successfully.",
        "ResponseData": [
            {
                "ReferenceOrderNumber": "ReferenceOrderNumber",
                "OrderNo": "OrderNo",
                "ResponseMessage": "Order submitted successfully."
            }
        ]
    }
}
Request Parameters Detail
Parameter Name Detail Format
AccessToken The user API Access ID is provided by the admin. Required String
Hashkey The user API Key ID is provided by the admin. Required String
UTCDate UTC time stamp of order creation date Double
OrdersList Contains Order information.
Parameter Name Detail Format
ReferenceOrderNumber Unique reference No. or Order No
Required
String
ShopifyCustomerId ShopifyCustomerId String
MergeAltNum MergeAltNum String
OrderDate Invoice Date / Order Date
Required
String
"MM/DD/YYYY HH:MM:SS"
DateOfBirth Customer date of birth
String
"MM/DD/YYYY"
ReferenceCustomerId If credit card number send than reference customer id will be mendatory. String
DoNotMail Do Not Mail Of Customer Boolean
DoNotEmail Do Not Email Of Customer Boolean
DoNotCall Do Not Call Of Customer Boolean
DoNotSMS Do Not SMS Of Customer Boolean
LastName Billing last name
Required
String
FirstName Billing first name
Required
String
Address1 Billing address detail
Required
String
Address2 Billing address detail String
City Billing city name
Required
String
State Example: NY for NewYork
Required
String
ZipCode Billing area zipcode
Required
String
Country Example : CA for Canada and USA for United State of America
Required
String
Phone Digit Only
Required
String
Phone1 Digit Only String
EmailId Billing email id
Required
String
SFirstName Shipping first name
Required
String
SLastName Shipping last name
Required
String
SCompany Shipping company name String
SAddress1 Shipping address detail
Required
String
SAddress2 Shipping address detail String
SCity Shipping city
Required
String
SState Example:NY for NewYork
Required
String
SZipCode Shipping zip code
Required
String
Scountry Example : CA for Canada and USA for United State of America
Required
String
SPhone Digit Only String
SPhone1 Digit Only String
SEmailId Shipping email id String
CustomerProfileId Payment gateway assigned id associated with the customer profile.
Required only for tokenized payment
String
CustomerPaymentProfileId A payment gateway assigned id created with the card detail.
Required only for tokenized payment
String
PaymentMethod Example: CC for Credit Card String
CardType Example
DI for Discover
AE for American Express
MC for Master Card
VI for Visa
Required
String
CardHolder Name on card / Card holder name String
CardNum Credit card number String
lastfourdigit Last four digit of Credit Card No.
Required
String
Expires Format : MM/YY
Required
String
CvvNo Cvv No String
BankName Bank name String
RoutingNum Bank routing number String
AccountNum Bank account number String
AccountType Bank account type String
ChequeNo Bank cheque number String
MoneyOrdNo Money order no. String
DNIS Digit Only String
SourceKey Source key
Required
String
MediaCode Media code String
OrderNote Order remark related to order String
Comment Any remark related to Shipping String
Greetings Greetings String
OrderHoldDate Order hold date String
"MM/DD/YYYY"
UsePrices This field will have a "1" indicating that the prices are to follow for each of the products. If �0� is passed, the prices that are defined for the items inside the Unimed system will be used instead. String
ShipVIA PM,UP2,UPN String
Shipping Shipping Amount
Required
String
UseShipping This field will have a �1� to indicate that the shipping charges for the order are to follow in ShipVIA Á shipping field. If �0� is passed, the shipping charges that are defined for the items inside the Unimed system will be used instead.
Required
String
Paid Total payable amount
Required
Decimal
TransactionID Transaction id String
Overalldiscount Over all discount Decimal
Tax Tax Decimal
Couponcode Coupon code String
Couponamount Coupon amount Decimal
Approvecode Approve code String
HearAboutUs Hear About Us String
OrderOriginalSource Order Original Source String
CustomerANI Customer ANI String
EGiftCardNumber EGiftCard Number String
Tag Tag Value String
Gateway GatewayName Value String
EGiftCardRedeemAmount EGiftCard Redeem Amount Decimal
TestMode "True" or "False" String
OrderItems
Required
Contains order item information.
Parameter Name Detail Format
Product Product / SKU Id
Required
String
Quantity Product / SKU Quantity
Required
Integer
Price Product / SKU Price
Required
Decimal
Discount Product / SKU Discount
Required
Decimal
Response Details
Parameter Name Detail Format
Response Response details String
ResponseCode Response Code String
ResponseMessage Response Message String
ResponseData
Parameter Name Detail Format
ReferenceOrderNumber reference Order No String
OrderNo Order no. generated through api String
ResponseMessage Order response message String
Version History
Version Release Date Description
2.0.5 10/12/2022 Key name add ShopifyCustomerId which is contains ShopifyCustomerId Value.
2.0.4 03/11/2022 Key name add Gateway which is contains Gateway Value.
2.0.3 02/11/2022 Key name add Tag which is contains Tag Value.
2.0.2 12/22/2021 Key name add EGiftCardList which is contains TransactionId, Product ,Amount ,GiftCardID and GiftCard4DigitCode.
2.0.1 12/9/2021 Key name add EGiftCardNumber for Redeem GiftCardNumber and EGiftCardRedeemAmount for Redeem GiftCard Amount.
2.9 11/15/2021 Key name add MergeAltNum.
2.8 11/5/2021 Key name add TransactionList which is contains TransactionId, Product and Amount.
2.7 9/25/2021 Key name add CouponItemList which is contains Couponcode and Couponamount.
2.6 9/2/2021 Key name add CvvNo.
2.5 2/20/2021 Add custom variable
2.4 3/23/2020 Key name add CustomerANI.
2.3 10/26/2019 Key name add DoNotMail,DoNotEmail,DoNotCall,DoNotSMS
2.2 10/09/2019 Key name add TestMode (If true than test server else live server used).
2.1 9/19/2019 Key name add ReferenceCustomerId (If credit card number send than reference customer id will be mendatory.).
1.009 9/3/2019 Key name add Tax.
1.008 8/30/2019 Key name add lastfourdigit.
1.007 8/22/2019 Two Key name add HearAboutUs, OrderOriginalSource.
1.006 5/24/2019 Key name change Coupancode-Couponcode , Coupanamount-Couponamount , OrdersList-OrderList.
1.005 5/23/2019 CardType , ShipVIA details.
1.004 5/22/2019 PaymentMethod , CardType , ShipVIA details.
1.003 5/21/2019 Shipping via code details.
1.002 5/16/2019 Add shipping via code details.
1.001 5/15/2019 Shipping Amount
2. Add Call Log
End Point: https://api.unimedcrm.com/webapi/V2/SourceCallLog.asmx/AddCallLog
Method: POST
Content-Type: application/json
Request Format:
{
 "AccessToken":"AccessToken",
 "Hashkey":"Hashkey",
 "TestMode": "False",
 "CallLogContainer":{
   "AgentName":"AgentName",
   "DNIS":"87654321",
    "CustomerANI":"2665456",
    "FirstName":"Nilay",
    "LastName":"Patel",
    "Sale":"No",
    "CallLength_Sec":130,
    "IsAuto":"N",
   "Revenue":15
      }
}   
                                
Response Format:

{
  "d":{
         response": "Success",
        "responseCode": "201",
        "responseMessage": "Call submitted successfully"

       }
}

Request Parameters Detail
Parameter Name Detail Format
Request Container
Parameter Name Detail Format
accessToken The user API Access ID is provided by the admin.
Required
String
hashKey The user acces API access ID is provided by the admin.
Required
string
TestMode (If true than test server else live server used).
Required
String
CallLogContainer
Required
Parameter Name Detail Format
AgentName AgentName.
Required
String
DNIS DNIS.
Required
String
CustomerANI CustomerANI.
Required
String
FirstName FirstName.
Required
String
LastName LastName.
Required
String
Sale Sale.
Required
String
CallLength_Sec Call Length Sec.
Required
Int
IsAuto IsAuto
Required
String
Revenue Revenue
Required
Decimal
Response Details
Parameter Name Detail Format
Response Response details String
ResponseCode Response Code String
ResponseMessage Response Message String
3. Add Credit Card
End Point: https://api.unimedcrm.com/webapi/V2/WAddCard.asmx/AddCreditCard
Method: POST
Content-Type: application/json
Request Format:
                   
{
 "AccessToken":"AccessToken",
 "HashKey":"HashKey",
 "TestMode": "False",
 "CardNum":"Card Number",
 "ExpDate":"MM/YY",
 "CVV":"CVV",
 "CustomerANI":"CustomerANI"
 }  
                                
Response Format:
                    {
                        "d":{
                            "response": "success",
                            "responseCode": "201",
                            "responseMessage": "Card Added Successfully",
                            
                        }
                    }

Request Parameters Detail
Parameter Name Detail Format
Request Container Contains Request information.
Parameter Name Detail Format
AccessToken API AccessToken is provided by the admin.
Required
String
HashKey HashKey is provided by the admin.
Required
string
TestMode (If true than test server else live server used).
Required
String
CardNum Credit card number.
Required
string
ExpDate Format : MM/YY.
Required
string
CVV CVV Number.
Required
string
CustomerANI CustomerANI.
Required
string
Response Details
Parameter Name Detail Format
Response Response details String
ResponseCode Response Code String
ResponseMessage Response Message String
4.DT Call Log
End Point: https://api.unimedcrm.com/webapi/V2/WCallOrder.asmx/DTCallLog
Method: POST
Content-Type: application/json
Request Format:
 {
      "AccessToken":"AccessToken",
      "HashKey":"HashKey",
      "TestMode": "False",
      "ClientId":"Client Id",
      "AgentId":"Agent Id",
      "CustomerANI":"Customer ANI",
      "DNISNo":"DNIS No",
      "CallDispo":"Call Dispo",
      "CallLength":"Call Length",
      "TalkTime":"TalkTime",
      "UniqueID":"Unique ID",
      "RecordingLink":"RecordingLink"
}                  

                                
Response Format:
                    {
                        "d":{
                         "response": "success",
                         "responseCode": "201",
                         "responseMessage": "Order Saved Successfully",
                        }
                    }

Request Parameters Detail
Parameter Name Detail Format
Request Container Contains Request information.
Parameter Name Detail Format
AccessToken API AccessToken is provided by the admin.
Required
String
HashKey HashKey is provided by the admin.
Required
string
TestMode (If true than test server else live server used).
Required
String
ClientId ClientId String
AgentId AgentId string
CustomerANI CustomerANI
Required
String
DNISNo DNISNo string
CallDispo CallDispo String
Response Details
Parameter Name Detail Format
Response Response details String
ResponseCode Response Code String
ResponseMessage Response Message String
5.Update Order
End Point: https://api.unimedcrm.com/webapi/V2/WUpdateOrder.asmx/UpdateOrder
Method: POST
Content-Type: application/json
Request Format:
 {
      "AccessToken":"AccessToken",
      "HashKey":"HashKey",
      "TestMode": "False",
      "HearAboutUs":"Hear About Us",
      "AltNum":"Alt Num",
      "DOB":"DOB"
}                  

                                
Response Format:
                    {
                        "d":{
                         "response": "success",
                         "responseCode": "201",
                         "responseMessage": "Order Updated Successfully",
                        }
                    }

Request Parameters Detail
Parameter Name Detail Format
Request Container Contains Request information.
Parameter Name Detail Format
AccessToken API AccessToken is provided by the admin.
Required
String
HashKey HashKey is provided by the admin.
Required
string
TestMode (If true than test server else live server used).
Required
String
HearAboutUs HearAboutUs String
AltNum AltNum
Required
string
DOB DOB String
Response Details
Parameter Name Detail Format
Response Response details String
ResponseCode Response Code String
ResponseMessage Response Message String
1.Get Banner
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/BindBanner
Method: GET
Content-Type: application/json
Request Format:
 {
      "AccessToken":"AccessToken",
      "HashKey":"HashKey",
      "TestMode": "False",
      "ModelName":"",
      "AppVersion":"",
      "deviceID":"",
      "RequestSource":""
}                  

                                
Response Format:
                    {
"d":{
"response": "success",
"responseCode": "201",
"responseMessage": "record found",
"responseData":[
{
"Banner": "http://localhost:52155/APPImages/End_of_Summer_Sale_3000x900_v3.jpg"
}
]
}
}

2.Get Category
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/BindCategory
Method: GET
Content-Type: application/json
Request Format:
 {
      "AccessToken":"AccessToken",
      "HashKey":"HashKey",
      "TestMode": "False",
      "ModelName":"",
      "AppVersion":"",
      "deviceID":"",
      "RequestSource":""
}                  

                                
Response Format:
                   {"d":{"response":"success","responseCode":"201","responseMessage":"record found",
"responseData":[{"AutoId":1,"CategoryName":"2514","Image":"http://localhost:52155/ScriptsAndCSS/CSS/Images/product_default_0.gif"}}}

3.Get Product
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/BindProduct
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "CategoryId":"",
 "ProductName":""
}                 

                                
Response Format:
                   {"d":{"response":"success","responseCode":"201","responseMessage":"record found","responseData":[{"ProdCode":"Sunsdffdgfg","ProductName":"Sunsdff","description":"Sunsdffdgfg - Sunsdff","PunitPrice":0.00,"YourPrice":0.00,"PQty":1,"Image":"http://localhost:52155/ScriptsAndCSS/CSS/Images/product_default_0.gif","SavePrice":"50.00%"}]}}

4. Customer Login
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/CustomerLogin
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "Latitude": "Latitude",
        "Longitude": "Longitude",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "loginContainer": {
        "username": "username",
        "password": "password"
    }
}                 

                                
Response Format:
                  
5.Insert Cart Item
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/insertcart
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "CartList": [{
        "CustId": "CustId",
         "deviceID": "deviceID",
        "ProductCode": "ProductCode",
        "Qty": 1,
        "RegularPrice": 10.2,
        "CustomerPrice": 5.02
    }]
}                 

                                
Response Format:
                  
6.Get Cart List
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/BindcartList
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "CustId":""
}                 

                                
Response Format:
                   
7.Delete Cart Item
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/deletecart
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "CartAutoId":0
}                 

                                
Response Format:
                   
8.Insert Order
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/SubmitOrder
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "CartList": [{
        "CustId": "CustId",
         "deviceID": "deviceID",
        "BillingEntryId": "BillingEntryId",
 "ShippingEntryId": "ShippingEntryId",
        "TotalAmount": 1.20,
        "Tax": 0.00,
        "Shipping": 0.00,
         "Couponcode":"",
         "Couponamount": 0.00,
"OrderItemList": [{
        "SKU": "SKU",
        "Qty": 0,
        "Price": 0.00,
        "discount": 0.00
    }]
    }]
}                 

                                
Response Format:
                  
9.Get Customer Address
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/BindCustomerAddress
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "CustId":""
}                 

                                
Response Format:
                   
10.Update Dfeault Address
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/UpdateDfeaultAddress
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "Latitude": "Latitude",
        "Longitude": "Longitude",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "customerAddress": {
        "CustID": "CustID",
        "BillingEntryId": "BillingEntryId",
        "ShippingEntryId": "ShippingEntryId",
        "AddressType": "AddressType"
    }
}                 

                                
Response Format:
                  
11.Update Address
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/UpdateAddress
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "Latitude": "Latitude",
        "Longitude": "Longitude",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "customerAddress": {
        "CustID": "CustID",
        "BillingEntryId": "BillingEntryId",
        "ShippingEntryId": "ShippingEntryId",
        "AddressType": "AddressType(Billing/Shipping)",
         "FirstName": "FirstName",
         "LastName": "LastName",
         "Address": "Address",
         "Address1": "Address1",
         "City": "City",
         "State": "State",
         "Country": "Country",
         "Zip": "Zip",
    }
}                 

                                
Response Format:
                  
12.Get County With State
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/BindCountyWithState
Method: GET
Content-Type: application/json
Request Format:
 {
      "AccessToken":"AccessToken",
      "HashKey":"HashKey",
      "TestMode": "False",
      "ModelName":"",
      "AppVersion":"",
      "deviceID":"",
      "RequestSource":""
}                  

                                
Response Format:
                   

13.Add New Address
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/AddNewAddress
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "Latitude": "Latitude",
        "Longitude": "Longitude",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "customerAddress": {
        "CustID": "CustID",
        "BillingEntryId": "BillingEntryId",
        "ShippingEntryId": "ShippingEntryId",
        "AddressType": "AddressType(Billing/Shipping)",
         "FirstName": "FirstName",
         "LastName": "LastName",
         "Address": "Address",
         "Address1": "Address1",
         "City": "City",
         "State": "State",
         "Country": "Country",
         "Zip": "Zip",
         "PhoneNo": "PhoneNo"
    }
}                 

                                
Response Format:
                  
14.CheckZipCode
End Point: https://api.unimedcrm.com/webapi/V2/WUnimedAPP.asmx/CheckZipCode
Method: GET
Content-Type: application/json
Request Format:
{
    "requestContainer": {
        "AccessToken": "AccessToken",
        "Hashkey": "Hashkey",
        "ModelName": "Simulator iPhone16,1",
        "AppVersion": "123",
        "deviceID": "989DBC9C-7DB4-4CBC-B7CA-51DE5B645746",
        "RequestSource": "IOS",
        "TestMode": "False"
    },
  "State":"",
 "Zip":""
}                 

                                
Response Format: