POST api/app/VendorConfiguration/UpdateGlobalSetting
Request Information
URI Parameters
None.
Body Parameters
GlobalSettingBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BuilderId | integer |
None. |
|
| ERPCCId | integer |
None. |
|
| Id | integer |
None. |
|
| Level | string |
None. |
|
| User | string |
None. |
|
| OLS | boolean |
None. |
|
| POS | boolean |
None. |
|
| OLD | boolean |
None. |
|
| OLW | boolean |
None. |
|
| OLWF | boolean |
None. |
|
| AllowSuppSelection | boolean |
None. |
|
| AllowOLSCMChecklist | boolean |
None. |
|
| Reports | boolean |
None. |
|
| AllowLotAddressCalendar | boolean |
None. |
|
| BM | boolean |
None. |
|
| AllowMemoTaskOnLot | boolean |
None. |
|
| ContactInfo | boolean |
None. |
|
| OUnitCode | string |
None. |
|
| WarrBC | boolean |
None. |
|
| POsBC | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"BuilderId": 1,
"ERPCCId": 2,
"Id": 3,
"Level": "sample string 4",
"User": "sample string 5",
"OLS": true,
"POS": true,
"OLD": true,
"OLW": true,
"OLWF": true,
"AllowSuppSelection": true,
"AllowOLSCMChecklist": true,
"Reports": true,
"AllowLotAddressCalendar": true,
"BM": true,
"AllowMemoTaskOnLot": true,
"ContactInfo": true,
"OUnitCode": "sample string 18",
"WarrBC": true,
"POsBC": true
}
application/xml, text/xml
Sample:
<GlobalSettingBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.Vendor.Configurations"> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">92421662-fa7e-4f50-b220-d117e58313da</RequestId> <AllowLotAddressCalendar>true</AllowLotAddressCalendar> <AllowMemoTaskOnLot>true</AllowMemoTaskOnLot> <AllowOLSCMChecklist>true</AllowOLSCMChecklist> <AllowSuppSelection>true</AllowSuppSelection> <BM>true</BM> <BuilderId>1</BuilderId> <ContactInfo>true</ContactInfo> <ERPCCId>2</ERPCCId> <Id>3</Id> <Level>sample string 4</Level> <OLD>true</OLD> <OLS>true</OLS> <OLW>true</OLW> <OLWF>true</OLWF> <OUnitCode>sample string 18</OUnitCode> <POS>true</POS> <POsBC>true</POsBC> <Reports>true</Reports> <User>sample string 5</User> <WarrBC>true</WarrBC> </GlobalSettingBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseTime | date |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponsePermission | string |
None. |
|
| DataSet | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseTime": "2026-02-17T07:26:24.4528134+00:00",
"ResponseCode": 0,
"ResponseMessage": "sample string 2",
"ResponsePermission": "sample string 3",
"DataSet": {}
}
application/xml, text/xml
Sample:
<ResponseModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels"> <DataSet /> <ResponseCode>NoDataFound</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ResponsePermission>sample string 3</ResponsePermission> <ResponseTime>2026-02-17T07:26:24.4528134+00:00</ResponseTime> </ResponseModelOfanyType>