IdentIdTypeDesc

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getIdentIdTypeDesc

post

Get the getIdentIdTypeDesc data.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getIdentIdTypeDesc
POST /nexum/627/2022.01/parameter/getIdentIdTypeDesc 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.

{
  "IdentIdTypeDesc": {
    "IdType": [
      {
        "EntryId": 1,
        "IdType": "text"
      }
    ]
  }
}

getIdentIdTypeDescSelectFields

post

Get the getIdentIdTypeDescSelectFields data.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllIdentIdTypeDescFields": true,
    "IdentIdTypeDescFields": {
      "IdType": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IdentIdTypeDesc": {
    "IdType": [
      {
        "EntryId": 1,
        "IdType": "text"
      }
    ]
  }
}

updateIdentIdTypeDescByID

post
Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "IdentIdTypeDescUpdatableFields": {
    "IdType": [
      {
        "EntryId": 1,
        "IdType": "text"
      }
    ]
  },
  "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?