Update a RMA by id.
Path parameters
-
id
integer Required RMA's id
Body
Required
-
status
string Required RMA's status ('En attente de validation' / 'Validé' / 'Rejeté' / 'Résolu' / 'Colis envoyé' / 'Bloqué iCloud/Gmail' / 'En cours de réparation chez le vendeur' / 'Annulé par l'acheteur' / 'Bloqué par code clavier' / 'Résolu par réparation' / 'Résolu par avoir' / 'Résolu par échange' / 'Validé, retour usine' / 'Réponse client nécessaire' / 'Réponse usine nécessaire')
-
fixType
string RMA's fixType
-
fixComment
string RMA's fixComment
-
exchangeIdentifier
string RMA's exchange IMEI/Serial Number, this field is mandatory when you set the status to 'Résolu par échange'
-
trackingNumber
string RMA's tracking number
-
shipper
string RMA's shipper (DHL Express'DHL Netherland','FedEx','UPS','Chronopost','DPD International','DPD France','GLS','TNT France','TNT International','DB Schenker','Kuehne + Nagel','Bpost','Colissimo','DHL Germany','PostNL International')
-
comment
string RMA's new comment
-
visibility
boolean RMA's customer visibility ('public' / 'private')
curl \
-X PATCH https://bi.agora.place/api/v2/savs/{id} \
-H "apikey: $API_KEY" \
-d '{"status":"string","fixType":"string","fixComment":"string","exchangeIdentifier":"string","trackingNumber":"string","shipper":"string","comment":"string","visibility":true}'
{
"status": "string",
"fixType": "string",
"fixComment": "string",
"exchangeIdentifier": "string",
"trackingNumber": "string",
"shipper": "string",
"comment": "string",
"visibility": true
}
{
"status": "string",
"fixType": "string",
"fixComment": "string",
"exchangeIdentifier": "string",
"trackingNumber": "string",
"shipper": "string",
"comment": "string",
"visibility": true
}
{
"code": 200,
"msg": "Success"
}
{
"code": 200,
"msg": "Success"
}
{
"code": 400,
"msg": "Bad Request"
}
{
"code": 400,
"msg": "Bad Request"
}
{
"code": 500,
"msg": "Internale Server Error"
}
{
"code": 500,
"msg": "Internale Server Error"
}