...
Deck of Cards |
---|
|
Bloco de código |
---|
language | java |
---|
theme | Midnight |
---|
title | Request Header Json |
---|
collapse | true |
---|
| LEGALDESK: TRUE
TENANTID: T1,M SP 01
Content-Type: application/Json
|
Bloco de código |
---|
language | java |
---|
theme | Midnight |
---|
title | Request Body Json |
---|
collapse | true |
---|
| {
"aCodTs": ["000000000082","000000000083","000000000084"],
"cCodMotv":"001",
"cCodPart":"000010",
"cMsgWo":"Teste Mensagem de WO"
}
|
Bloco de código |
---|
language | java |
---|
theme | Midnight |
---|
title | Response Json |
---|
collapse | true |
---|
| {
"totvs_total": 3,
"hasNext": false,
"return": [
{
"codigoTS": "000000000082",
"codigoWO": "",
"obs": "Time Sheet já Concluído."
},
{
"codigoTS": "000000000083",
"codigoWO": "00000130",
"obs": ""
},
{
"codigoTS": "000000000084",
"codigoWO": "00000130",
"obs": ""
}
]
}
|
|
b. POST - JurRESTFun/wo-can
...
Permitir ao usuário realizar o cancelamento do WO em lote.
...