POST api/app/VendorConfiguration/UpdateWarrantySetting

Request Information

URI Parameters

None.

Body Parameters

WarrantySettingBindingModel
NameDescriptionTypeAdditional information
BuilderId

integer

None.

ERPCCId

integer

None.

AllowItemInspectReady

boolean

None.

HideItmDetails

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "BuilderId": 1,
  "ERPCCId": 2,
  "AllowItemInspectReady": true,
  "HideItmDetails": true
}

application/xml, text/xml

Sample:
<WarrantySettingBindingModel 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">23cc4ba5-98bb-4daa-8e36-a24606345daa</RequestId>
  <AllowItemInspectReady>true</AllowItemInspectReady>
  <BuilderId>1</BuilderId>
  <ERPCCId>2</ERPCCId>
  <HideItmDetails>true</HideItmDetails>
</WarrantySettingBindingModel>

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-17T07:26:54.4145259+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:54.4145259+00:00</ResponseTime>
</ResponseModelOfanyType>