POST api/KOT/Sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_KOT
NameDescriptionTypeAdditional information
KOT_Uid

string

String length: inclusive between 0 and 255

KOT_NoPrefix

string

String length: inclusive between 0 and 255

KOT_No

integer

None.

KOT_Date

string

String length: inclusive between 0 and 255

KOT_CustomerUid

string

String length: inclusive between 0 and 255

KOT_CustomerName

string

String length: inclusive between 0 and 255

KOT_CustomerTR

string

String length: inclusive between 0 and 255

KOT_Extras

string

String length: inclusive between 0 and 255

KOT_ContactNo

string

String length: inclusive between 0 and 255

KOT_TotalAmount

decimal number

None.

KOT_ItemDiscount

decimal number

None.

KOT_InvDiscountPerc

decimal number

None.

KOT_InvDiscount

decimal number

None.

KOT_Amount

decimal number

None.

KOT_TaxableAmount

decimal number

None.

KOT_Exempted

decimal number

None.

KOT_TaxAmount

decimal number

None.

KOT_KFCessAmount

decimal number

None.

KOT_CessAmount

decimal number

None.

KOT_AddCessAmount

decimal number

None.

KOT_GrossAmount

decimal number

None.

KOT_Discount

decimal number

None.

KOT_OtherExpense

decimal number

None.

KOT_FreightCharge

decimal number

None.

KOT_RoundOff

decimal number

None.

KOT_NetAmount

decimal number

None.

KOT_DinningType

integer

None.

KOT_UserId

string

String length: inclusive between 0 and 255

KOT_UserName

string

String length: inclusive between 0 and 255

KOT_deleted

integer

None.

KOT_CreatedOn

date

None.

KOT_CreatedBy

string

String length: inclusive between 0 and 255

KOT_ModifiedOn

date

None.

KOT_ModifiedBy

string

String length: inclusive between 0 and 255

KOT_CompanyUid

string

String length: inclusive between 0 and 255

KOT_DeviceId

string

String length: inclusive between 0 and 255

KOT_Notes

string

String length: inclusive between 0 and 255

KOT_TableId

string

String length: inclusive between 0 and 255

KOT_StoreUid

string

String length: inclusive between 0 and 255

KOT_Active

boolean

None.

KOT_ModifiedItems

string

None.

KOT_NewAddedItems

string

None.

KOT_DeletedItems

string

None.

KOT_TableName

string

String length: inclusive between 0 and 255

KOT_OrderStatus

integer

None.

KOT_IsModifiedOrder

boolean

None.

Xenia_KOTLineItem

Collection of Xenia_KOTLineItem

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "KOT_Uid": "sample string 1",
    "KOT_NoPrefix": "sample string 2",
    "KOT_No": 1,
    "KOT_Date": "sample string 3",
    "KOT_CustomerUid": "sample string 4",
    "KOT_CustomerName": "sample string 5",
    "KOT_CustomerTR": "sample string 6",
    "KOT_Extras": "sample string 7",
    "KOT_ContactNo": "sample string 8",
    "KOT_TotalAmount": 1.0,
    "KOT_ItemDiscount": 1.0,
    "KOT_InvDiscountPerc": 1.1,
    "KOT_InvDiscount": 1.0,
    "KOT_Amount": 1.0,
    "KOT_TaxableAmount": 1.0,
    "KOT_Exempted": 1.0,
    "KOT_TaxAmount": 1.0,
    "KOT_KFCessAmount": 1.0,
    "KOT_CessAmount": 1.0,
    "KOT_AddCessAmount": 1.0,
    "KOT_GrossAmount": 1.0,
    "KOT_Discount": 1.0,
    "KOT_OtherExpense": 1.0,
    "KOT_FreightCharge": 1.0,
    "KOT_RoundOff": 1.0,
    "KOT_NetAmount": 1.0,
    "KOT_DinningType": 1,
    "KOT_UserId": "sample string 9",
    "KOT_UserName": "sample string 10",
    "KOT_deleted": 1,
    "KOT_CreatedOn": "2025-12-06T09:18:45.509608+05:30",
    "KOT_CreatedBy": "sample string 11",
    "KOT_ModifiedOn": "2025-12-06T09:18:45.509608+05:30",
    "KOT_ModifiedBy": "sample string 12",
    "KOT_CompanyUid": "sample string 13",
    "KOT_DeviceId": "sample string 14",
    "KOT_Notes": "sample string 15",
    "KOT_TableId": "sample string 16",
    "KOT_StoreUid": "sample string 17",
    "KOT_Active": true,
    "KOT_ModifiedItems": "sample string 18",
    "KOT_NewAddedItems": "sample string 19",
    "KOT_DeletedItems": "sample string 20",
    "KOT_TableName": "sample string 21",
    "KOT_OrderStatus": 1,
    "KOT_IsModifiedOrder": true,
    "Xenia_KOTLineItem": [
      {
        "$id": "2",
        "KOTLineItem_Uid": "sample string 1",
        "KOTLineItem_KOTUid": "sample string 2",
        "KOTLineItem_ItemUid": "sample string 3",
        "KOTLineItem_ItemCode": "sample string 4",
        "KOTLineItem_ItemName": "sample string 5",
        "KOTLineItem_CategoryUid": "sample string 6",
        "KOTLineItem_CategoryName": "sample string 7",
        "KOTLineItem_Qty": 1.1,
        "KOTLineItem_FreeQty": 1.1,
        "KOTLineItem_UOM": "sample string 8",
        "KOTLineItem_ItemRate": 1.1,
        "KOTLineItem_GrossAmount": 1.0,
        "KOTLineItem_DiscountPerc": 1.1,
        "KOTLineItem_Discount": 1.0,
        "KOTLineItem_InvDiscountPerc": 1.1,
        "KOTLineItem_InvDiscount": 1.0,
        "KOTLineItem_Amount": 1.0,
        "KOTLineItem_TaxableAmount": 1.0,
        "KOTLineItem_Exempted": 1.0,
        "KOTLineItem_KOTInc": true,
        "KOTLineItem_Taxper": 1.1,
        "KOTLineItem_TaxAmount": 1.0,
        "KOTLineItem_KFCessPer": 1.1,
        "KOTLineItem_KFCessAmount": 1.0,
        "KOTLineItem_CessPer": 1.1,
        "KOTLineItem_CessAmount": 1.0,
        "KOTLineItem_AddCessRate": 1.1,
        "KOTLineItem_AddCessAmount": 1.0,
        "KOTLineItem_NetAmount": 1.0,
        "KOTLineItem_Narration": "sample string 9",
        "KOTLineItem_CreatedOn": "2025-12-06T09:18:45.509608+05:30",
        "KOTLineItem_CreatedBy": "sample string 10",
        "KOTLineItem_ModifiedOn": "2025-12-06T09:18:45.509608+05:30",
        "KOTLineItem_ModifiedBy": "sample string 11",
        "KOTLineItem_CompanyUid": "sample string 12",
        "KOTLineItem_Modifiers": "sample string 13",
        "Xenia_KOT": {
          "$ref": "1"
        }
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$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.