POST api/v1/deleteaccounts
Request Information
URI Parameters
None.
Body Parameters
accounts| Name | Description | Type | Additional information |
|---|---|---|---|
| accid | integer |
None. |
|
| accnumber | integer |
None. |
|
| accname | string |
None. |
|
| paccount | integer |
None. |
|
| isprimary | integer |
None. |
|
| fmaden | decimal number |
None. |
|
| fdaen | decimal number |
None. |
|
| cmaden | decimal number |
None. |
|
| cdaen | decimal number |
None. |
|
| raccount | integer |
None. |
|
| note | string |
None. |
|
| tuser | integer |
None. |
|
| stat | integer |
None. |
|
| tmax | integer |
None. |
|
| discount | decimal number |
None. |
|
| currency | integer |
None. |
|
| level | integer |
None. |
|
| disply_acc | integer |
None. |
|
| black_list | integer |
None. |
|
| date_in | date |
None. |
|
| time_in | string |
None. |
|
| security | integer |
None. |
|
| direct | integer |
None. |
|
| cost | integer |
None. |
|
| display | integer |
None. |
|
| activity | integer |
None. |
|
| type | integer |
None. |
|
| tmax2 | integer |
None. |
|
| accnumber_prev | string |
None. |
|
| categor_id | integer |
None. |
|
| categortext | string |
None. |
|
| phone1 | string |
None. |
|
| mobile1 | string |
None. |
|
| phone2 | string |
None. |
|
| mobile2 | string |
None. |
|
| string |
None. |
||
| address | string |
None. |
|
| sex | string |
None. |
|
| blode | string |
None. |
|
| birthday | date |
None. |
|
| family_status | string |
None. |
|
| latianname | string |
None. |
|
| searchcode | string |
None. |
|
| lati | decimal number |
None. |
|
| longi | decimal number |
None. |
|
| Move_Side | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"accid": 1,
"accnumber": 2,
"accname": "sample string 3",
"paccount": 4,
"isprimary": 5,
"fmaden": 6.1,
"fdaen": 7.1,
"cmaden": 8.1,
"cdaen": 9.1,
"raccount": 10,
"note": "sample string 11",
"tuser": 12,
"stat": 13,
"tmax": 14,
"discount": 15.1,
"currency": 16,
"level": 17,
"disply_acc": 18,
"black_list": 19,
"date_in": "2025-12-19T15:15:23.2995545+03:00",
"time_in": "sample string 21",
"security": 22,
"direct": 23,
"cost": 24,
"display": 25,
"activity": 26,
"type": 27,
"tmax2": 28,
"accnumber_prev": "sample string 29",
"categor_id": 30,
"categortext": "sample string 31",
"phone1": "sample string 32",
"mobile1": "sample string 33",
"phone2": "sample string 34",
"mobile2": "sample string 35",
"email": "sample string 36",
"address": "sample string 37",
"sex": "sample string 38",
"blode": "sample string 39",
"birthday": "2025-12-19T15:15:23.2995545+03:00",
"family_status": "sample string 41",
"latianname": "sample string 42",
"searchcode": "sample string 43",
"lati": 44.1,
"longi": 45.1,
"Move_Side": 46
}
text/xml
Sample:
<accounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <Move_Side>46</Move_Side> <accid>1</accid> <accname>sample string 3</accname> <accnumber>2</accnumber> <accnumber_prev>sample string 29</accnumber_prev> <activity>26</activity> <address>sample string 37</address> <birthday>2025-12-19T15:15:23.2995545+03:00</birthday> <black_list>19</black_list> <blode>sample string 39</blode> <categor_id>30</categor_id> <categortext>sample string 31</categortext> <cdaen>9.1</cdaen> <cmaden>8.1</cmaden> <cost>24</cost> <currency>16</currency> <date_in>2025-12-19T15:15:23.2995545+03:00</date_in> <direct>23</direct> <discount>15.1</discount> <display>25</display> <disply_acc>18</disply_acc> <email>sample string 36</email> <family_status>sample string 41</family_status> <fdaen>7.1</fdaen> <fmaden>6.1</fmaden> <isprimary>5</isprimary> <lati>44.1</lati> <latianname>sample string 42</latianname> <level>17</level> <longi>45.1</longi> <mobile1>sample string 33</mobile1> <mobile2>sample string 35</mobile2> <note>sample string 11</note> <paccount>4</paccount> <phone1>sample string 32</phone1> <phone2>sample string 34</phone2> <raccount>10</raccount> <searchcode>sample string 43</searchcode> <security>22</security> <sex>sample string 38</sex> <stat>13</stat> <time_in>sample string 21</time_in> <tmax>14</tmax> <tmax2>28</tmax2> <tuser>12</tuser> <type>27</type> </accounts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
outdata| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": null,
"rowcount": 1,
"status": true,
"msg_error": "sample string 3"
}
text/xml
Sample:
<outdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <data i:nil="true" /> <msg_error>sample string 3</msg_error> <rowcount>1</rowcount> <status>true</status> </outdata>