La fiche d'une remise
GET
/remises/{reference}
const url = 'https://carnet-ordres.interne/carnet-ordres/remises/example';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://carnet-ordres.interne/carnet-ordres/remises/example \ --header 'Authorization: Bearer <token>'Autorisations
Section intitulée « Autorisations »Paramètres
Section intitulée « Paramètres »Paramètres (path)
Section intitulée « Paramètres (path) »reference
required
string
Réponses
Section intitulée « Réponses »La remise.
Media typeapplication/json
object
reference
required
string
acteurRef
required
string
canal
required
string
etat
required
string
transmiseLe
string format: date-time
accuseeLe
string format: date-time
nbOrdresAgreges
integer
tentatives
integer
format
string
versionFormat
string
empreinte
string
referenceTechnique
string
referenceAccuse
string
enregistrementRef
Référence de l’enregistrement horodaté, quand le canal de secours (téléphone) a été employé — c’est la preuve. Le contenu n’est jamais servi par ce contrat.
string
comparaison
LA COMPARAISON TRANSMIS / EXÉCUTÉ ligne à ligne, avec l’écart. C’est le tableau de la fiche annonce du back-office.
Array<object>
object
ordreAgregeRef
required
string
supportRef
string
sens
string
transmisMontantCt
integer format: int64
transmisQuantiteUpm
integer format: int64
vlUe6
integer format: int64
executeMontantCt
integer format: int64
executeQuantiteUpm
integer format: int64
ecartQuantiteUpm
integer format: int64
conforme
required
boolean
Example
{ "canal": "FICHIER"}La ressource n’existe pas dans ce tenant.
Media typeapplication/json
object
code
required
string
message
required
string
Examplegenerated
{ "code": "example", "message": "example"}