WireCorpVer
Perform various operations for Symitar parameters.
Operations
No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getWireCorpVer HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"WireCorpVer": {
"CorpEnteredMbrVerifyMins": 1,
"NewWireMinVerifyAmt": 1,
"PreAuthMinVerifyAmt": 1,
"VerifyPreAuthTemplateEdits": 1,
"WesternUnionMinVerifyAmt": 1
}
}
No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getWireCorpVerSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 354
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllWireCorpVerFields": true,
"WireCorpVerFields": {
"CorpEnteredMbrVerifyMins": true,
"NewWireMinVerifyAmt": true,
"PreAuthMinVerifyAmt": true,
"VerifyPreAuthTemplateEdits": true,
"WesternUnionMinVerifyAmt": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"WireCorpVer": {
"CorpEnteredMbrVerifyMins": 1,
"NewWireMinVerifyAmt": 1,
"PreAuthMinVerifyAmt": 1,
"VerifyPreAuthTemplateEdits": 1,
"WesternUnionMinVerifyAmt": 1
}
}
Update Wire Corp Ver for a specific ID.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/updateWireCorpVerByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 292
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireCorpVerUpdatableFields": {
"CorpEnteredMbrVerifyMins": 1,
"NewWireMinVerifyAmt": 1,
"PreAuthMinVerifyAmt": 1,
"VerifyPreAuthTemplateEdits": 1,
"WesternUnionMinVerifyAmt": 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?