PmtAppMethod
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve payment application method
POST /nexum/627/2022.01/parameter/getPmtAppMethod HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 145
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PmtAppMethodType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PmtAppMethod": {
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
{
"EntryId": 1,
"CurrentExcessOrder": 1
}
],
"DefinedCode": 1,
"Description": "text",
"DqExcessOrder": [
{
"EntryId": 1,
"DqExcessOrder": 1
}
],
"GracePmtExcessOrder": [
{
"EntryId": 1,
"GracePmtExcessOrder": 1
}
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
{
"EntryId": 1,
"PaymentOrder": 1
}
],
"PrepaidExcessOrder": [
{
"EntryId": 1,
"PrepaidExcessOrder": 1
}
],
"ThresholdPaymentIndicator": 1,
"Type": 1
}
}
Returns the payment application methods with select fields
POST /nexum/627/2022.01/parameter/getPmtAppMethodSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 490
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PmtAppMethodType": 1,
"SelectableFields": {
"IncludeAllPmtAppMethodFields": true,
"PmtAppMethodFields": {
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
1
],
"DefinedCode": true,
"Description": true,
"DqExcessOrder": [
1
],
"GracePmtExcessOrder": [
1
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
1
],
"PrepaidExcessOrder": [
1
],
"ThresholdPaymentIndicator": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PmtAppMethod": {
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
{
"EntryId": 1,
"CurrentExcessOrder": 1
}
],
"DefinedCode": 1,
"Description": "text",
"DqExcessOrder": [
{
"EntryId": 1,
"DqExcessOrder": 1
}
],
"GracePmtExcessOrder": [
{
"EntryId": 1,
"GracePmtExcessOrder": 1
}
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
{
"EntryId": 1,
"PaymentOrder": 1
}
],
"PrepaidExcessOrder": [
{
"EntryId": 1,
"PrepaidExcessOrder": 1
}
],
"ThresholdPaymentIndicator": 1,
"Type": 1
}
}
Returns paged list of the payment application methods
POST /nexum/627/2022.01/parameter/getPmtAppMethodPagedList 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"
}
}
}
Successful operation.
{
"PmtAppMethod": [
{
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
{
"EntryId": 1,
"CurrentExcessOrder": 1
}
],
"DefinedCode": 1,
"Description": "text",
"DqExcessOrder": [
{
"EntryId": 1,
"DqExcessOrder": 1
}
],
"GracePmtExcessOrder": [
{
"EntryId": 1,
"GracePmtExcessOrder": 1
}
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
{
"EntryId": 1,
"PaymentOrder": 1
}
],
"PrepaidExcessOrder": [
{
"EntryId": 1,
"PrepaidExcessOrder": 1
}
],
"ThresholdPaymentIndicator": 1,
"Type": 1
}
],
"Token": "text"
}
Returns the list of the payment application methods with select fields
POST /nexum/627/2022.01/parameter/getPmtAppMethodListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 469
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllPmtAppMethodFields": true,
"PmtAppMethodFields": {
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
1
],
"DefinedCode": true,
"Description": true,
"DqExcessOrder": [
1
],
"GracePmtExcessOrder": [
1
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
1
],
"PrepaidExcessOrder": [
1
],
"ThresholdPaymentIndicator": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PmtAppMethodList": {
"hasReachedMaximumListSize": true,
"PmtAppMethod": [
{
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
{
"EntryId": 1,
"CurrentExcessOrder": 1
}
],
"DefinedCode": 1,
"Description": "text",
"DqExcessOrder": [
{
"EntryId": 1,
"DqExcessOrder": 1
}
],
"GracePmtExcessOrder": [
{
"EntryId": 1,
"GracePmtExcessOrder": 1
}
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
{
"EntryId": 1,
"PaymentOrder": 1
}
],
"PrepaidExcessOrder": [
{
"EntryId": 1,
"PrepaidExcessOrder": 1
}
],
"ThresholdPaymentIndicator": 1,
"Type": 1
}
]
}
}
Retrieve a list of select fields for payment application methods
POST /nexum/627/2022.01/parameter/searchPmtAppMethodSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 501
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllPmtAppMethodFields": true,
"PmtAppMethodFields": {
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
1
],
"DefinedCode": true,
"Description": true,
"DqExcessOrder": [
1
],
"GracePmtExcessOrder": [
1
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
1
],
"PrepaidExcessOrder": [
1
],
"ThresholdPaymentIndicator": true,
"Type": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PmtAppMethodList": {
"hasReachedMaximumListSize": true,
"PmtAppMethod": [
{
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
{
"EntryId": 1,
"CurrentExcessOrder": 1
}
],
"DefinedCode": 1,
"Description": "text",
"DqExcessOrder": [
{
"EntryId": 1,
"DqExcessOrder": 1
}
],
"GracePmtExcessOrder": [
{
"EntryId": 1,
"GracePmtExcessOrder": 1
}
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
{
"EntryId": 1,
"PaymentOrder": 1
}
],
"PrepaidExcessOrder": [
{
"EntryId": 1,
"PrepaidExcessOrder": 1
}
],
"ThresholdPaymentIndicator": 1,
"Type": 1
}
]
}
}
Returns paged list of the payment application methods with select fields
POST /nexum/627/2022.01/parameter/getPmtAppMethodPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 563
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllPmtAppMethodFields": true,
"PmtAppMethodFields": {
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
1
],
"DefinedCode": true,
"Description": true,
"DqExcessOrder": [
1
],
"GracePmtExcessOrder": [
1
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
1
],
"PrepaidExcessOrder": [
1
],
"ThresholdPaymentIndicator": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PmtAppMethod": [
{
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
{
"EntryId": 1,
"CurrentExcessOrder": 1
}
],
"DefinedCode": 1,
"Description": "text",
"DqExcessOrder": [
{
"EntryId": 1,
"DqExcessOrder": 1
}
],
"GracePmtExcessOrder": [
{
"EntryId": 1,
"GracePmtExcessOrder": 1
}
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
{
"EntryId": 1,
"PaymentOrder": 1
}
],
"PrepaidExcessOrder": [
{
"EntryId": 1,
"PrepaidExcessOrder": 1
}
],
"ThresholdPaymentIndicator": 1,
"Type": 1
}
],
"Token": "text"
}
Retrieve a paged list of select fields for payment application methods
POST /nexum/627/2022.01/parameter/searchPmtAppMethodPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 578
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllPmtAppMethodFields": true,
"PmtAppMethodFields": {
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
1
],
"DefinedCode": true,
"Description": true,
"DqExcessOrder": [
1
],
"GracePmtExcessOrder": [
1
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
1
],
"PrepaidExcessOrder": [
1
],
"ThresholdPaymentIndicator": true,
"Type": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PmtAppMethod": [
{
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
{
"EntryId": 1,
"CurrentExcessOrder": 1
}
],
"DefinedCode": 1,
"Description": "text",
"DqExcessOrder": [
{
"EntryId": 1,
"DqExcessOrder": 1
}
],
"GracePmtExcessOrder": [
{
"EntryId": 1,
"GracePmtExcessOrder": 1
}
],
"IncludeEscrowUnpdinPmtDue": true,
"PaymentOrder": [
{
"EntryId": 1,
"PaymentOrder": 1
}
],
"PrepaidExcessOrder": [
{
"EntryId": 1,
"PrepaidExcessOrder": 1
}
],
"ThresholdPaymentIndicator": 1,
"Type": 1
}
],
"Token": "text"
}
Update payment application methods by ID
POST /nexum/627/2022.01/parameter/updatePmtAppMethodByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 543
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PmtAppMethodType": 1,
"PmtAppMethodUpdatableFields": {
"CreateAddlPrincipalComment": true,
"CurrentExcessOrder": [
{
"EntryId": 1,
"CurrentExcessOrder": 1
}
],
"DefinedCode": 1,
"Description": "text",
"DqExcessOrder": [
{
"EntryId": 1,
"DqExcessOrder": 1
}
],
"GracePmtExcessOrder": [
{
"EntryId": 1,
"GracePmtExcessOrder": 1
}
],
"IncludeEscrowUnpdinPmtDue": true,
"PrepaidExcessOrder": [
{
"EntryId": 1,
"PrepaidExcessOrder": 1
}
],
"ThresholdPaymentIndicator": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}