APIAbortOrder

Call to abort an order - this might be because you have made errors and you wish to ensure there are no pending items remaining in the system.

/api/plain/?type=APIAbortOrder&[payload]&HashString=[hashstring]

URL Parameters

 Field TypeDescription
TypeStringAPI that will be called
PayloadURL_ENCODEDAn URL encoded JSON array 
HashString Varchar sha256 encoded string. Read how to create payload and hashstring 


Payload Parameters

 Field TypeDescription
ReferenceVarcharOrder reference


Success 200

FieldTypeDescription
ErrorsArray() 

Error 4xx

FieldTypeDescription
Errorsarray() 
 - Code IntNumber of error
 - Error StringError message
  •  Error-Response: 
  •     HTTP/1.1 200 OK
        {
          "Errors": [
    	  	{"Code":"403", "Error":"Not found order"}		
    	  ]
        }