In addition to the fields required by the CA Gateway API, certificate requests for ECS CAs must include tracking information. For example:
"properties": {
"requesterEmail": "requester@mail.com",
"requesterPhone": "123456789",
"requesterName": "Request Name",
"trackingInfo": "tracking info test",
"additionalEmails": "test1@mail.com, test2@mail.com",
"text4": "this is custom text 4",
"date1": "2022-07-01T12:24:27.627Z",
"number3": 33
}
As we see in the example, this tracking information can include custom fields to meet customer requirements.