StructOperationResponse

Description

This object stores the result of an Operation

Variables

  • ID_OPE integer
    Tracking ID
  • STATUS string
    Current status

    See the table below for status values

  • MESSAGE string
    Error message if status is failed
  • TYPE string
    Type of operation
  • DATE string
    Date of submission

Possible values

Status value Explanations
Cancelled
This operation has been cancelled by NETIM
Done
This operation is processed successfully
Failed
This operation is processed but failed. Look at the message for the reason
Pending
This operation is asynchronous and under processing. Wait for the operation to be processed.

Linked functions