POST api/Selections
Request Information
URI Parameters
None.
Body Parameters
Selection| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| type | string |
None. |
|
| working | boolean |
None. |
|
| list | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"type": "sample string 2",
"working": true,
"list": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Selection| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| type | string |
None. |
|
| working | boolean |
None. |
|
| list | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"type": "sample string 2",
"working": true,
"list": "sample string 4"
}