POST api/AccountLedger/Sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_AccountLedger
NameDescriptionTypeAdditional information
ACL_Uid

string

String length: inclusive between 0 and 255

ACL_Code

string

Required

String length: inclusive between 0 and 255

ACL_Name

string

String length: inclusive between 0 and 255

ACL_GroupUid

string

String length: inclusive between 0 and 255

ACL_Active

boolean

None.

ACL_CreatedOn

date

None.

ACL_CreatedBy

string

String length: inclusive between 0 and 255

ACL_ModifiedOn

date

None.

ACL_Modifiedby

string

String length: inclusive between 0 and 255

ACL_CompanyUid

string

Required

String length: inclusive between 0 and 255

ACL_BuiltIn

boolean

None.

ACL_Gid

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ACL_Uid": "sample string 1",
    "ACL_Code": "sample string 2",
    "ACL_Name": "sample string 3",
    "ACL_GroupUid": "sample string 4",
    "ACL_Active": true,
    "ACL_CreatedOn": "2025-12-06T09:16:39.3078459+05:30",
    "ACL_CreatedBy": "sample string 5",
    "ACL_ModifiedOn": "2025-12-06T09:16:39.3078459+05:30",
    "ACL_Modifiedby": "sample string 6",
    "ACL_CompanyUid": "sample string 7",
    "ACL_BuiltIn": true,
    "ACL_Gid": "sample string 8"
  },
  {
    "$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.