iFIX Department Entity Service API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /fiscal-event-service/department/v1/_create HTTP/1.1
Host: <server-address>
Content-Type: application/json
Accept: */*
Content-Length: 170
{
"requestHeader": {
"ts": 1,
"version": "text",
"msgId": "text",
"signature": "text"
},
"department": {
"tenantId": "text",
"code": "text",
"name": "text",
"isNodal": false,
"parent": "text"
}
}{
"responseHeader": {
"ts": 1,
"correlationId": "text",
"msgId": "text",
"status": "SUCCESS",
"signature": "text",
"version": "text"
},
"department": [
{
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"isNodal": false,
"parent": "text",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text",
"createdTime": 1,
"lastModifiedTime": 1
}
}
]
}POST /fiscal-event-service/department/v1/_search HTTP/1.1
Host: <server-address>
Content-Type: application/json
Accept: */*
Content-Length: 151
{
"requestHeader": {
"ts": 1,
"version": "text",
"msgId": "text",
"signature": "text"
},
"criteria": {
"Ids": [
"text"
],
"tenantId": "text",
"name": "text",
"code": "text"
}
}{
"responseHeader": {
"ts": 1,
"correlationId": "text",
"msgId": "text",
"status": "SUCCESS",
"signature": "text",
"version": "text"
},
"department": [
{
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"isNodal": false,
"parent": "text",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text",
"createdTime": 1,
"lastModifiedTime": 1
}
}
]
}POST /fiscal-event-service/expenditure/v1/_create HTTP/1.1
Host: <server-address>
Content-Type: application/json
Accept: */*
Content-Length: 177
{
"requestHeader": {
"ts": 1,
"version": "text",
"msgId": "text",
"signature": "text"
},
"expenditure": {
"tenantId": "text",
"code": "text",
"name": "text",
"type": "Scheme",
"departmentId": "text"
}
}{
"responseHeader": {
"ts": 1,
"correlationId": "text",
"msgId": "text",
"status": "SUCCESS",
"signature": "text",
"version": "text"
},
"Expenditure": [
{
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"type": "Scheme",
"departmentId": "text",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text",
"createdTime": 1,
"lastModifiedTime": 1
}
}
]
}POST /fiscal-event-service/expenditure/v1/_search HTTP/1.1
Host: <server-address>
Content-Type: application/json
Accept: */*
Content-Length: 151
{
"requestHeader": {
"ts": 1,
"version": "text",
"msgId": "text",
"signature": "text"
},
"criteria": {
"Ids": [
"text"
],
"tenantId": "text",
"name": "text",
"code": "text"
}
}{
"responseHeader": {
"ts": 1,
"correlationId": "text",
"msgId": "text",
"status": "SUCCESS",
"signature": "text",
"version": "text"
},
"Expenditure": [
{
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"type": "Scheme",
"departmentId": "text",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text",
"createdTime": 1,
"lastModifiedTime": 1
}
}
]
}POST /fiscal-event-service/project/v1/_create HTTP/1.1
Host: <server-address>
Content-Type: application/json
Accept: */*
Content-Length: 224
{
"requestHeader": {
"ts": 1,
"version": "text",
"msgId": "text",
"signature": "text"
},
"project": {
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"expenditureId": "text",
"departmentEntityIds": [
"text"
],
"locationIds": [
"text"
]
}
}{
"responseHeader": {
"ts": 1,
"correlationId": "text",
"msgId": "text",
"status": "SUCCESS",
"signature": "text",
"version": "text"
},
"project": [
{
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"expenditureId": "text",
"departmentEntityIds": [
"text"
],
"locationIds": [
"text"
],
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text",
"createdTime": 1,
"lastModifiedTime": 1
}
}
]
}POST /fiscal-event-service/project/v1/_update HTTP/1.1
Host: <server-address>
Content-Type: application/json
Accept: */*
Content-Length: 224
{
"requestHeader": {
"ts": 1,
"version": "text",
"msgId": "text",
"signature": "text"
},
"project": {
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"expenditureId": "text",
"departmentEntityIds": [
"text"
],
"locationIds": [
"text"
]
}
}{
"responseHeader": {
"ts": 1,
"correlationId": "text",
"msgId": "text",
"status": "SUCCESS",
"signature": "text",
"version": "text"
},
"project": [
{
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"expenditureId": "text",
"departmentEntityIds": [
"text"
],
"locationIds": [
"text"
],
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text",
"createdTime": 1,
"lastModifiedTime": 1
}
}
]
}POST /fiscal-event-service/project/v1/_search HTTP/1.1
Host: <server-address>
Content-Type: application/json
Accept: */*
Content-Length: 244
{
"requestHeader": {
"ts": 1,
"version": "text",
"msgId": "text",
"signature": "text"
},
"criteria": {
"Ids": [
"text"
],
"tenantId": "text",
"name": "text",
"code": "text",
"expenditureId": "text",
"departmentId": "text",
"departmentEntityId": "text",
"locationId": "text"
}
}{
"responseHeader": {
"ts": 1,
"correlationId": "text",
"msgId": "text",
"status": "SUCCESS",
"signature": "text",
"version": "text"
},
"project": [
{
"id": "text",
"tenantId": "text",
"code": "text",
"name": "text",
"expenditureId": "text",
"departmentEntityIds": [
"text"
],
"locationIds": [
"text"
],
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text",
"createdTime": 1,
"lastModifiedTime": 1
}
}
]
}