POST api/ModifierItem/Sync
Request Information
URI Parameters
None.
Body Parameters
Collection of Xenia_ModifierItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ModifierItem_Uid | string |
String length: inclusive between 0 and 255 |
|
| ModifierItem_ItemUid | string |
String length: inclusive between 0 and 255 |
|
| ModifierItem_ModifierId | string |
String length: inclusive between 0 and 255 |
|
| ModifierItem_ModifierName | string |
String length: inclusive between 0 and 255 |
|
| ModifierItem_Active | boolean |
None. |
|
| ModifierItem_CompanyUid | string |
String length: inclusive between 0 and 255 |
|
| ModifierItem_CreatedOn | date |
None. |
|
| ModifierItem_CreatedBy | string |
String length: inclusive between 0 and 255 |
|
| ModifierItem_ModifiedOn | date |
None. |
|
| ModifierItem_ModifiedBy | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ModifierItem_Uid": "sample string 1",
"ModifierItem_ItemUid": "sample string 2",
"ModifierItem_ModifierId": "sample string 3",
"ModifierItem_ModifierName": "sample string 4",
"ModifierItem_Active": true,
"ModifierItem_CompanyUid": "sample string 5",
"ModifierItem_CreatedOn": "2025-12-06T09:16:22.6553987+05:30",
"ModifierItem_CreatedBy": "sample string 6",
"ModifierItem_ModifiedOn": "2025-12-06T09:16:22.6553987+05:30",
"ModifierItem_ModifiedBy": "sample string 7"
},
{
"$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. |