GET api/Service/GetSalesPurchasers

Get Sales Purchasers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SalesPurchaser
NameDescriptionTypeAdditional information
Code

Code

string

None.

Name

Name

string

None.

EMail

E-Mail

string

None.

PhoneNo

Phone No_

string

None.

MobilePhone

Mobile Phone

string

None.

SalesAgentType

Sales Agent Type

string

None.

SalesAgentSupervisor

Sales Agent Supervisor

string

None.

StaffType

Staff Type

string

None.

StaffNo

Staff No

string

None.

JobTitle

Job Title

string

None.

CompanyBranch

Company Branch

string

None.

Status

Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": "sample string 1",
    "Name": "sample string 2",
    "EMail": "sample string 3",
    "PhoneNo": "sample string 4",
    "MobilePhone": "sample string 5",
    "SalesAgentType": "sample string 6",
    "SalesAgentSupervisor": "sample string 7",
    "StaffType": "sample string 8",
    "StaffNo": "sample string 9",
    "JobTitle": "sample string 10",
    "CompanyBranch": "sample string 11",
    "Status": "sample string 12"
  },
  {
    "Code": "sample string 1",
    "Name": "sample string 2",
    "EMail": "sample string 3",
    "PhoneNo": "sample string 4",
    "MobilePhone": "sample string 5",
    "SalesAgentType": "sample string 6",
    "SalesAgentSupervisor": "sample string 7",
    "StaffType": "sample string 8",
    "StaffNo": "sample string 9",
    "JobTitle": "sample string 10",
    "CompanyBranch": "sample string 11",
    "Status": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSalesPurchaser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NAVWebService.Models">
  <SalesPurchaser>
    <Code>sample string 1</Code>
    <CompanyBranch>sample string 11</CompanyBranch>
    <EMail>sample string 3</EMail>
    <JobTitle>sample string 10</JobTitle>
    <MobilePhone>sample string 5</MobilePhone>
    <Name>sample string 2</Name>
    <PhoneNo>sample string 4</PhoneNo>
    <SalesAgentSupervisor>sample string 7</SalesAgentSupervisor>
    <SalesAgentType>sample string 6</SalesAgentType>
    <StaffNo>sample string 9</StaffNo>
    <StaffType>sample string 8</StaffType>
    <Status>sample string 12</Status>
  </SalesPurchaser>
  <SalesPurchaser>
    <Code>sample string 1</Code>
    <CompanyBranch>sample string 11</CompanyBranch>
    <EMail>sample string 3</EMail>
    <JobTitle>sample string 10</JobTitle>
    <MobilePhone>sample string 5</MobilePhone>
    <Name>sample string 2</Name>
    <PhoneNo>sample string 4</PhoneNo>
    <SalesAgentSupervisor>sample string 7</SalesAgentSupervisor>
    <SalesAgentType>sample string 6</SalesAgentType>
    <StaffNo>sample string 9</StaffNo>
    <StaffType>sample string 8</StaffType>
    <Status>sample string 12</Status>
  </SalesPurchaser>
</ArrayOfSalesPurchaser>