POST events/bulk

Request Information

URI Parameters

None.

Body Parameters

BulkEventInfoDto
NameDescriptionTypeAdditional information
EventIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EventIds": [
    1,
    2
  ]
}

Response Information

Resource Description

Collection of EventHeaderDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Acronym

string

None.

City

string

None.

OpenDate

date

None.

CloseDate

date

None.

FreemanShowNumber

integer

None.

BranchName

string

None.

ShowType

ShowType

None.

TimeZone

string

None.

IsEmsLocked

boolean

None.

IsEmsClosed

boolean

None.

IsShowClosed

boolean

None.

IsShowLocked

boolean

None.

DefaultFacility

string

None.

DefaultLocation

string

None.

TFCNumber

integer

None.

AccountName

string

None.

PreviousSFDCName

string

None.

SfdcProjectId

string

None.

LineOfBusiness

string

None.

IsArchived

boolean

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Acronym": "sample string 3",
    "City": "sample string 4",
    "OpenDate": "2025-05-06T01:55:10.2008027+01:00",
    "CloseDate": "2025-05-06T01:55:10.2008027+01:00",
    "FreemanShowNumber": 1,
    "BranchName": "sample string 7",
    "ShowType": 0,
    "TimeZone": "sample string 8",
    "IsEmsLocked": true,
    "IsEmsClosed": true,
    "IsShowClosed": true,
    "IsShowLocked": true,
    "DefaultFacility": "sample string 9",
    "DefaultLocation": "sample string 10",
    "TFCNumber": 11,
    "AccountName": "sample string 12",
    "PreviousSFDCName": "sample string 13",
    "SfdcProjectId": "sample string 14",
    "LineOfBusiness": "sample string 15",
    "IsArchived": true
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Acronym": "sample string 3",
    "City": "sample string 4",
    "OpenDate": "2025-05-06T01:55:10.2008027+01:00",
    "CloseDate": "2025-05-06T01:55:10.2008027+01:00",
    "FreemanShowNumber": 1,
    "BranchName": "sample string 7",
    "ShowType": 0,
    "TimeZone": "sample string 8",
    "IsEmsLocked": true,
    "IsEmsClosed": true,
    "IsShowClosed": true,
    "IsShowLocked": true,
    "DefaultFacility": "sample string 9",
    "DefaultLocation": "sample string 10",
    "TFCNumber": 11,
    "AccountName": "sample string 12",
    "PreviousSFDCName": "sample string 13",
    "SfdcProjectId": "sample string 14",
    "LineOfBusiness": "sample string 15",
    "IsArchived": true
  }
]