POST api/AccountGroup/Sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_AccountGroup
NameDescriptionTypeAdditional information
ACG_Uid

string

String length: inclusive between 0 and 255

ACG_Code

string

Required

String length: inclusive between 0 and 255

ACG_Name

string

Required

String length: inclusive between 0 and 255

ACG_BaseGroup

string

Required

String length: inclusive between 0 and 255

ACG_Active

boolean

None.

ACG_CreatedOn

date

None.

ACG_CreatedBy

string

String length: inclusive between 0 and 255

ACG_ModifiedOn

date

None.

ACG_ModifiedBy

string

String length: inclusive between 0 and 255

ACG_CompanyUid

string

Required

String length: inclusive between 0 and 255

ACG_Gid

string

Required

String length: inclusive between 0 and 255

ACG_BuiltIn

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ACG_Uid": "sample string 1",
    "ACG_Code": "sample string 2",
    "ACG_Name": "sample string 3",
    "ACG_BaseGroup": "sample string 4",
    "ACG_Active": true,
    "ACG_CreatedOn": "2025-12-06T09:17:41.2251737+05:30",
    "ACG_CreatedBy": "sample string 5",
    "ACG_ModifiedOn": "2025-12-06T09:17:41.2251737+05:30",
    "ACG_ModifiedBy": "sample string 6",
    "ACG_CompanyUid": "sample string 7",
    "ACG_Gid": "sample string 8",
    "ACG_BuiltIn": true
  },
  {
    "$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.