POST defaultShowAssignment
Request Information
URI Parameters
None.
Body Parameters
WorkAssignmentProjectDefaultsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowId | integer |
None. |
|
| ShowAccountTypeId | integer |
None. |
|
| BranchId | integer |
None. |
|
| UserId | integer |
None. |
|
| DesignResourceIds | Collection of integer |
None. |
|
| DetailResourceIds | Collection of integer |
None. |
|
| GraphicsResourceIds | Collection of integer |
None. |
|
| FloorResourceIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShowId": 1,
"ShowAccountTypeId": 2,
"BranchId": 3,
"UserId": 4,
"DesignResourceIds": [
1,
2
],
"DetailResourceIds": [
1,
2
],
"GraphicsResourceIds": [
1,
2
],
"FloorResourceIds": [
1,
2
]
}
Response Information
Resource Description
Collection of CreativeUserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Activity | ActivityType |
None. |
|
| IsDefaultResource | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Activity": 1,
"IsDefaultResource": true
},
{
"Id": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Activity": 1,
"IsDefaultResource": true
}
]