POST api/CustomerGroup/Sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_CustomerGroup
NameDescriptionTypeAdditional information
CustomerG_UiD

string

String length: inclusive between 0 and 255

CustomerG_Name

string

String length: inclusive between 0 and 255

CustomerG_CreatedOn

date

None.

CustomerG_CreatedBy

string

String length: inclusive between 0 and 255

CustomerG_ModifiedOn

date

None.

CustomerG_ModifiedBy

string

String length: inclusive between 0 and 255

CustomerG_CompanyUid

string

String length: inclusive between 0 and 255

CustomerG_Active

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CustomerG_UiD": "sample string 1",
    "CustomerG_Name": "sample string 2",
    "CustomerG_CreatedOn": "2025-12-31T08:19:22.6216284+05:30",
    "CustomerG_CreatedBy": "sample string 3",
    "CustomerG_ModifiedOn": "2025-12-31T08:19:22.6216284+05:30",
    "CustomerG_ModifiedBy": "sample string 4",
    "CustomerG_CompanyUid": "sample string 5",
    "CustomerG_Active": true
  },
  {
    "CustomerG_UiD": "sample string 1",
    "CustomerG_Name": "sample string 2",
    "CustomerG_CreatedOn": "2025-12-31T08:19:22.6216284+05:30",
    "CustomerG_CreatedBy": "sample string 3",
    "CustomerG_ModifiedOn": "2025-12-31T08:19:22.6216284+05:30",
    "CustomerG_ModifiedBy": "sample string 4",
    "CustomerG_CompanyUid": "sample string 5",
    "CustomerG_Active": true
  }
]

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.