POST api/Modifier/Sync
Request Information
URI Parameters
None.
Body Parameters
Collection of Xenia_Modifier| Name | Description | Type | Additional information |
|---|---|---|---|
| Modifier_UiD | string |
String length: inclusive between 0 and 255 |
|
| Modifier_Name | string |
String length: inclusive between 0 and 255 |
|
| Modifier_Active | boolean |
None. |
|
| Modifier_CompanyUid | string |
String length: inclusive between 0 and 255 |
|
| Modifier_CreatedOn | date |
None. |
|
| Modifier_CreatedBy | string |
String length: inclusive between 0 and 255 |
|
| Modifier_ModifiedOn | date |
None. |
|
| Modifier_ModifiedBy | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Modifier_UiD": "sample string 1",
"Modifier_Name": "sample string 2",
"Modifier_Active": true,
"Modifier_CompanyUid": "sample string 3",
"Modifier_CreatedOn": "2025-12-06T09:21:22.3056988+05:30",
"Modifier_CreatedBy": "sample string 4",
"Modifier_ModifiedOn": "2025-12-06T09:21:22.3056988+05:30",
"Modifier_ModifiedBy": "sample string 5"
},
{
"$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. |