Problema de actuallizacion de operation resuelto

This commit is contained in:
2026-02-06 12:14:46 +01:00
parent 05138a44c9
commit 8a28c54c5d
9 changed files with 177 additions and 115 deletions

View File

@@ -0,0 +1,33 @@
meta {
name: Mass action by id
type: http
seq: 15
}
get {
url: https://api-getway.objenious.com/ws/actions/massActions/{{id}}
body: formUrlEncoded
auth: bearer
}
auth:bearer {
token: {{ws-access-token-partenaire}}
}
body:json {
{
"identifier": {
"identifiers": ["8933201124059175967"],
"identifierType": "ICCID"
}
}
}
vars:pre-request {
id: 5192767
}
settings {
encodeUrl: true
timeout: 0
}