SycGeneral

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getSycGeneral

post

Retrieve getSycGeneral data.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getSycGeneral
POST /nexum/627/2022.01/parameter/getSycGeneral HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "SycGeneral": {
    "CustomSpecfile": [
      {
        "EntryId": 1,
        "CustomSpecfile": "text"
      }
    ],
    "FicsAppPassword": "text",
    "FicsAppUserId": "text",
    "FicsDataSourceName": "text",
    "FicsDbPassword": "text",
    "FicsDbUserId": "text",
    "NoticesPrinterType": 1,
    "SpecfileLoadMethod": [
      {
        "EntryId": 1,
        "SpecfileLoadMethod": 1
      }
    ]
  }
}

getSycGeneralSelectFields

post

Retrieve getSycGeneralSelectFields data.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getSycGeneralSelectFields
POST /nexum/627/2022.01/parameter/getSycGeneralSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 384

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllSycGeneralFields": true,
    "SycGeneralFields": {
      "CustomSpecfile": [
        1
      ],
      "FicsAppPassword": true,
      "FicsAppUserId": true,
      "FicsDataSourceName": true,
      "FicsDbPassword": true,
      "FicsDbUserId": true,
      "NoticesPrinterType": true,
      "SpecfileLoadMethod": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "SycGeneral": {
    "CustomSpecfile": [
      {
        "EntryId": 1,
        "CustomSpecfile": "text"
      }
    ],
    "FicsAppPassword": "text",
    "FicsAppUserId": "text",
    "FicsDataSourceName": "text",
    "FicsDbPassword": "text",
    "FicsDbUserId": "text",
    "NoticesPrinterType": 1,
    "SpecfileLoadMethod": [
      {
        "EntryId": 1,
        "SpecfileLoadMethod": 1
      }
    ]
  }
}

updateSycGeneralByID

post

Update SYC general by ID

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/updateSycGeneralByID
POST /nexum/627/2022.01/parameter/updateSycGeneralByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 416

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SycGeneralUpdatableFields": {
    "CustomSpecfile": [
      {
        "EntryId": 1,
        "CustomSpecfile": "text"
      }
    ],
    "FicsAppPassword": "text",
    "FicsAppUserId": "text",
    "FicsDataSourceName": "text",
    "FicsDbPassword": "text",
    "FicsDbUserId": "text",
    "NoticesPrinterType": 1,
    "SpecfileLoadMethod": [
      {
        "EntryId": 1,
        "SpecfileLoadMethod": 1
      }
    ]
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?