POST services/api/v1/Update_TransactionApprovalStatus

Request Information

URI Parameters

None.

Body Parameters

UpdateApprovalStatus_Req
NameDescriptionTypeAdditional information
TypeId

integer

None.

LocId

integer

None.

InvNo

integer

None.

UserId

integer

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TypeId": 1,
  "LocId": 2,
  "InvNo": 3,
  "UserId": 4,
  "Status": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UpdateApprovalStatus_Req
NameDescriptionTypeAdditional information
TypeId

integer

None.

LocId

integer

None.

InvNo

integer

None.

UserId

integer

None.

Status

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TypeId": 1,
  "LocId": 2,
  "InvNo": 3,
  "UserId": 4,
  "Status": 5
}