POST api/Table/Sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_Table
NameDescriptionTypeAdditional information
TBL_Uid

string

String length: inclusive between 0 and 255

TBL_Name

string

String length: inclusive between 0 and 255

TBL_ChairCount

string

String length: inclusive between 0 and 10

TBL_PriceListUid

string

String length: inclusive between 0 and 255

TBL_DinningType

integer

None.

TBL_Active

boolean

None.

TBL_CompanyUid

string

String length: inclusive between 0 and 255

TBL_StoreUid

string

String length: inclusive between 0 and 255

TBL_CreatedOn

date

None.

TBL_CreatedBy

string

String length: inclusive between 0 and 255

TBL_ModifiedOn

date

None.

TBL_ModifiedBy

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "TBL_Uid": "sample string 1",
    "TBL_Name": "sample string 2",
    "TBL_ChairCount": "sample string 3",
    "TBL_PriceListUid": "sample string 4",
    "TBL_DinningType": 1,
    "TBL_Active": true,
    "TBL_CompanyUid": "sample string 5",
    "TBL_StoreUid": "sample string 6",
    "TBL_CreatedOn": "2025-12-06T09:16:23.6435217+05:30",
    "TBL_CreatedBy": "sample string 7",
    "TBL_ModifiedOn": "2025-12-06T09:16:23.6435217+05:30",
    "TBL_ModifiedBy": "sample string 8"
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.