Get all merchant codes

GET "https://api-fsdh360-test.fsdhgroup.com/api/MerchantCodes"

Query Parameters

Name
Type
Description

api-version

String

The api version is '1'

[
  {
    "id": 0,
    "code": "string",
    "codeName": "string",
    "codeDescription": "string",
    "creationDate": "2024-10-02T07:54:50.448Z",
    "creator": "string",
    "commission": 0,
    "commisionDeductionType": 0,
    "isNotificationEnabled": true,
    "notificationUrl": "string",
    "commissionDeductionAccount": "string",
    "notificationAuthType": "string",
    "notificationUsername": "string",
    "notificationPassword": "string",
    "httpNotificationStyle": 0
  }
]
Curl and Request URL

Last updated