Contract

Contrat

Description

Contrat d’achat de film

Import AS400 : oui

Job : ContractStream

Entités

Contract

Données d’un complexe

{
    "_id": "string", //Identifiant technique
    "db2id": "string", // id DB2 de l'import AS400
    "territoryId": "string", // id du territoire
    "distributionHomeId": "string", // id de la maison de distribution
    "number": "number", // numéro du contract
    "durationExploitationRight": "number", // durée d'exploitation
    "dateFirstContact": "string", // date du premier contact
    "dateStartExploitation": "string", // date du début d'exploitation
    "dateEndExploitation": "string", // date de fin d'exploitation
    "destructionType": "string", // Type de destruction
    "stats": {
        "numberMovieTotal": "number", // nombre de film total pour le contrat
        "buyingPriceTotal": "number", // prix d'achat total
        "numberEntryTotal": "number", // nombre d'entrée total  
    }
}