Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

verb: GET
resultType: extendedRelated
en complément du résultat pour resultType: extended on aura le détail pour les tables customeraddress, customer, generictype_type, generictype_source, generictype_status, interventionrequestpriority, customercontact, baseuser_internalRequest, customercontact_externalRequest externalRequestsymptom et symptomcustomer_billed

Bloc de code
languagejson
"related":[
{
  "customeraddress":{
    "codecustomeraddress":"C0000001-BDX",
    "customer_ID":"C0000001",
    "name":"ENTREPÔT GUICHARD",
    "site":"1",
    ...
  },
  "customer":{
    "codecustomer":"C0000001",
    "name":"ENTREPRISE DIJON GUICHARD",
    ...
  },
  "generictype_type":
  {
    "codegenerictype": "INTERVENTION_REQUEST_TYPE-INCIDENT",
    "label": "Incident",
    "originalCode": "INCIDENT",
    "dataType": "INTERVENTION_REQUEST_TYPE",
    "description": "",
    "translationKey": "GenType_INTERVENTION_REQUEST_TYPE-INCIDENT",
    "generictype_ID_parent": "",
    "tag": "",
    "orderNumber": ""
  },
  "generictype_source":
  {
    "codegenerictype": "INTERVENTION_REQUEST_SOURCE-PHONE",
    "label": "Phone",
    "originalCode": "PHONE",
    "dataType": "INTERVENTION_REQUEST_SOURCE",
    "description": "",
    "translationKey": "GenType_INTERVENTION_REQUEST_SOURCE-PHONE",
    "generictype_ID_parent": "",
    "tag": "",
    "orderNumber": ""
  },
  "generictype_status":
  {
    "codegenerictype": "INTERVENTION_REQUEST_STATUS-NEW",
    "label": "New",
    "originalCode": "NEW",
    "dataType": "INTERVENTION_REQUEST_STATUS",
    "description": "",
    "translationKey": "GenType_INTERVENTION_REQUEST_STATUS-NEW",
    "generictype_ID_parent": "",
    "tag": "NEW",
    "orderNumber": "0"
  },
  "interventionrequestpriority":
  {
    "codeinterventionrequestpriority": "BLOCKING",
    "label": "Blocking",
    "orderNumber": "3",
    "generictype_ID_style": "BO-STYLE-label-warning",
    "urgent": "1"
  },
  "customercontact":
  {
    "codecustomercontact":"C0000001-IG",
    "customer_ID":"C0000001",
    "lastName":"Grannienski",
    "firstName":"Igor",
    "generictype_ID_civility":"Monsieur",
    ...
  },
  "baseuser_internalRequest":
  {
    "codebaseuser": "1",
    "lastName": "BERNARD",
    "firstName": "Dominique",
    "initials": "BC",
    ...
  },
  "customercontact_externalRequest":
  {
    "codecustomercontact": "",
    "customer_ID": "",
    "generictype_ID_civility": "",
    "lastName": "",
    "firstName": "",
    ...
  },
  "symptom":
  {
    "codesymptom": "A",
    "label": "Défaut général",
    "equipmentkind_ID": "",
    "equipmenttype_ID": "",
    "interventionDuration": "",
    "externalLink": "",
    "endDate": "",
    "symptom_ID_parent": "",
    "resolution": "",
    "internalUse": ""
  }
}]

...