POST api/LookUpCompanyCategory/LookUpCompanyCategoryDetails

Request Information

URI Parameters

None.

Body Parameters

LookCompanyCategory
NameDescriptionTypeAdditional information
Action

string

None.

CompanyCategoryID

integer

None.

CompanyTypeID

integer

None.

CompanyCategory

string

None.

DefaultProductType

integer

None.

MarketCode

string

None.

CompanyCategory_StringID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Action": "sample string 1",
  "CompanyCategoryID": 2,
  "CompanyTypeID": 3,
  "CompanyCategory": "sample string 4",
  "DefaultProductType": 5,
  "MarketCode": "sample string 6",
  "CompanyCategory_StringID": 7
}

application/xml, text/xml

Sample:
<LookCompanyCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model">
  <Action>sample string 1</Action>
  <CompanyCategory>sample string 4</CompanyCategory>
  <CompanyCategoryID>2</CompanyCategoryID>
  <CompanyCategory_StringID>7</CompanyCategory_StringID>
  <CompanyTypeID>3</CompanyTypeID>
  <DefaultProductType>5</DefaultProductType>
  <MarketCode>sample string 6</MarketCode>
</LookCompanyCategory>

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.