GET api/SDserviceMaster/GetSMDetailforProjectInvoice/{accountId}/{companyId}/{serviceMasterId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

companyId

string

Required

serviceMasterId

string

Required

Body Parameters

None.

Response Information

Resource Description

ProjectInvoiceData
NameDescriptionTypeAdditional information
SDServiceMasterId

string

None.

SMName

string

None.

Address

string

None.

Break1

string

None.

Break2

string

None.

TaxCode

string

None.

ARCustomerMasterId

string

None.

ARName

string

None.

ARAddress

string

None.

MaterialPricesheet

string

None.

LaborPricesheet

string

None.

OtherPricesheet

string

None.

BreakType1

integer

None.

BreakType2

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "SDServiceMasterId": "sample string 1",
  "SMName": "sample string 2",
  "Address": "sample string 3",
  "Break1": "sample string 4",
  "Break2": "sample string 5",
  "TaxCode": "sample string 6",
  "ARCustomerMasterId": "sample string 7",
  "ARName": "sample string 8",
  "ARAddress": "sample string 9",
  "MaterialPricesheet": "sample string 10",
  "LaborPricesheet": "sample string 11",
  "OtherPricesheet": "sample string 12",
  "BreakType1": 1,
  "BreakType2": 1
}

application/xml, text/xml

Sample:
<ProjectInvoiceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <ARAddress>sample string 9</ARAddress>
  <ARCustomerMasterId>sample string 7</ARCustomerMasterId>
  <ARName>sample string 8</ARName>
  <Address>sample string 3</Address>
  <Break1>sample string 4</Break1>
  <Break2>sample string 5</Break2>
  <BreakType1>1</BreakType1>
  <BreakType2>1</BreakType2>
  <LaborPricesheet>sample string 11</LaborPricesheet>
  <MaterialPricesheet>sample string 10</MaterialPricesheet>
  <OtherPricesheet>sample string 12</OtherPricesheet>
  <SDServiceMasterId>sample string 1</SDServiceMasterId>
  <SMName>sample string 2</SMName>
  <TaxCode>sample string 6</TaxCode>
</ProjectInvoiceData>