POST api/UBDeleteCustomerAccount

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "Book_Num": "sample string 1",
  "Acct_Num": "sample string 2",
  "Seq_Num": "sample string 3"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2"
}