POST api/Client/Delete

Request Information

URI Parameters

None.

Body Parameters

ClientDeleteModel
NameDescriptionTypeAdditional information
cln_num

integer

None.

cln_nam

string

None.

Request Formats

application/json, text/json

Sample:
{
  "cln_num": 1,
  "cln_nam": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseOfClientDeleteModel
NameDescriptionTypeAdditional information
ApiMessage

ApiMessage

None.

Data

ClientDeleteModel

None.

Response Formats

application/json, text/json

Sample:
{
  "ApiMessage": {
    "StatusCode": 1,
    "StatusMessage": "sample string 2"
  },
  "Data": {
    "cln_num": 1,
    "cln_nam": "sample string 2"
  }
}