GlxLate

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getGlxLate

post

Get the getGlxLate data.

Authorizations
Body
GlxLateGlCodeintegerOptional
GlxLateTypeListintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "GlxLate": {
    "GlCode": 1,
    "GlNumber": "text",
    "GlSuffix": "text",
    "TypeList": 1
  }
}

getGlxLateSelectFields

post

Get the getGlxLateSelectFields data.

Authorizations
Body
GlxLateGlCodeintegerOptional
GlxLateTypeListintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "GlxLateGlCode": 1,
  "GlxLateTypeList": 1,
  "SelectableFields": {
    "IncludeAllGlxLateFields": true,
    "GlxLateFields": {
      "GlCode": true,
      "GlNumber": true,
      "GlSuffix": true,
      "TypeList": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "GlxLate": {
    "GlCode": 1,
    "GlNumber": "text",
    "GlSuffix": "text",
    "TypeList": 1
  }
}

getGlxLatePagedList

post

Get the getGlxLatePagedList data.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "GlxLate": [
    {
      "GlCode": 1,
      "GlNumber": "text",
      "GlSuffix": "text",
      "TypeList": 1
    }
  ],
  "Token": "text"
}

getGlxLateListSelectFields

post

Get the getGlxLateListSelectFields data.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllGlxLateFields": true,
    "GlxLateFields": {
      "GlCode": true,
      "GlNumber": true,
      "GlSuffix": true,
      "TypeList": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "GlxLateList": {
    "hasReachedMaximumListSize": true,
    "GlxLate": [
      {
        "GlCode": 1,
        "GlNumber": "text",
        "GlSuffix": "text",
        "TypeList": 1
      }
    ]
  }
}

searchGlxLateSelectFields

post

Field for selecting various options related to searchglxlateselectfields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllGlxLateFields": true,
    "GlxLateFields": {
      "GlCode": true,
      "GlNumber": true,
      "GlSuffix": true,
      "TypeList": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "GlxLateList": {
    "hasReachedMaximumListSize": true,
    "GlxLate": [
      {
        "GlCode": 1,
        "GlNumber": "text",
        "GlSuffix": "text",
        "TypeList": 1
      }
    ]
  }
}

getGlxLatePagedListSelectFields

post

Get the getGlxLatePagedListSelectFields data.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllGlxLateFields": true,
    "GlxLateFields": {
      "GlCode": true,
      "GlNumber": true,
      "GlSuffix": true,
      "TypeList": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "GlxLate": [
    {
      "GlCode": 1,
      "GlNumber": "text",
      "GlSuffix": "text",
      "TypeList": 1
    }
  ],
  "Token": "text"
}

searchGlxLatePagedSelectFields

post

Field for selecting various options related to searchglxlatepagedselectfields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllGlxLateFields": true,
    "GlxLateFields": {
      "GlCode": true,
      "GlNumber": true,
      "GlSuffix": true,
      "TypeList": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "GlxLate": [
    {
      "GlCode": 1,
      "GlNumber": "text",
      "GlSuffix": "text",
      "TypeList": 1
    }
  ],
  "Token": "text"
}

updateGlxLateByID

post
Authorizations
Body
GlxLateGlCodeintegerOptional
GlxLateTypeListintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "GlxLateGlCode": 1,
  "GlxLateTypeList": 1,
  "GlxLateUpdatableFields": {
    "GlNumber": "text",
    "GlSuffix": "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?