POST api/User/updateDetails
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| userID | globally unique identifier |
None. |
|
| msisdn | string |
None. |
|
| name | string |
None. |
|
| string |
None. |
||
| password | string |
None. |
|
| status | integer |
None. |
|
| dateAdded | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"userID": "87c289ab-e45f-453c-82d3-31561e6750e4",
"msisdn": "sample string 3",
"name": "sample string 4",
"email": "sample string 5",
"password": "sample string 6",
"status": 1,
"dateAdded": "2025-10-28T01:09:08.308401+00:00"
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GhanaForwardApi.Entities"> <dateAdded>2025-10-28T01:09:08.308401+00:00</dateAdded> <email>sample string 5</email> <id>1</id> <msisdn>sample string 3</msisdn> <name>sample string 4</name> <password>sample string 6</password> <status>1</status> <userID>87c289ab-e45f-453c-82d3-31561e6750e4</userID> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.