orderStatusUpdateFun

enterpriseKey
string

Enterprise Key.

trackCode
string

Trackcode

statusClient
string

Status client.

statusID
string

Order status.

incidenceID
string

Order status Incidence

typeUserID
string

Type user driver

email
string

Client's email

commentary
string

Order commentaries

orderImage
string

URL orderImage

receptorAcuse
string

The person who receive the package

relationShipAcuse
string

Relationship with the client

rutAcuse
string

Receptor's RUT

Example
1
{
2
"enterpriseKey": "string",
3
"trackCode": "string",
4
"statusClient": "string",
5
"statusID": "string",
6
"incidenceID": "string",
7
"typeUserID": "string",
8
"email": "string",
9
"commentary": "string",
10
"orderImage": "string",
11
"receptorAcuse": "string",
12
"relationShipAcuse": "string",
13
"rutAcuse": "string"
14
}