PUT api/userprofile/buyerInfo
Update user info - for purchase
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName |
First Name |
string |
Required Max length: 255 |
| Surname |
Surname |
string |
Required Max length: 255 |
| Address |
Address |
string |
Required Max length: 250 |
| Address2 |
Address line 2 |
string |
Max length: 250 |
| PostCode |
Post Code |
string |
Required Max length: 250 |
| Town |
Town |
string |
Required Max length: 250 |
| CellphoneNumber |
Cellphone number |
string |
Required Max length: 250 |
Request Formats
application/json, text/json
Sample:
{
"firstName": "sample string 1",
"surname": "sample string 2",
"address": "sample string 3",
"address2": "sample string 4",
"postCode": "sample string 5",
"town": "sample string 6",
"cellphoneNumber": "sample string 7"
}
Response Information
Response Formats
application/json, text/json
Sample:
true