POST services/api/v1/Check_ApprovalDetails

Request Information

URI Parameters

None.

Body Parameters

CheckApprovalDetails_Req
NameDescriptionTypeAdditional information
TypeId

integer

None.

LocId

integer

None.

InvNo

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true