WireBfc
Perform various operations for Symitar parameters.
Operations
No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getWireBfcPOST /nexum/627/2022.01/parameter/getWireBfc 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.
{
"WireBfc": {
"SvcAvailability": [
{
"EntryId": 1,
"SvcAvailability": 1
}
]
}
}No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getWireBfcSelectFieldsPOST /nexum/627/2022.01/parameter/getWireBfcSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 216
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllWireBfcFields": true,
"WireBfcFields": {
"SvcAvailability": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"WireBfc": {
"SvcAvailability": [
{
"EntryId": 1,
"SvcAvailability": 1
}
]
}
}Update Wire Bfc for a specific ID.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/updateWireBfcByIDPOST /nexum/627/2022.01/parameter/updateWireBfcByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 205
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireBfcUpdatableFields": {
"SvcAvailability": [
{
"EntryId": 1,
"SvcAvailability": 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?