WestUnCommCode

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getWestUnCommCode

post

No description available.

Authorizations
Body
WestUnCommCodeSelectionintegerRequired
Responses
200

Successful operation.

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

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

Successful operation.

{
  "WestUnCommCode": {
    "CorporateCommCode": 1,
    "MatchCountryCode": "text",
    "MemberCommentCode": 1,
    "Selection": 1
  }
}

getWestUnCommCodeSelectFields

post

No description available.

Authorizations
Body
WestUnCommCodeSelectionintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WestUnCommCodeSelection": 1,
  "SelectableFields": {
    "IncludeAllWestUnCommCodeFields": true,
    "WestUnCommCodeFields": {
      "CorporateCommCode": true,
      "MatchCountryCode": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WestUnCommCode": {
    "CorporateCommCode": 1,
    "MatchCountryCode": "text",
    "MemberCommentCode": 1,
    "Selection": 1
  }
}

getWestUnCommCodePagedList

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "WestUnCommCode": [
    {
      "CorporateCommCode": 1,
      "MatchCountryCode": "text",
      "MemberCommentCode": 1,
      "Selection": 1
    }
  ],
  "Token": "text"
}

getWestUnCommCodeListSelectFields

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllWestUnCommCodeFields": true,
    "WestUnCommCodeFields": {
      "CorporateCommCode": true,
      "MatchCountryCode": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WestUnCommCodeList": {
    "hasReachedMaximumListSize": true,
    "WestUnCommCode": [
      {
        "CorporateCommCode": 1,
        "MatchCountryCode": "text",
        "MemberCommentCode": 1,
        "Selection": 1
      }
    ]
  }
}

searchWestUnCommCodeSelectFields

post

Fields available for selecting when retrieving West Un Comm Code data

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllWestUnCommCodeFields": true,
    "WestUnCommCodeFields": {
      "CorporateCommCode": true,
      "MatchCountryCode": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WestUnCommCodeList": {
    "hasReachedMaximumListSize": true,
    "WestUnCommCode": [
      {
        "CorporateCommCode": 1,
        "MatchCountryCode": "text",
        "MemberCommentCode": 1,
        "Selection": 1
      }
    ]
  }
}

getWestUnCommCodePagedListSelectFields

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWestUnCommCodeFields": true,
    "WestUnCommCodeFields": {
      "CorporateCommCode": true,
      "MatchCountryCode": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WestUnCommCode": [
    {
      "CorporateCommCode": 1,
      "MatchCountryCode": "text",
      "MemberCommentCode": 1,
      "Selection": 1
    }
  ],
  "Token": "text"
}

searchWestUnCommCodePagedSelectFields

post

Fields available for selecting when retrieving paginated West Un Comm Code data

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWestUnCommCodeFields": true,
    "WestUnCommCodeFields": {
      "CorporateCommCode": true,
      "MatchCountryCode": true,
      "MemberCommentCode": true,
      "Selection": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WestUnCommCode": [
    {
      "CorporateCommCode": 1,
      "MatchCountryCode": "text",
      "MemberCommentCode": 1,
      "Selection": 1
    }
  ],
  "Token": "text"
}

updateWestUnCommCodeByID

post

Update West Un Comm Code for a specific ID.

Authorizations
Body
WestUnCommCodeSelectionintegerOptional
Responses
200

Successful operation.

application/json
post
/updateWestUnCommCodeByID
POST /nexum/627/2022.01/parameter/updateWestUnCommCodeByID 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&"
    }
  },
  "WestUnCommCodeSelection": 1,
  "WestUnCommCodeUpdatableFields": {
    "CorporateCommCode": 1,
    "MatchCountryCode": "text",
    "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?