admin/contact/createcontactbatch

Creates the contact batch.

Request Information

Body Parameters

Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.

The data.

NameDescriptionTypeAdditional information
ContactId

integer

Required

UniqueContactId

string

Required

ContactGroupType

GroupType

Required

Transactions

Collection of Transaction

Required

DeviceBatchId

string

Required

Request Format

Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.

{
  "ContactId": 1,
  "UniqueContactId": "String Parameter 2",
  "ContactGroupType": 0,
  "Transactions": [
    {
      "ContactOperation": 1,
      "JsonObject": "String Parameter 1"
    },
    {
      "ContactOperation": 1,
      "JsonObject": "String Parameter 1"
    }
  ],
  "DeviceBatchId": "String Parameter 3"
}

Response Information

Resource Description

ITypedResponseOfInt64
NameDescriptionTypeAdditional information
Result

integer

None.

Category

string

None.

Response Formats

Sample not available.