PUT api/SetupSDServiceMasterDefault/Put

Request Information

URI Parameters

None.

Body Parameters

SetupSDServiceMasterDefault
NameDescriptionTypeAdditional information
Id

integer

None.

MaterialPriceSheet

string

None.

LaborPriceSheet

string

None.

OtherPriceSheet

string

None.

ServiceType

string

None.

CustomerSource

string

None.

PaymentMethod

string

None.

CustomerLevel

string

None.

TaxCode

string

None.

EmailStyleEntity

string

None.

EmailStyleCode

string

None.

SalesTax

boolean

None.

UseInventoryPricing

boolean

None.

OverrideCreditLimit

boolean

None.

OverridePastDue

boolean

None.

DoNotEmail

boolean

None.

SmsAllowed

boolean

None.

SendNotification

boolean

None.

Break1Type

integer

None.

Break1Code

string

None.

Break2Type

integer

None.

Break2Code

string

None.

ShowDollarOnRemote

boolean

None.

EmailAllowed

boolean

None.

TextAllowed

boolean

None.

OptInForSurvey

boolean

None.

Zone

string

None.

PaymentTerms

string

None.

IsTaxable

boolean

None.

IsMaterialPSRequired

boolean

None.

IsLaborPSRequired

boolean

None.

IsOtherPSRequired

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MaterialPriceSheet": "sample string 2",
  "LaborPriceSheet": "sample string 3",
  "OtherPriceSheet": "sample string 4",
  "ServiceType": "sample string 5",
  "CustomerSource": "sample string 6",
  "PaymentMethod": "sample string 7",
  "CustomerLevel": "sample string 8",
  "TaxCode": "sample string 9",
  "EmailStyleEntity": "sample string 10",
  "EmailStyleCode": "sample string 11",
  "SalesTax": true,
  "UseInventoryPricing": true,
  "OverrideCreditLimit": true,
  "OverridePastDue": true,
  "DoNotEmail": true,
  "SmsAllowed": true,
  "SendNotification": true,
  "Break1Type": 1,
  "Break1Code": "sample string 19",
  "Break2Type": 1,
  "Break2Code": "sample string 20",
  "ShowDollarOnRemote": true,
  "EmailAllowed": true,
  "TextAllowed": true,
  "OptInForSurvey": true,
  "Zone": "sample string 25",
  "PaymentTerms": "sample string 26",
  "IsTaxable": true,
  "IsMaterialPSRequired": true,
  "IsLaborPSRequired": true,
  "IsOtherPSRequired": true,
  "AccountId": 31,
  "CompanyId": "sample string 32",
  "CreatedOn": "2025-12-16T20:34:49.0474875+00:00",
  "CreatedBy": "sample string 34",
  "UpdatedOn": "2025-12-16T20:34:49.0474875+00:00",
  "UpdatedBy": "sample string 35",
  "IsLockedForEditing": true,
  "LockedBy": "sample string 37"
}

application/xml, text/xml

Sample:
<SetupSDServiceMasterDefault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">31</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 32</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 34</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:34:49.0474875+00:00</CreatedOn>
  <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
  <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 37</LockedBy>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 35</UpdatedBy>
  <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:34:49.0474875+00:00</UpdatedOn>
  <Break1Code>sample string 19</Break1Code>
  <Break1Type>1</Break1Type>
  <Break2Code>sample string 20</Break2Code>
  <Break2Type>1</Break2Type>
  <CustomerLevel>sample string 8</CustomerLevel>
  <CustomerSource>sample string 6</CustomerSource>
  <DoNotEmail>true</DoNotEmail>
  <EmailAllowed>true</EmailAllowed>
  <EmailStyleCode>sample string 11</EmailStyleCode>
  <EmailStyleEntity>sample string 10</EmailStyleEntity>
  <Id>1</Id>
  <IsLaborPSRequired>true</IsLaborPSRequired>
  <IsMaterialPSRequired>true</IsMaterialPSRequired>
  <IsOtherPSRequired>true</IsOtherPSRequired>
  <IsTaxable>true</IsTaxable>
  <LaborPriceSheet>sample string 3</LaborPriceSheet>
  <MaterialPriceSheet>sample string 2</MaterialPriceSheet>
  <OptInForSurvey>true</OptInForSurvey>
  <OtherPriceSheet>sample string 4</OtherPriceSheet>
  <OverrideCreditLimit>true</OverrideCreditLimit>
  <OverridePastDue>true</OverridePastDue>
  <PaymentMethod>sample string 7</PaymentMethod>
  <PaymentTerms>sample string 26</PaymentTerms>
  <SalesTax>true</SalesTax>
  <SendNotification>true</SendNotification>
  <ServiceType>sample string 5</ServiceType>
  <ShowDollarOnRemote>true</ShowDollarOnRemote>
  <SmsAllowed>true</SmsAllowed>
  <TaxCode>sample string 9</TaxCode>
  <TextAllowed>true</TextAllowed>
  <UseInventoryPricing>true</UseInventoryPricing>
  <Zone>sample string 25</Zone>
</SetupSDServiceMasterDefault>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.