POST api/Context/saveusersavedstate/
Request Information
URI Parameters
None.
Body Parameters
UserSavedState| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Reference | boolean |
None. |
|
| Management | boolean |
None. |
|
| Phrase | boolean |
None. |
|
| Freight | boolean |
None. |
|
| CrossReference | boolean |
None. |
|
| MOE | boolean |
None. |
|
| Characteristics | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Reference": true,
"Management": true,
"Phrase": true,
"Freight": true,
"CrossReference": true,
"MOE": true,
"Characteristics": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true