POST api/Store/Sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_Store
NameDescriptionTypeAdditional information
Store_IiD

string

String length: inclusive between 0 and 255

Store_StoreName

string

String length: inclusive between 0 and 255

Store_StoreCode

string

String length: inclusive between 0 and 255

Store_AddressLine1

string

String length: inclusive between 0 and 255

Store_Active

boolean

None.

Store_CreatedOn

date

None.

Store_CreatedBy

string

String length: inclusive between 0 and 255

Store_ModifiedOn

date

None.

Store_ModifiedBy

string

String length: inclusive between 0 and 255

Store_CompanyUid

string

String length: inclusive between 0 and 255

Store_Gid

string

String length: inclusive between 0 and 255

Store_GSTNumber

string

String length: inclusive between 0 and 255

Store_AddressLine2

string

String length: inclusive between 0 and 255

Store_PinCode

string

String length: inclusive between 0 and 50

Store_City

string

String length: inclusive between 0 and 255

Store_State

string

String length: inclusive between 0 and 255

Store_Phone

string

String length: inclusive between 0 and 50

Store_Email

string

String length: inclusive between 0 and 50

Store_BankName

string

String length: inclusive between 0 and 255

Store_BankAccNo

string

String length: inclusive between 0 and 255

Store_BankIFSC

string

String length: inclusive between 0 and 255

Store_VPA

string

String length: inclusive between 0 and 255

Store_PaymentLink

string

String length: inclusive between 0 and 255

Store_PriceListUid

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Store_IiD": "sample string 1",
    "Store_StoreName": "sample string 2",
    "Store_StoreCode": "sample string 3",
    "Store_AddressLine1": "sample string 4",
    "Store_Active": true,
    "Store_CreatedOn": "2025-12-06T09:16:21.8089236+05:30",
    "Store_CreatedBy": "sample string 5",
    "Store_ModifiedOn": "2025-12-06T09:16:21.8089236+05:30",
    "Store_ModifiedBy": "sample string 6",
    "Store_CompanyUid": "sample string 7",
    "Store_Gid": "sample string 8",
    "Store_GSTNumber": "sample string 9",
    "Store_AddressLine2": "sample string 10",
    "Store_PinCode": "sample string 11",
    "Store_City": "sample string 12",
    "Store_State": "sample string 13",
    "Store_Phone": "sample string 14",
    "Store_Email": "sample string 15",
    "Store_BankName": "sample string 16",
    "Store_BankAccNo": "sample string 17",
    "Store_BankIFSC": "sample string 18",
    "Store_VPA": "sample string 19",
    "Store_PaymentLink": "sample string 20",
    "Store_PriceListUid": "sample string 21"
  },
  {
    "$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.