POST api/Client/Delete
Request Information
URI Parameters
None.
Body Parameters
ClientDeleteModel| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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"
}
}