Znode

Build Version:

POST aperegistration/{locationId}

No documentation available.

Request Information

» Parameters

Name Description Additional information
locationId No documentation available.

Define this parameter in the request URI.

registrationRequest No documentation available.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "BusinessKey": "0bf5cc06-01a9-448a-9410-bbac14b1e65f",
  "MerchantID": "sample string 2",
  "AppType": "Ecommerce",
  "UserType": 2,
  "IsSandboxed": true,
  "ProcessorType": 0,
  "Credentials": {
    "$id": "2",
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4",
    "sample string 5": "sample string 6"
  },
  "Name": "sample string 4",
  "TimeZone": 5,
  "Currency": "sample string 6",
  "Country": "sample string 7",
  "PaymentMethods": {
    "$id": "3",
    "$values": [
      {
        "$id": "4",
        "ID": 1,
        "Name": "sample string 2",
        "PaymentScreenType": 3,
        "SubMethods": {
          "$id": "5",
          "$values": [
            {
              "$id": "6",
              "ID": 1,
              "Name": "sample string 2",
              "PaymentType": 0
            },
            {
              "$ref": "6"
            },
            {
              "$ref": "6"
            }
          ]
        },
        "PaymentType": 0
      },
      {
        "$ref": "4"
      },
      {
        "$ref": "4"
      }
    ]
  }
}