POST services/api/rest/v1/Update_RestSalesStatus

Request Information

URI Parameters

None.

Body Parameters

RestStatusUpdate_Master
NameDescriptionTypeAdditional information
InvNo

integer

None.

LocId

integer

None.

Status

integer

None.

CashierId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InvNo": 1,
  "LocId": 2,
  "Status": 3,
  "CashierId": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestStatusUpdate_Master
NameDescriptionTypeAdditional information
InvNo

integer

None.

LocId

integer

None.

Status

integer

None.

CashierId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "InvNo": 1,
  "LocId": 2,
  "Status": 3,
  "CashierId": 4
}