POST api/CompanyInfo/sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_CompanyInfo
NameDescriptionTypeAdditional information
CompanyInfo_UiD

string

String length: inclusive between 0 and 255

CompanyInfo_Name

string

String length: inclusive between 0 and 255

CompanyInfo_RegionalName

string

String length: inclusive between 0 and 255

CompanyInfo_BrandName

string

String length: inclusive between 0 and 255

CompanyInfo_Type

string

String length: inclusive between 0 and 255

CompanyInfo_CreatedBy

string

String length: inclusive between 0 and 255

CompanyInfo_CreatedOn

date

None.

CompanyInfo_Active

boolean

None.

CompanyInfo_ModifiedBy

string

String length: inclusive between 0 and 255

CompanyInfo_ModifiedOn

date

None.

CompanyInfo_Country

string

String length: inclusive between 0 and 200

CompanyInfo_AddressLine1

string

String length: inclusive between 0 and 255

CompanyInfo_AddressLine2

string

String length: inclusive between 0 and 255

CompanyInfo_Pincode

string

String length: inclusive between 0 and 20

CompanyInfo_City

string

String length: inclusive between 0 and 200

CompanyInfo_State

string

String length: inclusive between 0 and 200

CompanyInfo_BrandPhone

string

String length: inclusive between 0 and 200

CompanyInfo_Currency

string

String length: inclusive between 0 and 200

CompanyInfo_BrandEmail

string

String length: inclusive between 0 and 200

CompanyInfo_GSTNumber

string

String length: inclusive between 0 and 255

CompanyInfo_TaxType

string

String length: inclusive between 0 and 255

CompanyInfo_LocationType

string

String length: inclusive between 0 and 255

CompanyInfo_DecimalPlaces

integer

None.

CompanyInfo_Logo

string

None.

CompanyInfo_BankName

string

String length: inclusive between 0 and 255

CompanyInfo_BankAccNo

string

String length: inclusive between 0 and 255

CompanyInfo_BankIFSC

string

String length: inclusive between 0 and 255

CompanyInfo_ExpiryDate

date

None.

CompanyInfo_IsTrail

boolean

None.

CompanyInfo_TaxRegLabel

string

String length: inclusive between 0 and 255

CompanyInfo_TaxLabel

string

String length: inclusive between 0 and 255

CompanyInfo_DealerId

integer

None.

CompanyInfo_VPA

string

String length: inclusive between 0 and 255

CompanyInfo_PaymentLink

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "CompanyInfo_UiD": "sample string 1",
    "CompanyInfo_Name": "sample string 2",
    "CompanyInfo_RegionalName": "sample string 3",
    "CompanyInfo_BrandName": "sample string 4",
    "CompanyInfo_Type": "sample string 5",
    "CompanyInfo_CreatedBy": "sample string 6",
    "CompanyInfo_CreatedOn": "2025-12-06T09:16:38.8059809+05:30",
    "CompanyInfo_Active": true,
    "CompanyInfo_ModifiedBy": "sample string 7",
    "CompanyInfo_ModifiedOn": "2025-12-06T09:16:38.8059809+05:30",
    "CompanyInfo_Country": "sample string 8",
    "CompanyInfo_AddressLine1": "sample string 9",
    "CompanyInfo_AddressLine2": "sample string 10",
    "CompanyInfo_Pincode": "sample string 11",
    "CompanyInfo_City": "sample string 12",
    "CompanyInfo_State": "sample string 13",
    "CompanyInfo_BrandPhone": "sample string 14",
    "CompanyInfo_Currency": "sample string 15",
    "CompanyInfo_BrandEmail": "sample string 16",
    "CompanyInfo_GSTNumber": "sample string 17",
    "CompanyInfo_TaxType": "sample string 18",
    "CompanyInfo_LocationType": "sample string 19",
    "CompanyInfo_DecimalPlaces": 1,
    "CompanyInfo_Logo": "sample string 20",
    "CompanyInfo_BankName": "sample string 21",
    "CompanyInfo_BankAccNo": "sample string 22",
    "CompanyInfo_BankIFSC": "sample string 23",
    "CompanyInfo_ExpiryDate": "2025-12-06T09:16:38.8059809+05:30",
    "CompanyInfo_IsTrail": true,
    "CompanyInfo_TaxRegLabel": "sample string 24",
    "CompanyInfo_TaxLabel": "sample string 25",
    "CompanyInfo_DealerId": 1,
    "CompanyInfo_VPA": "sample string 26",
    "CompanyInfo_PaymentLink": "sample string 27"
  },
  {
    "$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.