Delete the accounting entry code by ID
delete
/service/v1/accountingpost/{refNo}/purge
This endpoint is used to delete the accounting entry code by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
refNo(required): string
refNo of the record that needs to be purged
Query Parameters
-
seqNo: string
seqNo of the record that needs to be purged
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the accentrycode based on given id.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error