POST fxo/User/SaveWebUserAuth
Request Information
URI Parameters
None.
Body Parameters
SaveWebUserAuth| Name | Description | Type | Additional information |
|---|---|---|---|
| user | IdValuePair |
None. |
|
| auth_id | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"user": {
"value": "sample string 1",
"id": 2
},
"auth_id": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.