docs de la api de objenious
This commit is contained in:
37
docs/sim-objenious/ReActivate.bru
Normal file
37
docs/sim-objenious/ReActivate.bru
Normal file
@@ -0,0 +1,37 @@
|
||||
meta {
|
||||
name: ReActivate
|
||||
type: http
|
||||
seq: 12
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}actions/reactivateLine
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{ws-access-token-partenaire}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"dueDate": "2026-02-04T12:05:15.458Z",
|
||||
"customerAccountCode": "9.49411.10",
|
||||
"identifier": {
|
||||
"identifiers": [
|
||||
"8933201124059176320"
|
||||
],
|
||||
"identifierType": "ICCID"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
dueDate: 2026-01-28T13:51:15.458Z
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user