Table of Contents

Description

The task object defines the structure of a task which is sent within a request to the XML API.

Structure

KeyOccursTypeFormatDescription
code0 - 1string

The code of the request type

reply_to0 - 1string
The subuser
email_confirmation0 - 1string 

The successful receipt of the request is confirmed by way of email.

ctid0 - 1string
The client transaction ID
execdate0 - 1

date


Execution timestamp. Format: yyyy-MM-dd HH:mm:ss

demo0 - 1boolean

Demo mode

  • 1 = Demo mode active
  • 0 = Demo mode inactive
certificate0 - n objectCertificateThe certificate object for requests
contact0 - n objectContactThe contact object for requests

XML Example

<task>
    <code>400101</code>
    <reply_to>jon.doe@example.com</reply_to>
	<email_confirmation>jon.doe@example.com</email_confirmation>
	<ctid>ABC123456</ctid>
	<execdate>2019-01-01 09:00:00</execdate>
	<demo>1</demo>
	<certificate>
	...
	</certificate>
</task>