Catalogue

SwaggerUI

Parameter description

Request

name type required desc example
param JSONObject YES
─epayAccount string YES Merchant Epay Account test2020@epay.com
─version string YES Version number V2.0.0
─type string YES OCC,SOF,REL,POR,refer to riskType OCC
sign string YES Signature

Response

name type required desc example
sign string YES Signature
epayAccount string YES Merchant Epay Account test2020@epay.com
version string YES Version number V2.0.0
code integer YES Response code 1 : Success 1
message string YES Message info success
data JSONarray
─code string YES key 1
─value string YES Value Accountant

Parameter example

curl --location --request POST 'http://29597375fx.epaydev.xyz/capi/openapi/payoutApi/getCatalogue' \
--header 'Content-Type: application/json' \
--data-raw '{
  "param": {
    "epayAccount": "test2020@epay.com",
    "type": "OCC",
    "version": "V2.0.0"
  },
  "sign": "{{sign}}"
}'

RequestExample

curl --location --request POST 'http://29597375fx.epaydev.xyz/capi/openapi/payoutApi/getCatalogue' \
--header 'Content-Type: application/json' \
--data-raw '{
  "param": {
    "epayAccount": "test2020@epay.com",
    "type": "OCC",
    "version": "V2.0.0"
  },
  "sign": "{{sign}}"
}'

ResponseExample

{
  "sign": "",
  "epayAccount": "test2020@epay.com",
  "version": "V2.0.0",
  "code": 1,
  "message": "success",
  "data": [
    {
      "code": "1",
      "value": "Accountant"
    },
    {
      "code": "2",
      "value": "Actor /Actress"
    },
    {
      "code": "3",
      "value": "Architect"
    },
    {
      "code": "4",
      "value": "Artist"
    },
    {
      "code": "5",
      "value": "Broker"
    },
    {
      "code": "6",
      "value": "Butcher"
    },
    {
      "code": "7",
      "value": "Carpenter"
    },
    {
      "code": "8",
      "value": "Chef"
    },
    {
      "code": "9",
      "value": "Consultant"
    },
    {
      "code": "10",
      "value": "Dentist"
    },
    {
      "code": "11",
      "value": "Designer"
    },
    {
      "code": "12",
      "value": "Doctor"
    },
    {
      "code": "13",
      "value": "Driver"
    },
    {
      "code": "14",
      "value": "Electrician"
    },
    {
      "code": "15",
      "value": "Engineer"
    },
    {
      "code": "16",
      "value": "Factory worker"
    },
    {
      "code": "17",
      "value": "Fisherman"
    },
    {
      "code": "18",
      "value": "Gardener"
    },
    {
      "code": "19",
      "value": "Government worker"
    },
    {
      "code": "20",
      "value": "Journalist"
    },
    {
      "code": "21",
      "value": "Judge"
    },
    {
      "code": "22",
      "value": "Labourer"
    },
    {
      "code": "23",
      "value": "Lawyer"
    },
    {
      "code": "24",
      "value": "Librarian"
    },
    {
      "code": "25",
      "value": "Manager"
    },
    {
      "code": "26",
      "value": "Mechanic"
    },
    {
      "code": "27",
      "value": "Musician"
    },
    {
      "code": "28",
      "value": "Nurses"
    },
    {
      "code": "29",
      "value": "Physician"
    },
    {
      "code": "30",
      "value": "Pilot"
    },
    {
      "code": "31",
      "value": "Plumber"
    },
    {
      "code": "32",
      "value": "Police Officer"
    },
    {
      "code": "33",
      "value": "Real estate agent"
    },
    {
      "code": "34",
      "value": "Receptionist"
    },
    {
      "code": "35",
      "value": "Salesman"
    },
    {
      "code": "36",
      "value": "Scientist"
    },
    {
      "code": "37",
      "value": "Secretary"
    },
    {
      "code": "38",
      "value": "Social workers"
    },
    {
      "code": "39",
      "value": "Software developer"
    },
    {
      "code": "40",
      "value": "Tailor"
    },
    {
      "code": "41",
      "value": "Teacher"
    },
    {
      "code": "42",
      "value": "Technician"
    },
    {
      "code": "43",
      "value": "Travel agent"
    },
    {
      "code": "44",
      "value": "Waiter/Waitress"
    }
  ]
}

results matching ""

    No results matching ""