POST api/BuyerAccount/SaveBuyerDetails
Request Information
URI Parameters
None.
Body Parameters
ReqSignUpBuyer| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required Matching regular expression pattern: ^[a-zA-Z ]*$ String length: inclusive between 3 and 250 |
|
| Address | string |
Required String length: inclusive between 3 and 500 |
|
| City | string |
Required |
|
| PinCode | string |
Required |
|
| LocalityName | string |
None. |
|
| District | string |
None. |
|
| State | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Address": "sample string 2",
"City": "sample string 3",
"PinCode": "sample string 4",
"LocalityName": "sample string 5",
"District": "sample string 6",
"State": "sample string 7"
}
application/xml, text/xml
Sample:
<ReqSignUpBuyer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request.Account"> <Address>sample string 2</Address> <City>sample string 3</City> <District>sample string 6</District> <LocalityName>sample string 5</LocalityName> <Name>sample string 1</Name> <PinCode>sample string 4</PinCode> <State>sample string 7</State> </ReqSignUpBuyer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |