POST api/v1/fcmtoken
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:
{
"firstname": "sample string 1",
"lastname": "sample string 2",
"phon": "sample string 3",
"email": "sample string 4",
"country": 5,
"city": 6,
"town": 7,
"active": 8,
"password": "sample string 9",
"zipuser": "sample string 10",
"countrycode": "sample string 11",
"userlevel": 12,
"address": "sample string 13",
"issupplier": 14,
"supplierfather": 15,
"idwarehouse": 16,
"iduser": 17,
"isadmin": 18,
"site_id": 19,
"IsPhonChecked": 20,
"username": "sample string 21",
"fcm_token": "sample string 22",
"topic": "sample string 23",
"img": "sample string 24",
"facevectors": "sample string 25",
"birthday": "2025-11-08T14:36:54.7107876+03:00"
}
text/xml
Sample:
<user_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <IsPhonChecked>20</IsPhonChecked> <active>8</active> <address>sample string 13</address> <birthday>2025-11-08T14:36:54.7107876+03:00</birthday> <city>6</city> <country>5</country> <countrycode>sample string 11</countrycode> <email>sample string 4</email> <facevectors>sample string 25</facevectors> <fcm_token>sample string 22</fcm_token> <firstname>sample string 1</firstname> <iduser>17</iduser> <idwarehouse>16</idwarehouse> <img>sample string 24</img> <isadmin>18</isadmin> <issupplier>14</issupplier> <lastname>sample string 2</lastname> <password>sample string 9</password> <phon>sample string 3</phon> <site_id>19</site_id> <supplierfather>15</supplierfather> <topic>sample string 23</topic> <town>7</town> <userlevel>12</userlevel> <username>sample string 21</username> <zipuser>sample string 10</zipuser> </user_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>