| 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 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Response Details |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Version History |
|
| 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 |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| Response Details |
|
| 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 |
|
||||||||||||||||||||||||||||||
| Response Details |
|
| 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 |
|
|||||||||||||||||||||||||||||||||
| Response Details |
|
| 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 |
|
|||||||||||||||||||||||||||
| Response Details |
|
| 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"
}
]
}
}
|
| 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"}}}
|
| 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%"}]}}
|
| 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: |
|
| 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: |
|
| 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: |
|
| 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: |
|
| 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: |
|
| 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: |
|
| 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: |
|
| 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: |
|
| 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: |
|
| 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: |
|
| 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: |
|