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

@@ -5,14 +5,14 @@ meta {
}
get {
url: {{actionsUrl}}/requests/?pageSize=100&request.actionType=PREACTIVAION
url: {{actionsUrl}}/requests/?pageSize=10
body: formUrlEncoded
auth: bearer
}
params:query {
pageSize: 100
request.actionType: PREACTIVAION
pageSize: 10
~request.actionType: PREACTIVAION
}
auth:bearer {

View File

@@ -1,5 +1,5 @@
meta {
name: Mass action copy
name: Mass action by id
type: http
seq: 15
}
@@ -24,7 +24,7 @@ body:json {
}
vars:pre-request {
id: 5189837
id: 5192767
}
settings {

View File

@@ -5,27 +5,34 @@ meta {
}
get {
url: {{actionsUrl}}/massActions/
url: {{actionsUrl}}/massActions?massActionId=5192767
body: formUrlEncoded
auth: bearer
}
params:query {
massActionId: 5192767
~identifier.identifierType: ICCID
~identifier.identifiers: 8933201125065160463,8933201125065160422
}
auth:bearer {
token: {{ws-access-token-partenaire}}
}
body:json {
{
"identifier": {
"identifiers": ["8933201124059175967"],
"identifierType": "ICCID"
}
}
}
body:form-urlencoded {
identifier.identifierType: ICCID
identifier.identifiers: 8933201124059176320
identifier.identifiers: 8933201125065160463
~massActionId: 5192767
}
vars:pre-request {