GET transferBranch/show/{showId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TransferBranchDto
NameDescriptionTypeAdditional information
Id

integer

None.

BranchId

integer

None.

ShowId

integer

None.

ActivityId

integer

None.

ShowAccountTypeId

integer

None.

IsAv

boolean

None.

ModifiedDate

date

None.

ModifiedById

integer

None.

ModifiedBy

UserDto

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "BranchId": 1,
    "ShowId": 1,
    "ActivityId": 2,
    "ShowAccountTypeId": 3,
    "IsAv": true,
    "ModifiedDate": "2025-05-06T02:27:49.1286974+01:00",
    "ModifiedById": 1,
    "ModifiedBy": {
      "Id": 1,
      "FederatedUserId": "sample string 2",
      "UserName": "sample string 3",
      "FirstName": "sample string 4",
      "LastName": "sample string 5",
      "DisplayName": "sample string 6",
      "EmailAddress": "sample string 7",
      "ExternalUserId": "sample string 8",
      "EmailOn": true,
      "TFCNumber": 1,
      "FOLAccountName": "sample string 10",
      "UserType": 1,
      "RoleType": 0,
      "UserPreferences": {
        "DefaultSiteDashboardViewType": 1,
        "DefaultDashboardVendorFilterType": 0
      },
      "Active": true
    }
  },
  {
    "Id": 1,
    "BranchId": 1,
    "ShowId": 1,
    "ActivityId": 2,
    "ShowAccountTypeId": 3,
    "IsAv": true,
    "ModifiedDate": "2025-05-06T02:27:49.1286974+01:00",
    "ModifiedById": 1,
    "ModifiedBy": {
      "Id": 1,
      "FederatedUserId": "sample string 2",
      "UserName": "sample string 3",
      "FirstName": "sample string 4",
      "LastName": "sample string 5",
      "DisplayName": "sample string 6",
      "EmailAddress": "sample string 7",
      "ExternalUserId": "sample string 8",
      "EmailOn": true,
      "TFCNumber": 1,
      "FOLAccountName": "sample string 10",
      "UserType": 1,
      "RoleType": 0,
      "UserPreferences": {
        "DefaultSiteDashboardViewType": 1,
        "DefaultDashboardVendorFilterType": 0
      },
      "Active": true
    }
  }
]