16 lines
193 B
Plaintext
16 lines
193 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/pmn/sort
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"pmn_id": 1,
|
||
|
|
"sort_key": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pmn_id": 2,
|
||
|
|
"sort_key": 2
|
||
|
|
}
|
||
|
|
]
|
||
|
|
|