GET api/DataModel/Manufacturer?AppId={AppId}&AppKey={AppKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppId | string |
Default value is |
|
| AppKey | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ReturnManufacturer| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Manufacturer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {
"name_manufacturer": "sample string 1",
"code_manufacturer": "sample string 2",
"short_description_manufacturer": "sample string 3",
"description_manufacturer": "sample string 4",
"meta_keyworks_manufacturer": "sample string 5",
"meta_description_manufacturer": "sample string 6",
"meta_title_manufacturer": "sample string 7",
"Contact_Data_Model": {
"name_contact_manufacturer": "sample string 1",
"company_name_contact_manufacturer": "sample string 2",
"address1_contact_manufacturer": "sample string 3",
"city_contact_manufacturer": "sample string 4",
"postal_code_contact_manufacturer": "sample string 5",
"country_contact_manufacturer": "sample string 6",
"landline_contact_manufacturer": "sample string 7",
"mobile_contact_manufacturer": "sample string 8",
"email_contact_manufacturer": "sample string 9",
"is_primary_contact_manufacturer": "sample string 10"
}
}
}
text/xml
Sample:
<ReturnManufacturer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EConnect.Models">
<code>sample string 1</code>
<data>
<Contact_Data_Model>
<address1_contact_manufacturer>sample string 3</address1_contact_manufacturer>
<city_contact_manufacturer>sample string 4</city_contact_manufacturer>
<company_name_contact_manufacturer>sample string 2</company_name_contact_manufacturer>
<country_contact_manufacturer>sample string 6</country_contact_manufacturer>
<email_contact_manufacturer>sample string 9</email_contact_manufacturer>
<is_primary_contact_manufacturer>sample string 10</is_primary_contact_manufacturer>
<landline_contact_manufacturer>sample string 7</landline_contact_manufacturer>
<mobile_contact_manufacturer>sample string 8</mobile_contact_manufacturer>
<name_contact_manufacturer>sample string 1</name_contact_manufacturer>
<postal_code_contact_manufacturer>sample string 5</postal_code_contact_manufacturer>
</Contact_Data_Model>
<code_manufacturer>sample string 2</code_manufacturer>
<description_manufacturer>sample string 4</description_manufacturer>
<meta_description_manufacturer>sample string 6</meta_description_manufacturer>
<meta_keyworks_manufacturer>sample string 5</meta_keyworks_manufacturer>
<meta_title_manufacturer>sample string 7</meta_title_manufacturer>
<name_manufacturer>sample string 1</name_manufacturer>
<short_description_manufacturer>sample string 3</short_description_manufacturer>
</data>
<msg>sample string 2</msg>
</ReturnManufacturer>