TRACKING_HPSA_CLIENT_48H_INC

 avatar
unknown
json
3 years ago
1.1 kB
6
Indexable
{
	"tenantCode":"TRACKING",
	"templateCode":"TRACKING_HPSA_CLIENT_48H_INC",
	"templateName":"TRACKING_HPSA_CLIENT_48H_INC",
	"templateDescription":"TRACKING_HPSA_CLIENT_48H_INC",
	"tags": ["MCA3", "CUSTOMERCARE", "TRACKING", "CLAIM", "RESPONSIBLE"],
	"demoJson": {
        "store": "Promart",
        "incidence": "43048131-2",
        "clientName": "Antonio G.",
        "reasonName": "Despacho"
    },
	"schema": {
		"type": "object",
        "required": [
            "incidence",
            "clientName"
        ],
        "properties": {
            "store": {
                "type": "string",
                "description": "Tienda donde se registró la incidencia"
            },
            "incidence": {
                "type": "string",
                "description": "Código de la incidencia"
            },
            "clientName": {
                "type": "string",
                "description": "Nombre del cliente"
            },
            "reasonName": {
                "type": "string",
                "description": "Motivo de la incidencia"
            }
        }
	}
}
Editor is loading...