ñadir numero en la respuesta de las activaciones

This commit is contained in:
2026-02-11 15:14:15 +01:00
parent 261342a629
commit 4a58595870
3 changed files with 64 additions and 3 deletions

View File

@@ -0,0 +1,33 @@
meta {
name: Unit action by id copy
type: http
seq: 19
}
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
}