Allianz Trade · JSON Structure

Trade Company Grade Job_Response Structure

Async job status response

Type: object Properties: 5
Credit InsuranceInsuranceRisk ManagementTrade CreditE-CommerceSurety

Trade Company Grade Job_Response Structure is a JSON Structure definition published by Allianz Trade, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobId status result createdAt completedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.allianz-trade.com/structures/trade-company-grade-job_response-structure.json",
  "title": "JobResponse",
  "type": "object",
  "description": "Async job status response",
  "properties": {
    "jobId": {
      "type": "xs:string",
      "description": "Unique identifier for the async job"
    },
    "status": {
      "type": "xs:string",
      "description": "Current status of the job"
    },
    "result": {
      "type": "object",
      "description": "Result data after successful job completion"
    },
    "createdAt": {
      "type": "xs:string",
      "description": "When the job was created"
    },
    "completedAt": {
      "type": "xs:string",
      "description": "When the job completed (null if still pending)"
    }
  }
}