POST api/NotesPayable/Delete
Request Information
URI Parameters
None.
Body Parameters
NotesPayableDeleteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| TypeId | integer |
None. |
|
| EmpId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"TypeId": 2,
"EmpId": 3,
"Id": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfNotesPayableDeleteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | NotesPayableDeleteModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"BranchId": 1,
"TypeId": 2,
"EmpId": 3,
"Id": 4
}
}