Delete Beneficiary

POST https://pixyrsapi/api/DMT/DeleteBene

Description

Delete Beneficiary API used to delete existing beneficiary if it is no longer required

Request Parameters
beneid integer   Benficiary ID that has to be deleted
servicecode string   Each service has its corresponding service code. For Example, DMT has its service code as " DMT ". See the service list Service List .
Response List
StatusCode Description
0 Request has been failed
1 Request is Pending
2 Request Executed Successfully
cURL
curl -X POST     https://pixyrsapi/api/DMT/DeleteBene
-H    'content-type : application/json'
-H     'secretkey : 0012351512545'
-H     'accesskey : gsdgmvk552244ds'
-d    '{
"beneid" : 4567,
"servicecode" : "DMT"
}'
API Response
'{
"status" : true,
"statuscode" : 2,
"message" : "Beneficiary Deleted Successfully"
}'

Notification Title

Notification content stuff

Accounting Services Posts Title

Accounting services posts content stuff