POST WorkAssignment/PostProjectDefaults
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
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true