IrsBkupWithhold

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getIrsBkupWithhold

post

No description provided.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "IrsBkupWithhold": {
    "FedBackupWithholdingRate": 1,
    "FutureFedBackupWHRate": 1,
    "FutureFedEffectiveDate": "2025-11-07"
  }
}

getIrsBkupWithholdSelectFields

post

No description provided.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllIrsBkupWithholdFields": true,
    "IrsBkupWithholdFields": {
      "FedBackupWithholdingRate": true,
      "FutureFedBackupWHRate": true,
      "FutureFedEffectiveDate": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IrsBkupWithhold": {
    "FedBackupWithholdingRate": 1,
    "FutureFedBackupWHRate": 1,
    "FutureFedEffectiveDate": "2025-11-07"
  }
}

updateIrsBkupWithholdByID

post
Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "IrsBkupWithholdUpdatableFields": {
    "FedBackupWithholdingRate": 1,
    "FutureFedBackupWHRate": 1,
    "FutureFedEffectiveDate": "2025-11-07"
  },
  "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?