POST api/app/VendorConfiguration/UpdateCompanyContactSetting

Request Information

URI Parameters

None.

Body Parameters

CompanyContactSettingBindingModel
NameDescriptionTypeAdditional information
BuilderId

integer

None.

ERPCCId

integer

None.

CompanyContactSettings

Collection of CompanyContactSettings

None.

Request Formats

application/json, text/json

Sample:
{
  "BuilderId": 1,
  "ERPCCId": 2,
  "CompanyContactSettings": [
    {
      "Id": 1,
      "Level": "sample string 2",
      "User": "sample string 3",
      "NSEWebOLS": true,
      "NSEWebOLW": true,
      "WarrBC": true,
      "NSEWeb": true,
      "POsBC": true,
      "NSEWebOLD": true,
      "NSEWebBM": true,
      "NSEWebOLWF": true,
      "NSEWebAP": true
    },
    {
      "Id": 1,
      "Level": "sample string 2",
      "User": "sample string 3",
      "NSEWebOLS": true,
      "NSEWebOLW": true,
      "WarrBC": true,
      "NSEWeb": true,
      "POsBC": true,
      "NSEWebOLD": true,
      "NSEWebBM": true,
      "NSEWebOLWF": true,
      "NSEWebAP": true
    }
  ]
}

application/xml, text/xml

Sample:
<CompanyContactSettingBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.Vendor.Configurations">
  <BuilderId>1</BuilderId>
  <CompanyContactSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Central.API.Common.DataProvider.Model.Vendor.Configuration">
    <d2p1:CompanyContactSettings>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Level>sample string 2</d2p1:Level>
      <d2p1:NSEWeb>true</d2p1:NSEWeb>
      <d2p1:NSEWebAP>true</d2p1:NSEWebAP>
      <d2p1:NSEWebBM>true</d2p1:NSEWebBM>
      <d2p1:NSEWebOLD>true</d2p1:NSEWebOLD>
      <d2p1:NSEWebOLS>true</d2p1:NSEWebOLS>
      <d2p1:NSEWebOLW>true</d2p1:NSEWebOLW>
      <d2p1:NSEWebOLWF>true</d2p1:NSEWebOLWF>
      <d2p1:POsBC>true</d2p1:POsBC>
      <d2p1:User>sample string 3</d2p1:User>
      <d2p1:WarrBC>true</d2p1:WarrBC>
    </d2p1:CompanyContactSettings>
    <d2p1:CompanyContactSettings>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Level>sample string 2</d2p1:Level>
      <d2p1:NSEWeb>true</d2p1:NSEWeb>
      <d2p1:NSEWebAP>true</d2p1:NSEWebAP>
      <d2p1:NSEWebBM>true</d2p1:NSEWebBM>
      <d2p1:NSEWebOLD>true</d2p1:NSEWebOLD>
      <d2p1:NSEWebOLS>true</d2p1:NSEWebOLS>
      <d2p1:NSEWebOLW>true</d2p1:NSEWebOLW>
      <d2p1:NSEWebOLWF>true</d2p1:NSEWebOLWF>
      <d2p1:POsBC>true</d2p1:POsBC>
      <d2p1:User>sample string 3</d2p1:User>
      <d2p1:WarrBC>true</d2p1:WarrBC>
    </d2p1:CompanyContactSettings>
  </CompanyContactSettings>
  <ERPCCId>2</ERPCCId>
</CompanyContactSettingBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfObject
NameDescriptionTypeAdditional 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-17T06:37:11.9072298+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-17T06:37:11.9072298+00:00</ResponseTime>
</ResponseModelOfanyType>