POST api/SellerCustomer/UpdateCustomerDetails
Request Information
URI Parameters
None.
Body Parameters
ReqUpdateCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| BuyerId | integer |
None. |
|
| Name | string |
Required String length: inclusive between 3 and 250 |
|
| Address | string |
Required String length: inclusive between 3 and 500 |
|
| PinCode | string |
Required |
|
| City | string |
None. |
|
| LocalityName | string |
None. |
|
| District | string |
None. |
|
| State | string |
None. |
|
| PriceListId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BuyerId": 1,
"Name": "sample string 2",
"Address": "sample string 3",
"PinCode": "sample string 4",
"City": "sample string 5",
"LocalityName": "sample string 6",
"District": "sample string 7",
"State": "sample string 8",
"PriceListId": 9
}
application/xml, text/xml
Sample:
<ReqUpdateCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request"> <Address>sample string 3</Address> <BuyerId>1</BuyerId> <City>sample string 5</City> <District>sample string 7</District> <LocalityName>sample string 6</LocalityName> <Name>sample string 2</Name> <PinCode>sample string 4</PinCode> <PriceListId>9</PriceListId> <State>sample string 8</State> </ReqUpdateCustomer>
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. |