POST breeze/Users/Add
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| user | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"USERID": "sample string 1",
"NAME": "sample string 2",
"PASSWORD": "sample string 3",
"SYSID": "sample string 4",
"LANGID": "sample string 5",
"ROLEID": "sample string 6",
"ACCGRPID": "sample string 7",
"EMPID": "sample string 8",
"SHOPID": "sample string 9",
"STKROOMID": "sample string 10",
"OFFLIBNAME": "sample string 11",
"EXTERNAL": "sample string 12",
"PASS1": "sample string 13",
"PASS2": "sample string 14",
"PASS3": "sample string 15",
"PASS4": "sample string 16",
"PASS5": "sample string 17",
"PASS6": "sample string 18",
"PASS7": "sample string 19",
"PASS8": "sample string 20",
"PASS9": "sample string 21",
"PASS10": "sample string 22",
"PWEXPIRES": "2026-05-22T17:55:40.1923998+00:00",
"BINID": "sample string 23",
"EMAIL": "sample string 24",
"BUYERID": "sample string 25",
"BRANCHID": "sample string 26",
"GEOCODEKEY": "sample string 27",
"BCCEMAIL": "sample string 28",
"ISALLOWEDMSM": "sample string 29",
"ISALLOWEDDW": "sample string 30",
"CELLPHONE": "sample string 31",
"NOTIFICATIONPREF": "sample string 32",
"ACCTEMAIL": "sample string 33",
"CRTDATE": "2026-05-22T17:55:40.1923998+00:00",
"CRTUSERID": "sample string 34",
"SELFREG": "sample string 35",
"TFAKEY": "sample string 36",
"USERPREFS": [
{
"USERID": "sample string 1",
"PREFNO": 2,
"PREFVAL": "sample string 3"
},
{
"USERID": "sample string 1",
"PREFNO": 2,
"PREFVAL": "sample string 3"
},
{
"USERID": "sample string 1",
"PREFNO": 2,
"PREFVAL": "sample string 3"
}
],
"USERSYSIDS": [
{
"USERID": "sample string 1",
"SYSID": "sample string 2",
"CUSTTYPE": "sample string 3",
"CUSTTYPENO": 1
},
{
"USERID": "sample string 1",
"SYSID": "sample string 2",
"CUSTTYPE": "sample string 3",
"CUSTTYPENO": 1
},
{
"USERID": "sample string 1",
"SYSID": "sample string 2",
"CUSTTYPE": "sample string 3",
"CUSTTYPENO": 1
}
]
}
application/xml, text/xml
Sample:
<USER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMDomain.Models">
<ACCGRPID>sample string 7</ACCGRPID>
<ACCTEMAIL>sample string 33</ACCTEMAIL>
<BCCEMAIL>sample string 28</BCCEMAIL>
<BINID>sample string 23</BINID>
<BRANCHID>sample string 26</BRANCHID>
<BUYERID>sample string 25</BUYERID>
<CELLPHONE>sample string 31</CELLPHONE>
<CRTDATE>2026-05-22T17:55:40.1923998+00:00</CRTDATE>
<CRTUSERID>sample string 34</CRTUSERID>
<EMAIL>sample string 24</EMAIL>
<EMPID>sample string 8</EMPID>
<EXTERNAL>sample string 12</EXTERNAL>
<GEOCODEKEY>sample string 27</GEOCODEKEY>
<ISALLOWEDDW>sample string 30</ISALLOWEDDW>
<ISALLOWEDMSM>sample string 29</ISALLOWEDMSM>
<LANGID>sample string 5</LANGID>
<NAME>sample string 2</NAME>
<NOTIFICATIONPREF>sample string 32</NOTIFICATIONPREF>
<OFFLIBNAME>sample string 11</OFFLIBNAME>
<PASS1>sample string 13</PASS1>
<PASS10>sample string 22</PASS10>
<PASS2>sample string 14</PASS2>
<PASS3>sample string 15</PASS3>
<PASS4>sample string 16</PASS4>
<PASS5>sample string 17</PASS5>
<PASS6>sample string 18</PASS6>
<PASS7>sample string 19</PASS7>
<PASS8>sample string 20</PASS8>
<PASS9>sample string 21</PASS9>
<PASSWORD>sample string 3</PASSWORD>
<PWEXPIRES>2026-05-22T17:55:40.1923998+00:00</PWEXPIRES>
<ROLEID>sample string 6</ROLEID>
<SELFREG>sample string 35</SELFREG>
<SHOPID>sample string 9</SHOPID>
<STKROOMID>sample string 10</STKROOMID>
<SYSID>sample string 4</SYSID>
<TFAKEY>sample string 36</TFAKEY>
<USERID>sample string 1</USERID>
<USERPREFS>
<USERPREF>
<PREFNO>2</PREFNO>
<PREFVAL>sample string 3</PREFVAL>
<USERID>sample string 1</USERID>
</USERPREF>
<USERPREF>
<PREFNO>2</PREFNO>
<PREFVAL>sample string 3</PREFVAL>
<USERID>sample string 1</USERID>
</USERPREF>
<USERPREF>
<PREFNO>2</PREFNO>
<PREFVAL>sample string 3</PREFVAL>
<USERID>sample string 1</USERID>
</USERPREF>
</USERPREFS>
<USERSYSIDS>
<USERSYSID>
<CUSTTYPE>sample string 3</CUSTTYPE>
<CUSTTYPENO>1</CUSTTYPENO>
<SYSID>sample string 2</SYSID>
<USERID>sample string 1</USERID>
</USERSYSID>
<USERSYSID>
<CUSTTYPE>sample string 3</CUSTTYPE>
<CUSTTYPENO>1</CUSTTYPENO>
<SYSID>sample string 2</SYSID>
<USERID>sample string 1</USERID>
</USERSYSID>
<USERSYSID>
<CUSTTYPE>sample string 3</CUSTTYPE>
<CUSTTYPENO>1</CUSTTYPENO>
<SYSID>sample string 2</SYSID>
<USERID>sample string 1</USERID>
</USERSYSID>
</USERSYSIDS>
</USER>
application/x-www-form-urlencoded
Sample:
Sample not available.