PUT Common/Store/Save?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
StoreViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
Required Max length: 100 |
|
URL | string |
Required Max length: 100 |
|
CompanyName | string |
Max length: 100 |
|
CompanyAddress | string |
Max length: 500 |
|
CompanyPhoneNumber | string |
Max length: 100 |
|
CompanyVAT | string |
Max length: 100 |
|
DisplayOrder | integer |
None. |
|
ModifiedBy | string |
None. |
|
ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "URL": "sample string 3", "CompanyName": "sample string 4", "CompanyAddress": "sample string 5", "CompanyPhoneNumber": "sample string 6", "CompanyVAT": "sample string 7", "DisplayOrder": 8, "ModifiedBy": "sample string 9", "ModifiedDate": "2025-04-26T16:25:17.5167801+01:00" }
application/xml, text/xml
Sample:
<StoreViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECommerce.Service.Common.ViewModel"> <CompanyAddress>sample string 5</CompanyAddress> <CompanyName>sample string 4</CompanyName> <CompanyPhoneNumber>sample string 6</CompanyPhoneNumber> <CompanyVAT>sample string 7</CompanyVAT> <DisplayOrder>8</DisplayOrder> <Id>1</Id> <ModifiedBy>sample string 9</ModifiedBy> <ModifiedDate>2025-04-26T16:25:17.5167801+01:00</ModifiedDate> <Name>sample string 2</Name> <URL>sample string 3</URL> </StoreViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |