Query charge amount for external posting

post

/service/queryExternalCharge

This endpoint is used to query the charge amount for External Posting.

Request

Supported Media Types
Header Parameters
Body ()
request body contains application code and customer/list of customer for which external posting entry details to be shared
Root Schema : QueryInputListDTO
Type: object
Show Source
Match All
Show Source
Nested Schema : QueryInputDto
Type: array
Show Source
Nested Schema : QueryInputListDTO-allOf[0]
Type: object
Nested Schema : QueryInputDto
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns the charge maintenance actions based on given id.
Body ()
Root Schema : ExternalChgPostingCollection
Type: object
Collection of Charge Details.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : ChgPostingResponseDto
Type: object
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : ExternalChgPostingEntriesDTO
Type: object
External charge posting details
Match All
Show Source
Nested Schema : ExternalChgPostingEntriesDTO-allOf[0]
Type: object
Show Source
Nested Schema : accountingEntry
Type: array
Show Source
Nested Schema : AccountingEntryDto
Type: object
Accounting Entry details
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ChgPostingResponseCode
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top