POST api/Settings/Sync
Request Information
URI Parameters
None.
Body Parameters
Collection of Xenia_Settings| Name | Description | Type | Additional information |
|---|---|---|---|
| Set_UiD | integer |
None. |
|
| Set_Key | string |
String length: inclusive between 0 and 255 |
|
| Set_Value | string |
String length: inclusive between 0 and 255 |
|
| Set_CreatedOn | date |
None. |
|
| Set_Createdby | string |
String length: inclusive between 0 and 255 |
|
| Set_ModifiedOn | date |
None. |
|
| Set_ModifiedBy | string |
String length: inclusive between 0 and 255 |
|
| Set_CompanyUid | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Set_UiD": 1,
"Set_Key": "sample string 2",
"Set_Value": "sample string 3",
"Set_CreatedOn": "2025-12-06T09:17:41.2251737+05:30",
"Set_Createdby": "sample string 4",
"Set_ModifiedOn": "2025-12-06T09:17:41.2251737+05:30",
"Set_ModifiedBy": "sample string 5",
"Set_CompanyUid": "sample string 6"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |