WireInCmtCode

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getWireInCmtCode

post

No description available.

Authorizations
Body
WireInCmtCodeSelectionintegerRequired
Responses
200

Successful operation.

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

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

Successful operation.

{
  "WireInCmtCode": {
    "CommentCode": 1,
    "MatchBusFunctionCode": "text",
    "MatchNotifyMethod": 1,
    "MatchTypeCode": "text",
    "Selection": 1
  }
}

getWireInCmtCodeSelectFields

post

No description available.

Authorizations
Body
WireInCmtCodeSelectionintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireInCmtCodeSelection": 1,
  "SelectableFields": {
    "IncludeAllWireInCmtCodeFields": true,
    "WireInCmtCodeFields": {
      "CommentCode": true,
      "MatchBusFunctionCode": true,
      "MatchNotifyMethod": true,
      "MatchTypeCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireInCmtCode": {
    "CommentCode": 1,
    "MatchBusFunctionCode": "text",
    "MatchNotifyMethod": 1,
    "MatchTypeCode": "text",
    "Selection": 1
  }
}

getWireInCmtCodePagedList

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "WireInCmtCode": [
    {
      "CommentCode": 1,
      "MatchBusFunctionCode": "text",
      "MatchNotifyMethod": 1,
      "MatchTypeCode": "text",
      "Selection": 1
    }
  ],
  "Token": "text"
}

getWireInCmtCodeListSelectFields

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllWireInCmtCodeFields": true,
    "WireInCmtCodeFields": {
      "CommentCode": true,
      "MatchBusFunctionCode": true,
      "MatchNotifyMethod": true,
      "MatchTypeCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireInCmtCodeList": {
    "hasReachedMaximumListSize": true,
    "WireInCmtCode": [
      {
        "CommentCode": 1,
        "MatchBusFunctionCode": "text",
        "MatchNotifyMethod": 1,
        "MatchTypeCode": "text",
        "Selection": 1
      }
    ]
  }
}

searchWireInCmtCodeSelectFields

post

Fields available for selecting when retrieving Wire In CMT Code data

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllWireInCmtCodeFields": true,
    "WireInCmtCodeFields": {
      "CommentCode": true,
      "MatchBusFunctionCode": true,
      "MatchNotifyMethod": true,
      "MatchTypeCode": true,
      "Selection": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireInCmtCodeList": {
    "hasReachedMaximumListSize": true,
    "WireInCmtCode": [
      {
        "CommentCode": 1,
        "MatchBusFunctionCode": "text",
        "MatchNotifyMethod": 1,
        "MatchTypeCode": "text",
        "Selection": 1
      }
    ]
  }
}

getWireInCmtCodePagedListSelectFields

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWireInCmtCodeFields": true,
    "WireInCmtCodeFields": {
      "CommentCode": true,
      "MatchBusFunctionCode": true,
      "MatchNotifyMethod": true,
      "MatchTypeCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireInCmtCode": [
    {
      "CommentCode": 1,
      "MatchBusFunctionCode": "text",
      "MatchNotifyMethod": 1,
      "MatchTypeCode": "text",
      "Selection": 1
    }
  ],
  "Token": "text"
}

searchWireInCmtCodePagedSelectFields

post

Fields available for selecting when retrieving paginated Wire In CMT Code data

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWireInCmtCodeFields": true,
    "WireInCmtCodeFields": {
      "CommentCode": true,
      "MatchBusFunctionCode": true,
      "MatchNotifyMethod": true,
      "MatchTypeCode": true,
      "Selection": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireInCmtCode": [
    {
      "CommentCode": 1,
      "MatchBusFunctionCode": "text",
      "MatchNotifyMethod": 1,
      "MatchTypeCode": "text",
      "Selection": 1
    }
  ],
  "Token": "text"
}

updateWireInCmtCodeByID

post

Update Wire In Cmt Code for a specific ID.

Authorizations
Body
WireInCmtCodeSelectionintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireInCmtCodeSelection": 1,
  "WireInCmtCodeUpdatableFields": {
    "CommentCode": 1,
    "MatchBusFunctionCode": "text",
    "MatchNotifyMethod": 1,
    "MatchTypeCode": "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?