POST api/Common/CreateApiAccess
Request Information
URI Parameters
None.
Body Parameters
ApiAccess| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| OrderNo | integer |
None. |
|
| CompanyName | string |
None. |
|
| APIAccount | string |
None. |
|
| BrandName | string |
None. |
|
| BrandId | string |
None. |
|
| Ind | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"CompanyId": 1,
"OrderNo": 2,
"CompanyName": "sample string 3",
"APIAccount": "sample string 4",
"BrandName": "sample string 5",
"BrandId": "sample string 6",
"Ind": 7
}
application/xml, text/xml
Sample:
<ApiAccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <APIAccount>sample string 4</APIAccount> <BrandId>sample string 6</BrandId> <BrandName>sample string 5</BrandName> <CompanyId>1</CompanyId> <CompanyName>sample string 3</CompanyName> <Ind>7</Ind> <OrderNo>2</OrderNo> </ApiAccess>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.