Catalogs

Get All Currencies

Endpoint: https://api.intranetardyss.com/api/GetAllCurrencies

Method:POST


Request:
{
"User": "user",
"Password": "password"
}


Response:
{
"Currencies": [
{
"CurrencyId": 1,
"CurrencyCode": "COP",
"CurrencyName": "PESOS COLOMBIANOS",
"Symbol": "$",
"CurrencyCaret": "COP"
},
{
"CurrencyId": 2,
"CurrencyCode": "mxp",
"CurrencyName": "PESOS MEXICANOS",
"Symbol": "$",
"CurrencyCaret": "MXN"
}
]
}
Get All regions

Endpoint: https://api.intranetardyss.com/api/GetAllRegions

Method:POST


Request:
{
"User": "user",
"Password": "password"
}


Response:
{
"Regions": [
{
"RegionId": 1,
"RegionName": "NORTH AMERICA"
},
{
"RegionId": 2,
"RegionName": "SOUTH AMERICA "
}
]
}
Get All Countries

Endpoint: https://api.intranetardyss.com/api/GetAllCountries

Method:POST


Request:
{
"User": "user",
"Password": "password"
}


Response:
"Countries": {
[
{
"CountryId": 11,
"CountryCode": "AE",
"CountryName": "UNITED ARAB EMIRATES",
"CurrencyId": "4"
},
{
"CountryId": 12,
"CountryCode": "AG",
"CountryName": "ANTIGUA AND BARBUDA",
"CurrencyId": "4"
"DefaultWarehouseId": "109"
}
]
}
Get All States of a country

Endpoint: https://api.intranetardyss.com/api/GetAllStates

Method:POST


Request:
{
"User": "user",
"Password": "password",
"CountryId": Int CountryId }


Response:
{
"States": [
{
"StateId": 68,
"StateCode": "AL",
"StateName": "ALABAMA",
"CountryId": "2",
"TaxRate": 0.00
},
{
"StateId": 69,
"StateCode": "AK", "StateName": "ALASKA",
"CountryId": "2",
"TaxRate": 0.00
}
}
]
Get All Cities of a State

Endpoint: https://api.intranetardyss.com/api/GetAllCities

Method:POST


Request:
{
"User": "user",
"Password": "password",
"CountryId": Int StateId }


Response:
{
"Cities": [
{
"CityId": 731,
"Cityname": "HENDERSON",
"StateId": 98
},
{
"CityId": 12421,
"Cityname": "LAS VEGAS",
"StateId": 98
}
}
]
Get All Warehouses

Endpoint: https://api.intranetardyss.com/api/GetAllWarehouses

Method:POST


Request:
{
"User": "user",
"Password": "password"
}


Response:
{
"Warehouses": [
{
"WarehouseId": 1,
"WarehouseName": "Las Vegas",
"HandlingRate": 0.045
},
{
"WarehouseId": 2,
"WarehouseName": "Virgin Ilands",
"HandlingRate": 0.045
}
}
]
Get All OrderTypes

Endpoint: https://api.intranetardyss.com/api/GetAllOrderTypes

Method:POST


Request:
{
"User": "user",
"Password": "password"
}


Response:
{
"OrderTypes": [
{
"orderTypeId": 11,
"orderTypeName": "API Order"
},
{
"orderTypeId": 6,
"orderTypeName": "Back Order"
}
}
]
Get All PriceTypes

Endpoint: https://api.intranetardyss.com/api/GetAllPriceTypes

Method:POST


Request:
{
"User": "user",
"Password": "password"
}


Response:
{
"PriceTypes": [
{
"priceTypeId": 7,
"priceTypeName": "Aduana"
},
{
"priceTypeId": 14,
"priceTypeName": "Brand Partner"
}
}
]
Get All PaymentTypes

Endpoint: https://api.intranetardyss.com/api/GetAllPaymentTypes

Method:POST


Request:
{
"User": "user",
"Password": "password",
"IsForCommissions":0
}


Response:
{
"PaymentTypes": [
{
"paymentTypeid": 29,
"paymentTypename": "AFG"
},
{
"paymentTypeid": 10,
"paymentTypename": "BANK DEPOSIT"
},
{
"paymentTypeid": 8,
"paymentTypename": "CASH"
} }
]
Get All Credit Card Types

Endpoint: https://api.intranetardyss.com/api/GetAllCreditCardTypes

Method:POST


Request:
{
"User": "user",
"Password": "password"
}


