POST api/tools/decode_con_str_jwt
Request Information
URI Parameters
None.
Body Parameters
GlobalModel| Name | Description | Type | Additional information |
|---|---|---|---|
| enno | string |
None. |
|
| user | string |
None. |
|
| customer | string |
None. |
|
| partnumber | string |
None. |
|
| serial_no | string |
None. |
|
| search_serial_option | boolean |
None. |
|
| search_oqa_lot_option | boolean |
None. |
|
| search_batch_option | boolean |
None. |
|
| ids | Collection of integer |
None. |
|
| type_id | integer |
None. |
|
| data | string |
None. |
|
| year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"enno": "sample string 1",
"user": "sample string 2",
"customer": "sample string 3",
"partnumber": "sample string 4",
"serial_no": "sample string 5",
"search_serial_option": true,
"search_oqa_lot_option": true,
"search_batch_option": true,
"ids": [
1,
2
],
"type_id": 9,
"data": "sample string 10",
"year": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.