GET api/SMSalesCallDetails/GetAllSalesmanWorkedOnCall/{accountId}/{CompanyId}/{smSalesCallmasterId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

CompanyId

string

Required

smSalesCallmasterId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of 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.

Response 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-16T17:00:31.8831517+00:00"
  },
  {
    "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-16T17:00:31.8831517+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSetupSMSalesman xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
  <SetupSMSalesman>
    <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-16T17:00:31.8831517+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>
  <SetupSMSalesman>
    <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-16T17:00:31.8831517+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>
</ArrayOfSetupSMSalesman>