Update External charge posting status
post
/service/updateExternalChargePosting
This endpoint is used to update charge posting status for external postings.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode: string
Source from which request is initiated
request body contains details of external posting and posting status
Nested Schema : PostingInputDTO-allOf[0]
Type:
Show Source
object
-
accountccy(optional):
string
Account currency
-
applicationCode(optional):
string
application code
-
chargeCcy(optional):
string
charge currency
-
chgPostedAmount(optional):
number
chg Amnt In Account curreny that got posted
-
chgPostingError(optional):
string
Error Description in case charge error.
-
chgPostingStatus:
string
Collection Status.
-
chgRefno:
string
charge reference number
-
collectionDate:
string
collection Date
-
ddaSystem:
string
dda system
-
exchgRate(optional):
number
exchange rate
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns the charge maintenance actions based on given id.
Root Schema : ChgPostingResponseWrapperDTO
Type:
Show Source
object
-
messages(optional):
object ChgPostingResponseDto
Nested Schema : ChgPostingResponseDto
Type:
Show Source
object
-
codes(optional):
array codes
-
status(optional):
string
Nested Schema : ChgPostingResponseCode
Type:
Show Source
object
-
Code(optional):
string
-
Desc(optional):
string
-
Language(optional):
string
-
Type(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error