WireOutCmtCode

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getWireOutCmtCode

post

Get wire out comment code

Authorizations
Body
WireOutCmtCodeSelectionintegerRequired
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getWireOutCmtCode HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 152

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

Successful operation.

{
  "WireOutCmtCode": {
    "CorporateCommCode": 1,
    "MatchBusFunctionCode": "text",
    "MatchTypeCode": "text",
    "MatchWireType": 1,
    "MemberCommentCode": 1,
    "Selection": 1
  }
}

getWireOutCmtCodeSelectFields

post

Get wire out comment code select fields

Authorizations
Body
WireOutCmtCodeSelectionintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getWireOutCmtCodeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 373

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireOutCmtCodeSelection": 1,
  "SelectableFields": {
    "IncludeAllWireOutCmtCodeFields": true,
    "WireOutCmtCodeFields": {
      "CorporateCommCode": true,
      "MatchBusFunctionCode": true,
      "MatchTypeCode": true,
      "MatchWireType": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireOutCmtCode": {
    "CorporateCommCode": 1,
    "MatchBusFunctionCode": "text",
    "MatchTypeCode": "text",
    "MatchWireType": 1,
    "MemberCommentCode": 1,
    "Selection": 1
  }
}

getWireOutCmtCodePagedList

post

Get wire out comment code paged list

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getWireOutCmtCodePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
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.

{
  "WireOutCmtCode": [
    {
      "CorporateCommCode": 1,
      "MatchBusFunctionCode": "text",
      "MatchTypeCode": "text",
      "MatchWireType": 1,
      "MemberCommentCode": 1,
      "Selection": 1
    }
  ],
  "Token": "text"
}

getWireOutCmtCodeListSelectFields

post

Get wire out comment code list select fields

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getWireOutCmtCodeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 345

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllWireOutCmtCodeFields": true,
    "WireOutCmtCodeFields": {
      "CorporateCommCode": true,
      "MatchBusFunctionCode": true,
      "MatchTypeCode": true,
      "MatchWireType": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireOutCmtCodeList": {
    "hasReachedMaximumListSize": true,
    "WireOutCmtCode": [
      {
        "CorporateCommCode": 1,
        "MatchBusFunctionCode": "text",
        "MatchTypeCode": "text",
        "MatchWireType": 1,
        "MemberCommentCode": 1,
        "Selection": 1
      }
    ]
  }
}

searchWireOutCmtCodeSelectFields

post

Fields available for selecting when retrieving Wire Out CMT Code data

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/searchWireOutCmtCodeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 377

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllWireOutCmtCodeFields": true,
    "WireOutCmtCodeFields": {
      "CorporateCommCode": true,
      "MatchBusFunctionCode": true,
      "MatchTypeCode": true,
      "MatchWireType": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireOutCmtCodeList": {
    "hasReachedMaximumListSize": true,
    "WireOutCmtCode": [
      {
        "CorporateCommCode": 1,
        "MatchBusFunctionCode": "text",
        "MatchTypeCode": "text",
        "MatchWireType": 1,
        "MemberCommentCode": 1,
        "Selection": 1
      }
    ]
  }
}

getWireOutCmtCodePagedListSelectFields

post

Get wire out comment code paged list select fields

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getWireOutCmtCodePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 439

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWireOutCmtCodeFields": true,
    "WireOutCmtCodeFields": {
      "CorporateCommCode": true,
      "MatchBusFunctionCode": true,
      "MatchTypeCode": true,
      "MatchWireType": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireOutCmtCode": [
    {
      "CorporateCommCode": 1,
      "MatchBusFunctionCode": "text",
      "MatchTypeCode": "text",
      "MatchWireType": 1,
      "MemberCommentCode": 1,
      "Selection": 1
    }
  ],
  "Token": "text"
}

searchWireOutCmtCodePagedSelectFields

post

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

Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/searchWireOutCmtCodePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 454

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWireOutCmtCodeFields": true,
    "WireOutCmtCodeFields": {
      "CorporateCommCode": true,
      "MatchBusFunctionCode": true,
      "MatchTypeCode": true,
      "MatchWireType": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireOutCmtCode": [
    {
      "CorporateCommCode": 1,
      "MatchBusFunctionCode": "text",
      "MatchTypeCode": "text",
      "MatchWireType": 1,
      "MemberCommentCode": 1,
      "Selection": 1
    }
  ],
  "Token": "text"
}

updateWireOutCmtCodeByID

post

Update Wire Out Cmt Code for a specific ID.

Authorizations
Body
WireOutCmtCodeSelectionintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/updateWireOutCmtCodeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 301

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireOutCmtCodeSelection": 1,
  "WireOutCmtCodeUpdatableFields": {
    "CorporateCommCode": 1,
    "MatchBusFunctionCode": "text",
    "MatchTypeCode": "text",
    "MatchWireType": 1,
    "MemberCommentCode": 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?