POST api/SalesMktLocation/Convert

Request Information

URI Parameters

None.

Body Parameters

SalesMktLocationConvert
NameDescriptionTypeAdditional information
AccountId

integer

None.

CompanyId

string

None.

SDServiceMasterId

string

None.

Break1Type

integer

None.

Break1Code

string

None.

Break2Type

integer

None.

Break2Code

string

None.

SourceCode

string

None.

PaymentTerm

string

None.

TaxCode

string

None.

PaymentMethod

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": 1,
  "CompanyId": "sample string 2",
  "SDServiceMasterId": "sample string 3",
  "Break1Type": 4,
  "Break1Code": "sample string 5",
  "Break2Type": 6,
  "Break2Code": "sample string 7",
  "SourceCode": "sample string 8",
  "PaymentTerm": "sample string 9",
  "TaxCode": "sample string 10",
  "PaymentMethod": "sample string 11"
}

application/xml, text/xml

Sample:
<SalesMktLocationConvert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SalesMkt">
  <AccountId>1</AccountId>
  <Break1Code>sample string 5</Break1Code>
  <Break1Type>4</Break1Type>
  <Break2Code>sample string 7</Break2Code>
  <Break2Type>6</Break2Type>
  <CompanyId>sample string 2</CompanyId>
  <PaymentMethod>sample string 11</PaymentMethod>
  <PaymentTerm>sample string 9</PaymentTerm>
  <SDServiceMasterId>sample string 3</SDServiceMasterId>
  <SourceCode>sample string 8</SourceCode>
  <TaxCode>sample string 10</TaxCode>
</SalesMktLocationConvert>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.