POST api/Company/GetCompanyLocalList
Request Information
URI Parameters
None.
Body Parameters
GetCompanyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompURLname | string |
None. |
|
| CompKey | integer |
None. |
|
| CustomerKey | integer |
None. |
|
| CompanyEmail | string |
None. |
|
| CountryKey | integer |
None. |
|
| StateKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompURLname": "sample string 1",
"CompKey": 2,
"CustomerKey": 3,
"CompanyEmail": "sample string 4",
"CountryKey": 5,
"StateKey": 6
}
text/xml
Sample:
<GetCompanyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport"> <CompKey>2</CompKey> <CompURLname>sample string 1</CompURLname> <CompanyEmail>sample string 4</CompanyEmail> <CountryKey>5</CountryKey> <CustomerKey>3</CustomerKey> <StateKey>6</StateKey> </GetCompanyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.