# Update a RMA by id. **PATCH /api/v2/savs/{id}** ## Servers - https://bi.agora.place: https://bi.agora.place () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (integer) RMA's id ### Body: application/json (object) - **status** (string) 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') ## Responses ### 200 Update a RMA by id #### Body: application/json (object) - **code** (integer) - **msg** (string) ### 400 Bad request #### Body: application/json (object) - **code** (integer) - **msg** (string) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **msg** (string) [Powered by Bump.sh](https://bump.sh)