Geler / Dégeler un wallet

Clé

Description

Valeur

NotifCategory

Type de notification. 13 dans le cas d'un "Geler / Dégeler un wallet".

13

NotifDate

Date et heure de la creation de la notification. Heure de Paris. Format ISO8601

2016-03-02T16:44:55.883

IntId

Identifiant interne du wallet

32

ExtId

Identifiant externe du wallet

jkdc

Status

Statut du wallet

6

Blocked

Indique le nouvel état du wallet :

0 : Ouvert

1 : Gelé

1

Échantillon de notification POST JSON :

{
	"ExtId": "jkdc",
	"IntId": "32",
	"NotifDate": "2016-03-02T16:44:55.883",
	"NotifCategory": "13",
	"Status": "6",
	"Blocked": "1"
}