POST services/api/v1/Delete_ApprovalDetail

Request Information

URI Parameters

None.

Body Parameters

ApprovalDeleteReq
NameDescriptionTypeAdditional information
TypeId

integer

None.

LocId

integer

None.

InvNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TypeId": 1,
  "LocId": 2,
  "InvNo": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApprovalDeleteReq
NameDescriptionTypeAdditional information
TypeId

integer

None.

LocId

integer

None.

InvNo

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TypeId": 1,
  "LocId": 2,
  "InvNo": 3
}