mGramSeva iFIX Adapter Service API

Push the fiscal event on iFix

post

Push the fiscal event on iFix

Body

Project request along with request metadata

Responses
202

Request has been accepted for processing

*/*
post
/event/v1/_push
POST /event/v1/_push HTTP/1.1
Host: iFix.org
Content-Type: application/json
Accept: */*
Content-Length: 140

{
  "requestHeader": {
    "ts": 1,
    "version": "text",
    "msgId": "text",
    "signature": "text"
  },
  "event": {
    "tenantId": "text",
    "eventType": "DEMAND",
    "entity": [
      {}
    ]
  }
}
{
  "responseInfo": {
    "ts": 1,
    "correlationId": "text",
    "msgId": "text",
    "status": "SUCCESS",
    "signature": "text",
    "version": "text"
  },
  "event": [
    {
      "id": "text",
      "tenantId": "text",
      "eventType": "DEMAND",
      "entity": [
        {}
      ],
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

Last updated

Was this helpful?