POST api/Omlat
Request Information
URI Parameters
None.
Body Parameters
omlat| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| exchange | decimal number |
None. |
|
| IS_Default | boolean |
None. |
|
| IS_Active | integer |
None. |
|
| symbol | string |
None. |
|
| NameEn | string |
None. |
|
| Country | integer |
None. |
|
| FakaName | string |
None. |
|
| FakaNameEn | string |
None. |
|
| oneEqualto | integer |
None. |
|
| TotalFaka | decimal number |
None. |
|
| is_main | integer |
None. |
|
| omla_desc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"exchange": 1.1,
"IS_Default": true,
"IS_Active": 1,
"symbol": "sample string 3",
"NameEn": "sample string 4",
"Country": 1,
"FakaName": "sample string 5",
"FakaNameEn": "sample string 6",
"oneEqualto": 1,
"TotalFaka": 1.1,
"is_main": 1,
"omla_desc": "sample string 7"
}
application/xml, text/xml
Sample:
<omlat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models"> <Country>1</Country> <FakaName>sample string 5</FakaName> <FakaNameEn>sample string 6</FakaNameEn> <IS_Active>1</IS_Active> <IS_Default>true</IS_Default> <NameEn>sample string 4</NameEn> <TotalFaka>1.1</TotalFaka> <exchange>1.1</exchange> <id>1</id> <is_main>1</is_main> <name>sample string 2</name> <omla_desc>sample string 7</omla_desc> <oneEqualto>1</oneEqualto> <symbol>sample string 3</symbol> </omlat>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |