POST api/report/ActivityBranchAssignmentReportData
Request Information
URI Parameters
None.
Body Parameters
ActivityBranchAssignmentReportFilterDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Shows | Collection of integer |
None. |
|
| ShowOpenStartDate | date |
None. |
|
| ShowOpenEndDate | date |
None. |
|
| CreativeBranch | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Shows": [
1,
2
],
"ShowOpenStartDate": "2025-12-14T22:09:44.3481626+00:00",
"ShowOpenEndDate": "2025-12-14T22:09:44.3481626+00:00",
"CreativeBranch": [
1,
2
]
}
Response Information
Resource Description
Collection of ActivityBranchAssignmentReportDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProducingBranchId | integer |
None. |
|
| ProducingBranch | string |
None. |
|
| CreativeBranchId | integer |
None. |
|
| CreativeBranch | string |
None. |
|
| ShowAccountVendorType | string |
None. |
|
| ShowId | integer |
None. |
|
| ShowNumber | integer |
None. |
|
| SFShowNumber | string |
None. |
|
| InternalShowNumber | integer |
None. |
|
| ShowName | string |
None. |
|
| ShowDisplayName | string |
None. |
|
| Design | integer |
None. |
|
| Detail | integer |
None. |
|
| GraphicsLayout | integer |
None. |
|
| Floorplan | integer |
None. |
|
| OpenDate | date |
None. |
|
| ProjectTypeId | integer |
None. |
|
| ProjectType | string |
None. |
|
| ProjectSubTypeId | string |
None. |
|
| ProjectSubType | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"ProducingBranchId": 1,
"ProducingBranch": "sample string 2",
"CreativeBranchId": 3,
"CreativeBranch": "sample string 4",
"ShowAccountVendorType": "sample string 5",
"ShowId": 6,
"ShowNumber": 7,
"SFShowNumber": "sample string 8",
"InternalShowNumber": 9,
"ShowName": "sample string 10",
"ShowDisplayName": "sample string 11",
"Design": 12,
"Detail": 13,
"GraphicsLayout": 14,
"Floorplan": 15,
"OpenDate": "2025-12-14T22:09:44.3481626+00:00",
"ProjectTypeId": 17,
"ProjectType": "sample string 18",
"ProjectSubTypeId": "sample string 19",
"ProjectSubType": "sample string 20"
},
{
"ProducingBranchId": 1,
"ProducingBranch": "sample string 2",
"CreativeBranchId": 3,
"CreativeBranch": "sample string 4",
"ShowAccountVendorType": "sample string 5",
"ShowId": 6,
"ShowNumber": 7,
"SFShowNumber": "sample string 8",
"InternalShowNumber": 9,
"ShowName": "sample string 10",
"ShowDisplayName": "sample string 11",
"Design": 12,
"Detail": 13,
"GraphicsLayout": 14,
"Floorplan": 15,
"OpenDate": "2025-12-14T22:09:44.3481626+00:00",
"ProjectTypeId": 17,
"ProjectType": "sample string 18",
"ProjectSubTypeId": "sample string 19",
"ProjectSubType": "sample string 20"
}
]