Update a Transaction Logs
put
/syndicationapplication-services/service/api/v1/syndicationapplications/updatetransactionlogs
This operation updates transaction logs using Syndication Application Service.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required annotateTags
Root Schema : NLPApplicationDetailsModel
Type:
object
NLPApplicationDetails model
Show Source
-
applicationBranch(optional):
string
applicationBranch
-
applicationChannel(optional):
string
ApplicationChannel
-
applicationDate(optional):
string
ApplicationDate
-
applicationInitiationDate(optional):
string
applicationInitiationDate
-
applicationNumber(optional):
string
Application Number
-
businessProductCode(optional):
string
businessProductCode
-
docId(optional):
string
-
docType(optional):
string
-
facilities(optional):
array facilities
Facility Details
-
id(optional):
string(int64)
Id
-
keyvals(optional):
array keyvals
-
lifeCycleCode(optional):
string
LifeCycleCode
-
priority(optional):
string
Allowed Values:
[ "HIGH", "MEDIUM", "LOW" ]
TaskPriority -
processRefNumber(optional):
string
process refeernce Number
-
remarks(optional):
string
Remarks
-
text(optional):
string
-
transactionHeader(optional):
object TransactionHeader
TransactionHeader
-
updatedBy(optional):
string
Updated By
Nested Schema : facilities
Type:
array
Facility Details
Show Source
-
Array of:
object FacilitiesModel
Facilities Model
Nested Schema : TransactionHeader
Type:
object
TransactionHeader
Nested Schema : FacilitiesModel
Type:
object
Facilities Model
Show Source
-
availableAmount(optional):
number
Minimum Value:
0
Available Amount -
facilityAmount(optional):
number
Minimum Value:
0
Facility Amount -
facilityCurrency(optional):
string
Maximum Length:
4
Facility Currency -
facilityName(optional):
string
Maximum Length:
35
Facility Name -
facilityRefNo(optional):
string
Maximum Length:
16
Facility Reference No -
tranches(optional):
array tranches
Facility Tranches Details
Nested Schema : tranches
Type:
array
Facility Tranches Details
Show Source
-
Array of:
object FacilityTranchesModel
Facility Tranches Model
Nested Schema : FacilityTranchesModel
Type:
object
Facility Tranches Model
Show Source
-
availableAmount(optional):
number
Minimum Value:
0
Available Amount -
trancheAmount(optional):
number
Minimum Value:
0
Tranche Amount -
trancheCurrency(optional):
string
Maximum Length:
4
Tranche Currency -
trancheName(optional):
string
Maximum Length:
35
Tranche Name -
trancheRefNo(optional):
string
Maximum Length:
16
Tranche Reference No
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the Id of the newly created NLP application
Headers
-
Location: string
URL of newly created NLP application
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error