Reference for http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/DocumentWithName?TrackId={TRACKID}&DocId={DOCID}&DocName={DOCNAME}&Download={DOWNLOAD}&IsClient={ISCLIENT}

Permet de télécharger un document lié à une mission, Utiliser GetListAllAttachedFilesShipment pour récupérer l'ensemble des documents liés à une mission. Paramètres à fournir: identifiant de tracking de la mission (TrackId), id du document (DocID), nom voulu pour le document (DocName), option de téléchargement direct (Download, optionel), option permettant d'identifier un document client (IsClient)

Url: http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/DocumentWithName?TrackId={TRACKID}&DocId={DOCID}&DocName={DOCNAME}&Download={DOWNLOAD}&IsClient={ISCLIENT}

HTTP Method: GET

This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.

Message direction Format Body
Request N/A The Request body is empty.
Response Unknown The Response body is a byte stream.