POST services/api/rest/v1/Update_SalesWaiter

Request Information

URI Parameters

None.

Body Parameters

Collection of InvoiceLisWaiterDetails
NameDescriptionTypeAdditional information
InvNo

integer

None.

Amount

decimal number

None.

WaiterName

string

None.

WaiterId

integer

None.

LocId

integer

None.

DayOpId

integer

None.

NewWaiterId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "InvNo": 1,
    "Amount": 2.0,
    "WaiterName": "sample string 3",
    "WaiterId": 4,
    "LocId": 5,
    "DayOpId": 6,
    "NewWaiterId": 7
  },
  {
    "InvNo": 1,
    "Amount": 2.0,
    "WaiterName": "sample string 3",
    "WaiterId": 4,
    "LocId": 5,
    "DayOpId": 6,
    "NewWaiterId": 7
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of InvoiceLisWaiterDetails
NameDescriptionTypeAdditional information
InvNo

integer

None.

Amount

decimal number

None.

WaiterName

string

None.

WaiterId

integer

None.

LocId

integer

None.

DayOpId

integer

None.

NewWaiterId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InvNo": 1,
    "Amount": 2.0,
    "WaiterName": "sample string 3",
    "WaiterId": 4,
    "LocId": 5,
    "DayOpId": 6,
    "NewWaiterId": 7
  },
  {
    "InvNo": 1,
    "Amount": 2.0,
    "WaiterName": "sample string 3",
    "WaiterId": 4,
    "LocId": 5,
    "DayOpId": 6,
    "NewWaiterId": 7
  }
]