POST api/v1/Post_Supergroup
Request Information
URI Parameters
None.
Body Parameters
AddUpdate_Supergroup_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| title | string |
None. |
|
| arbitrage | integer |
None. |
|
| category | integer |
None. |
|
| subcategory | integer |
None. |
|
| saletype | integer |
None. |
|
| possession | integer |
None. |
|
| locality | string |
None. |
|
| description | string |
None. |
|
| lat | string |
None. |
|
| lon | string |
None. |
|
| price | decimal number |
None. |
|
| hidecontact | integer |
None. |
|
| commission | decimal number |
None. |
|
| hashtags | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"title": "sample string 2",
"arbitrage": 3,
"category": 4,
"subcategory": 5,
"saletype": 6,
"possession": 7,
"locality": "sample string 8",
"description": "sample string 9",
"lat": "sample string 10",
"lon": "sample string 11",
"price": 12.0,
"hidecontact": 13,
"commission": 14.0,
"hashtags": "sample string 15"
}
application/xml, text/xml
Sample:
<AddUpdate_Supergroup_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge"> <arbitrage>3</arbitrage> <category>4</category> <commission>14</commission> <description>sample string 9</description> <hashtags>sample string 15</hashtags> <hidecontact>13</hidecontact> <id>1</id> <lat>sample string 10</lat> <locality>sample string 8</locality> <lon>sample string 11</lon> <possession>7</possession> <price>12</price> <saletype>6</saletype> <subcategory>5</subcategory> <title>sample string 2</title> </AddUpdate_Supergroup_Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
threadAddUpdateresponse| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"status": "sample string 2"
}
application/xml, text/xml
Sample:
<threadAddUpdateresponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge"> <id>1</id> <status>sample string 2</status> </threadAddUpdateresponse>