DELETE api/Banks.{ext}?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
ext | string |
None. |
Body Parameters
None.
Response Information
Resource Description
BankName | Description | Type | Additional information |
---|---|---|---|
BankId | integer |
None. |
|
BankNm | string |
None. |
|
IsDeleted | boolean |
None. |
|
IsArchived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "BankId": 1, "BankNm": "sample string 2", "IsDeleted": true, "IsArchived": true }