POST api/NotesReceivable/Delete

Request Information

URI Parameters

None.

Body Parameters

NotesReceivableDeleteModel
NameDescriptionTypeAdditional 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

ApiResponseOfNotesReceivableDeleteModel
NameDescriptionTypeAdditional information
ApiMessage

ApiMessage

None.

Data

NotesReceivableDeleteModel

None.

Response Formats

application/json, text/json

Sample:
{
  "ApiMessage": {
    "StatusCode": 1,
    "StatusMessage": "sample string 2"
  },
  "Data": {
    "BranchId": 1,
    "TypeId": 2,
    "EmpId": 3,
    "Id": 4
  }
}