POST transferBranch/{projectId}/update

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

Body Parameters

ShowTransferBranchesDto
NameDescriptionTypeAdditional information
ShowId

integer

None.

TransferBranches

Collection of TransferBranchDto

None.

Request Formats

application/json, text/json

Sample:
{
  "ShowId": 1,
  "TransferBranches": [
    {
      "Id": 1,
      "BranchId": 1,
      "ShowId": 1,
      "ActivityId": 2,
      "ShowAccountTypeId": 3,
      "IsAv": true,
      "ModifiedDate": "2025-05-06T01:53:48.1492864+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-06T01:53:48.1492864+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
      }
    }
  ]
}

Response Information

Resource Description

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true