Response:
{
"CreditCardTypes": [
{
"creditCardTypeId": 1,
"creditCardName": "VISA"
},
{
"creditCardTypeId": 3,
"creditCardName": "MASTERCARD"
}
}
]
Get All importers

Endpoint: https://api.intranetardyss.com/api/GetAllImporters

Method:POST


Request:
{
"User": "user",
"Password": "password"
}


Response:

{
"Importers": [
{
"importId": 2,
"importName": "INTERLINE (SXM ) (REF)",
"importAddress": "4426 NW 74TH AV",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33166"
},
{
"importId": 3,
"importName": "C/o Seaboard Marine ltd (REF)",
"importAddress": "8001 nw 79th av",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33166"
},
{
"importId": 4,
"importName": "All Source Exports (REF)",
"importAddress": "13100 SW 134TH ST SUITE 5 PL3613",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33186"
},
{
"importId": 6,
"importName": "C/O CARIBSEAS (REF)",
"importAddress": "8001 NW 79TH AV",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33166"
},
{
"importId": 7,
"importName": "Victoria Karanja (REF)",
"importAddress": "915 WEST PARKER RD SUITE 330",
"cityName": "PLANO",
"stateCode": "TX",
"countryCode": "US",
"zipCode": "75023"
},
{
"importId": 8,
"importName": "USPS (REF)",
"importAddress": "14311 BISCAYNE BLVD UNIT 612681",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33181"
},
{
"importId": 10,
"importName": "Ching-s Import and Export\n (REF)",
"importAddress": "2943 Spring Park Road Apt. 206",
"cityName": "JACKSONVILLE",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "32207"
},
{
"importId": 11,
"importName": "Eleuthera Bahamas (REF)",
"importAddress": "960 NW 53th Street ",
"cityName": "FORT LAUDERDALE",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33309"
},
{
"importId": 12,
"importName": "Tropical Shipping (Turks & Caicos) (REF)",
"importAddress": "9505 NW 108th Ave.",
"cityName": "MEDLEY",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33178"
},
{
"importId": 13,
"importName": "Island Bargains (Turks & Caicos) (REF)",
"importAddress": "3387 SW 13th Ave.",
"cityName": "FORT LAUDERDALE",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33315"
},
{
"importId": 14,
"importName": "lyle QFA 6589 Rombley (REF)",
"importAddress": "8012 NW 29TH Street",
"cityName": "DORAL",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33122"
},
{
"importId": 16,
"importName": "R.S.P. Pick-Up & Delivery Services\r\n (REF)",
"importAddress": "2633 Lantana Road Hangar 301",
"cityName": "LANTANA",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33462"
},
{
"importId": 17,
"importName": "Benjamin Stevens STM (REF)",
"importAddress": "9505 NW 108TH Ave",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33178"
},
{
"importId": 18,
"importName": "Siean williams(Nevis) (REF)",
"importAddress": "4411 NW 74TH Ave NEV 10428",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33195"
},
{
"importId": 20,
"importName": "Swiftpac GoGetters (REF)",
"importAddress": "7205 NW 54th St. ",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33166 "
},
{
"importId": 21,
"importName": "8s Swiftpac\nC/O Michael Ambrose Lorna Ambrose",
"importAddress": "7205 NW 54TH St STV. UVF56646",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33166"
},
{
"importId": 23,
"importName": "Here 2 There",
"importAddress": "1701 Northwest 31st Avenue, Unit B4",
"cityName": "POMPANO BEACH",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33069"
},
{
"importId": 24,
"importName": "West Tech Shipping Company ",
"importAddress": "1708 NW 82nd Ave WT10016246",
"cityName": "DORAL",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33126-2366"
},
{
"importId": 25,
"importName": "SHIPX WORLDWIDE",
"importAddress": "6313 NW 97th Ave Suite 1B",
"cityName": "DORAL",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33178"
},
{
"importId": 26,
"importName": "Triple G. Courier Services",
"importAddress": "4660 N.W 133rd Street",
"cityName": "OPA LOCKA",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33054"
},
{
"importId": 27,
"importName": "First class sea cargo Quant rolle",
"importAddress": "5581 nw 72nd ave",
"cityName": "MIAMI",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33166"
},
{
"importId": 28,
"importName": "ShipX",
"importAddress": "6312 NW 97 AVE Suite 1B",
"cityName": "DORAL",
"stateCode": "FL",
"countryCode": "US",
"zipCode": "33178"
},
{
"importId": 31,
"importName": "import data test",
"importAddress": "import data address test",
"cityName": "CHULA VISTA",
"stateCode": "CA",
"countryCode": "US",
"zipCode": "33610"
}
],
"Message": {}
}
Get All Period Types

