Files
sf-sim/docs/sim-objenious/Mass action list.bru

46 lines
706 B
Plaintext
Raw Permalink Normal View History

2026-02-04 14:02:01 +01:00
meta {
name: Mass action list
type: http
seq: 16
}
get {
url: {{actionsUrl}}/massActions?massActionId=5192767
2026-02-04 14:02:01 +01:00
body: formUrlEncoded
auth: bearer
}
params:query {
massActionId: 5192767
~identifier.identifierType: ICCID
~identifier.identifiers: 8933201125065160463,8933201125065160422
}
2026-02-04 14:02:01 +01:00
auth:bearer {
token: {{ws-access-token-partenaire}}
}
body:json {
2026-02-04 14:02:01 +01:00
"identifier": {
"identifiers": ["8933201124059175967"],
"identifierType": "ICCID"
}
2026-02-04 14:02:01 +01:00
}
body:form-urlencoded {
identifier.identifierType: ICCID
identifier.identifiers: 8933201125065160463
~massActionId: 5192767
2026-02-04 14:02:01 +01:00
}
vars:pre-request {
~id: 5187320
}
settings {
encodeUrl: true
timeout: 0
}