PUT api/SetupSMSalesman/Put

Request Information

URI Parameters

None.

Body Parameters

SetupSMSalesman
NameDescriptionTypeAdditional information
SalesmanNum

string

None.

SalesmanName

string

None.

InternalName

string

None.

ExternalName

string

None.

EnableSalesman

boolean

None.

EstimateWorkHrs

decimal number

None.

StartFromOfficeOrHome

string

None.

EmployeeNum

string

None.

TechNameInternal

string

None.

OnDuty

boolean

None.

CardTagId

integer

None.

CardTag

string

None.

SalesmanTagId

integer

None.

SalesmanSetupTagName

string

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SalesmanNum": "sample string 1",
  "SalesmanName": "sample string 2",
  "InternalName": "sample string 3",
  "ExternalName": "sample string 4",
  "EnableSalesman": true,
  "EstimateWorkHrs": 6.0,
  "StartFromOfficeOrHome": "sample string 7",
  "EmployeeNum": "sample string 8",
  "TechNameInternal": "sample string 9",
  "OnDuty": true,
  "CardTagId": 1,
  "CardTag": "sample string 10",
  "SalesmanTagId": 1,
  "SalesmanSetupTagName": "sample string 11",
  "AccountId": 12,
  "CompanyId": "sample string 13",
  "CreatedBy": "sample string 14",
  "CreatedOn": "2025-12-16T20:11:29.1057113+00:00"
}

application/xml, text/xml

Sample:
<SetupSMSalesman 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">12</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 13</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 14</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:11:29.1057113+00:00</CreatedOn>
  <CardTag>sample string 10</CardTag>
  <CardTagId>1</CardTagId>
  <EmployeeNum>sample string 8</EmployeeNum>
  <EnableSalesman>true</EnableSalesman>
  <EstimateWorkHrs>6</EstimateWorkHrs>
  <ExternalName>sample string 4</ExternalName>
  <InternalName>sample string 3</InternalName>
  <OnDuty>true</OnDuty>
  <SalesmanName>sample string 2</SalesmanName>
  <SalesmanNum>sample string 1</SalesmanNum>
  <SalesmanSetupTagName>sample string 11</SalesmanSetupTagName>
  <SalesmanTagId>1</SalesmanTagId>
  <StartFromOfficeOrHome>sample string 7</StartFromOfficeOrHome>
  <TechNameInternal>sample string 9</TechNameInternal>
</SetupSMSalesman>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.