Endpoint: https://api.intranetardyss.com/api/GetAllPeriods

Method:POST


Request:
{
"* User": "user",
"* Password": "password"
}


Response:

{
"PeriodTypes": [
{
"periodTypeId": 1,
"periodTypeName": "Do Not Use 1"
},
{
"periodTypeId": 2,
"periodTypeName": "Do Not Use 2"
},
{
"periodTypeId": 10,
"periodTypeName": "Weekly"
},
{
"periodTypeId": 11,
"periodTypeName": "Do Not Use 3"
},
{
"periodTypeId": 21,
"periodTypeName": "Monthly"
},
{
"periodTypeId": 22,
"periodTypeName": "Mundo Maternity"
},
{
"periodTypeId": 30,
"periodTypeName": "PowerPack"
},
{
"periodTypeId": 31,
"periodTypeName": "Accounting"
},
{
"periodTypeId": 32,
"periodTypeName": "Calculo Aduana"
},
{
"periodTypeId": 50,
"periodTypeName": "BiWeekly"
}
],
"Message": {}
}
Get All Periods

Endpoint: https://api.intranetardyss.com/api/GetAllPeriods

Method:POST


Request:
{
"* User": "user",
"* Password": "password",
"* PeriodTypeId":21 21= Montly, 10 = Weekly }


Response:

{
"Periods": [
{
"periodId": 186,
"periodTypeId": 21,
"periodTypeName": "Monthly",
"periodName": "July 2022",
"isCurrentPeriod": true,
"startDate": "2022-07-04T02:01:00",
"endDate": "2022-08-04T02:00:00"
},
],
"Message": {}
}
Get All BoImages

Endpoint: https://api.intranetardyss.com/api/GetBoImages

Method:POST


Request:
{
"* User": "user",
"* Password": "password",
}


Response:

