POST api/LookUpSalesSector/LookUpSalesSectorDetails

Request Information

URI Parameters

None.

Body Parameters

GetLookUpSalesSector
NameDescriptionTypeAdditional information
Action

string

None.

Code

string

None.

Sector

string

None.

CountryID

integer

None.

Country

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Action": "sample string 1",
  "Code": "sample string 2",
  "Sector": "sample string 3",
  "CountryID": 4,
  "Country": "sample string 5"
}

application/xml, text/xml

Sample:
<GetLookUpSalesSector xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model">
  <Action>sample string 1</Action>
  <Code>sample string 2</Code>
  <Country>sample string 5</Country>
  <CountryID>4</CountryID>
  <Sector>sample string 3</Sector>
</GetLookUpSalesSector>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.