POST stages/assignBranchToAll/{branchId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
branchId

integer

Required

Body Parameters

WorkAssignmentFilterDto
NameDescriptionTypeAdditional information
UserId

integer

None.

ShowId

integer

None.

ResourceIds

Collection of integer

None.

BranchIds

Collection of integer

None.

ActivityIds

Collection of integer

None.

StatusIds

Collection of integer

None.

StageTypeIds

Collection of integer

None.

AccountType

Collection of integer

None.

SearchText

string

None.

FilterIndex

integer

None.

PageNumber

integer

None.

PageSize

integer

None.

IsCreativeManager

boolean

None.

IsMyAssignments

boolean

None.

IsShowOnlyClosedProjects

boolean

None.

AssignedResources

Collection of integer

None.

ActivityId

integer

None.

BranchId

integer

None.

Xlsx

boolean

None.

View

integer

None.

IsLoadingFromOtherPage

boolean

None.

IsBillablePaidCreative

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ShowId": 2,
  "ResourceIds": [
    1,
    2
  ],
  "BranchIds": [
    1,
    2
  ],
  "ActivityIds": [
    1,
    2
  ],
  "StatusIds": [
    1,
    2
  ],
  "StageTypeIds": [
    1,
    2
  ],
  "AccountType": [
    1,
    2
  ],
  "SearchText": "sample string 3",
  "FilterIndex": 4,
  "PageNumber": 5,
  "PageSize": 6,
  "IsCreativeManager": true,
  "IsMyAssignments": true,
  "IsShowOnlyClosedProjects": true,
  "AssignedResources": [
    1,
    2
  ],
  "ActivityId": 10,
  "BranchId": 11,
  "Xlsx": true,
  "View": 13,
  "IsLoadingFromOtherPage": true,
  "IsBillablePaidCreative": true
}

Response Information

Resource Description

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true