"BoImages": [
{
"boImageId": 4,
"boImage": "


",
"startDate": "2021-03-01T00:00:00",
"endDate": "2021-03-01T00:00:00",
"languageId": 0,
"Countries": [
{
"boImageId": 4,
"countryId": 11,
"countryCode": "AE",
"isActive": true
},
{
"boImageId": 4,
"countryId": 125,
"countryCode": "AF",
"isActive": true
}
],
"Message": {}
Get All Events

Endpoint: https://api.intranetardyss.com/api/GetEvents

Method:POST


Request:
{
"* User": "user",
"* Password": "password",
}


Response:

{
"Events": [
{
"eventId": 1,
"eventName": "Extravaganza 2012",
"eventDate": "2012-12-23T00:00:00",
"eventEndDate": "0001-01-01T00:00:00",
"eventStartTime": "18:00 PST",
"eventEndTime": "18:00 PST",
"eventUrl": null,
"address1": "323 Colima Rd. Daimler-Chrysler Tower Floor 2",
"languageId": 0,
"isActive": false
},
{
"eventId": 2,
"eventName": "Extravaganza 2012",
"eventDate": "2012-12-23T00:00:00",
"eventEndDate": "0001-01-01T00:00:00",
"eventStartTime": "18:00 PST",
"eventEndTime": "18:00 PST",
"eventUrl": null,
"address1": "323 Colima Rd. Daimler-Chrysler Tower Floor 2",
"languageId": 0,
"isActive": false
},
{
"eventId": 3,
"eventName": "Extravaganza 2012",
"eventDate": "2012-12-23T00:00:00",
"eventEndDate": "0001-01-01T00:00:00",
"eventStartTime": "18:00 PST",
"eventEndTime": "18:00 PST",
"eventUrl": null,
"address1": "323 Colima Rd. Daimler-Chrysler Tower Floor 2",
"languageId": 0,
"isActive": false
},
{
"eventId": 6,
"eventName": "Capacitación de Negocio Ardyss [Demo]",
"eventDate": "2012-11-01T00:00:00",
"eventEndDate": "0001-01-01T00:00:00",
"eventStartTime": "17:00",
"eventEndTime": "17:00",
"eventUrl": null,
"address1": "Cr. 70 ",
"languageId": 0,
"isActive": true
},
{
"eventId": 7,
"eventName": "Capacitación de Producto [Demo]",
"eventDate": "2012-11-15T00:00:00",
"eventEndDate": "0001-01-01T00:00:00",
"eventStartTime": "20:00",
"eventEndTime": "20:00",
"eventUrl": null,
"address1": "Cr. 25 QPB",
"languageId": 0,
"isActive": true
}
],
"Message": {}
}
Get All Bussiness Types

Endpoint: https://api.intranetardyss.com/api/GetAllBusinessType

Method:POST


Request:
{
"* User": "user",
"* Password": "password",
}


Response:

{
"BusinessType": [
{
"BusinessTypeId": 0,
"BusinessType": "Individual/Sole proprietor"
},
{
"BusinessTypeId": 1,
"BusinessType": "C Corporation"
},
{
"BusinessTypeId": 2,
"BusinessType": "S Corporation"
},
{
"BusinessTypeId": 3,
"BusinessType": "Partnership"
},
{
"BusinessTypeId": 4,
"BusinessType": "Trust/estate"
},
{
"BusinessTypeId": 5,
"BusinessType": "Limited liability corporation"
},
{
"BusinessTypeId": 6,
"BusinessType": "Other"
}
],
"Message": {}
}
Get All Beneficial Types

Endpoint: https://api.intranetardyss.com/api/GetAllBeneficialType

Method:POST


Request:
{
"* User": "user",
"* Password": "password",
}


Response:

{
"BeneficialType": [
{
"BeneficialTypeId": 0,
"BeneficialType": "Complextrust"
},
{
"BeneficialTypeId": 1,
"BeneficialType": "Corporation"
},
{
"BeneficialTypeId": 2,
"BeneficialType": "Disregardedentity"
},
{
"BeneficialTypeId": 3,
"BeneficialType": "Estate"
},
{
"BeneficialTypeId": 4,
"BeneficialType": "Grantortrust"
},
{
"BeneficialTypeId": 5,
"BeneficialType": "Individual"
},
{
"BeneficialTypeId": 6,
"BeneficialType": "Partnership"
},
{
"BeneficialTypeId": 7,
"BeneficialType": "Privatefoundation"
},
{
"BeneficialTypeId": 8,
"BeneficialType": "Simpletrust"
},
{
"BeneficialTypeId": 9,
"BeneficialType": "Tax-exemptorganization"
},
{
"BeneficialTypeId": 10,
"BeneficialType": "Centralbankofissue"
},
{
"BeneficialTypeId": 11,
"BeneficialType": "Government"
},
{
"BeneficialTypeId": 12,
"BeneficialType": "InternationalOrganization"
}
],
"Message": {}
}
Get All Ranks

Endpoint: https://api.intranetardyss.com/api/GetAllRanks

Method:POST


Request:
{
"* User": "user",
"* Password": "password",
}


Response:

{
"Ranks": [
{
"rankId": 0,
"rankName": "No Rank",
"pinUrl": null
},
{
"rankId": 1,
"rankName": "Advisor",
"pinUrl": null
},
{
"rankId": 2,
"rankName": "Coordinator",
"pinUrl": null
},
{
"rankId": 3,
"rankName": "Supervisor",
"pinUrl": null
},
{
"rankId": 4,
"rankName": "Manager A",
"pinUrl": null
},
{
"rankId": 5,
"rankName": "Director",
"pinUrl": null
},
{
"rankId": 6,
"rankName": "President",
"pinUrl": null
}
],
"Message": {}
}
Get All Get All Contact Ways

Endpoint: https://api.intranetardyss.com/api/GetAllContactWays

Method:POST


Request:
{
"* User": "user",
"* Password": "password",
}


Response:

{
"ContactWays": [
{
"contactWayId": 1,
"contactWayName": "A. WhatsApp"
},
{
"contactWayId": 2,
"contactWayName": "B. Text message"
},
{
"contactWayId": 3,
"contactWayName": "C. Phone call"
},
{
"contactWayId": 4,
"contactWayName": "D. Email"
}
],
"Message": {}
}
Get All Get All Enroll Interest

Endpoint: https://api.intranetardyss.com/api/GetAllEnrollInterest

Method:POST


Request:
{
"* User": "user",
"* Password": "password",
}


Response:

{
"EnrollInterest": [
{
"enrollInterestId": 1,
"enrollInterestName": "1) Consumer"
},
{
"enrollInterestId": 2,
"enrollInterestName": "2) Distributor / Retailer"
},
{
"enrollInterestId": 3,
"enrollInterestName": "3) Network Marketing Business Builder"
}
],
"Message": {}
}