This commit is contained in:
parent
db15285858
commit
eeef279483
|
@ -3,7 +3,7 @@ const {DOMParser} = require('xmldom');
|
|||
|
||||
module.exports = Self => {
|
||||
Self.remoteMethod('deleteShipment', {
|
||||
description: 'Create an expedition and return a label',
|
||||
description: 'Delete a shipment by providing the expedition ID, interacting with Viaexpress API',
|
||||
accessType: 'WRITE',
|
||||
accepts: [{
|
||||
arg: 'expeditionFk',
|
||||
|
|
Loading…
Reference in New Issue