POST api/v1/getCategoreybyid
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "product_id": 1, "id": 2, "id_brand": 3, "code": 4, "OrderStatus": 5, "lang_id": 6, "c": 7, "user_id": 8, "main_category": 9, "sub_category": 10, "country_id": 11, "city_id": 12, "idorder": 13, "Move_Side": 14, "media_type": 15, "site_id": 16, "token": "sample string 17", "accid": "sample string 18", "message": "sample string 19", "shortname": "sample string 20", "barcode": "sample string 21", "phon": "sample string 22", "address": "sample string 23", "ordernumber": "sample string 24", "companye": "sample string 25", "aname": "sample string 26", "user_name": "sample string 27", "father_name": "sample string 28", "page_number": 29, "page_count_row": 30, "father": 31, "status": 32, "category_type": 33, "pro_type": 34, "start_date": "2025-06-29T13:01:55.9850475+03:00", "end_date": "2025-06-29T13:01:55.9850475+03:00", "discount": 37.1, "shipping": 38.1, "orderby": 39, "id_branch": 40, "id_category": 41 }
text/xml
Sample:
<input_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <Move_Side>14</Move_Side> <OrderStatus>5</OrderStatus> <accid>sample string 18</accid> <address>sample string 23</address> <aname>sample string 26</aname> <barcode>sample string 21</barcode> <c>7</c> <category_type>33</category_type> <city_id>12</city_id> <code>4</code> <companye>sample string 25</companye> <country_id>11</country_id> <discount>37.1</discount> <end_date>2025-06-29T13:01:55.9850475+03:00</end_date> <father>31</father> <father_name>sample string 28</father_name> <id>2</id> <id_branch>40</id_branch> <id_brand>3</id_brand> <id_category>41</id_category> <idorder>13</idorder> <lang_id>6</lang_id> <main_category>9</main_category> <media_type>15</media_type> <message>sample string 19</message> <orderby>39</orderby> <ordernumber>sample string 24</ordernumber> <page_count_row>30</page_count_row> <page_number>29</page_number> <phon>sample string 22</phon> <pro_type>34</pro_type> <product_id>1</product_id> <shipping>38.1</shipping> <shortname>sample string 20</shortname> <site_id>16</site_id> <start_date>2025-06-29T13:01:55.9850475+03:00</start_date> <status>32</status> <sub_category>10</sub_category> <token>sample string 17</token> <user_id>8</user_id> <user_name>sample string 27</user_name> </input_data>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body 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>