docs de la api de objenious

This commit is contained in:
2026-02-04 14:02:01 +01:00
parent 3c32e03c34
commit 6171959ce6
24 changed files with 1235 additions and 1 deletions

View File

@@ -0,0 +1,41 @@
meta {
name: Activate
type: http
seq: 11
}
post {
url: {{baseUrl}}actions/activateLine
body: json
auth: bearer
}
auth:bearer {
token: {{ws-access-token-partenaire}}
}
body:json {
{
"dueDate": "2026-02-03T09:05:15.458Z",
"customerAccountCode": "9.49411.10",
"offer": {
"code": "SAVEFAMILY1",
"services": []
},
"identifier": {
"identifiers": [
"8933201125065160455"
],
"identifierType": "ICCID"
}
}
}
body:form-urlencoded {
dueDate: 2026-01-28T13:51:15.458Z
}
settings {
encodeUrl: true
timeout: 0
}