43 lines
618 B
Plaintext
43 lines
618 B
Plaintext
|
|
meta {
|
||
|
|
name: Cambio oferta
|
||
|
|
type: http
|
||
|
|
seq: 18
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: {{baseUrl}}actions/changeServices
|
||
|
|
body: json
|
||
|
|
auth: bearer
|
||
|
|
}
|
||
|
|
|
||
|
|
auth:bearer {
|
||
|
|
token: {{ws-access-token-partenaire}}
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"dueDate": "2026-02-06T15:05:15.458Z",
|
||
|
|
"customerAccountCode": "9.49411.10",
|
||
|
|
"offer": {
|
||
|
|
"code": "SAVEFAMILY1",
|
||
|
|
"services": []
|
||
|
|
},
|
||
|
|
"identifier": {
|
||
|
|
"identifiers": [
|
||
|
|
"8933201125065160380"
|
||
|
|
],
|
||
|
|
"identifierType": "ICCID"
|
||
|
|
},
|
||
|
|
"services": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
body:form-urlencoded {
|
||
|
|
dueDate: 2026-01-28T13:51:15.458Z
|
||
|
|
}
|
||
|
|
|
||
|
|
settings {
|
||
|
|
encodeUrl: true
|
||
|
|
timeout: 0
|
||
|
|
}
|