POST api/Store/Edit
Request Information
URI Parameters
None.
Body Parameters
StoreRegistration| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreRegistrationId | globally unique identifier |
None. |
|
| StoreName | string |
Max length: 100 |
|
| StoreAreaId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| StoreContactPerson | string |
Max length: 100 |
|
| StoreContactNumber | string |
None. |
|
| PaymentTermId | integer |
None. |
|
| StoreAddress | string |
Max length: 500 |
|
| PaymentTermIdString | string |
None. |
|
| CompanyNameId | string |
None. |
|
| response | Response |
None. |
|
| StoreAreaIdString | string |
None. |
|
| ProductPricelist | Collection of ProductPricing |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| EditedBy | globally unique identifier |
None. |
|
| EditedDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| IsDelete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"StoreRegistrationId": "5cb3a303-51d3-4a31-8017-fd40b4481607",
"StoreName": "sample string 2",
"StoreAreaId": 3,
"CompanyId": 4,
"StoreContactPerson": "sample string 5",
"StoreContactNumber": "sample string 6",
"PaymentTermId": 7,
"StoreAddress": "sample string 8",
"PaymentTermIdString": "sample string 9",
"CompanyNameId": "sample string 10",
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"StoreAreaIdString": "sample string 11",
"ProductPricelist": [
{
"ProductPricingId": "96a228a8-0f83-47bb-ad15-a6d0a3cbc269",
"ProductId": "df5132dd-bd81-4766-8362-d936b6f020af",
"PackingSizeId": "54f3dbad-3373-4cd6-a45e-bdbaf1184411",
"PricePerPack": 4.0,
"StoreRegistrationId": "b5ac7d90-4f90-44fb-9c23-17d32192a9e1",
"PackingSizeName": "sample string 6",
"ProductName": "sample string 7",
"packingSize": "sample string 8",
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "c44b95b0-7985-4e72-8926-53b5946e9aa2",
"CreatedDate": "2025-12-10T21:39:22.7636494-06:00",
"EditedBy": "01be8827-ca3c-4bee-860f-c2fa457f158b",
"EditedDate": "2025-12-10T21:39:22.7636494-06:00",
"IsActive": true,
"IsDelete": true
},
{
"ProductPricingId": "96a228a8-0f83-47bb-ad15-a6d0a3cbc269",
"ProductId": "df5132dd-bd81-4766-8362-d936b6f020af",
"PackingSizeId": "54f3dbad-3373-4cd6-a45e-bdbaf1184411",
"PricePerPack": 4.0,
"StoreRegistrationId": "b5ac7d90-4f90-44fb-9c23-17d32192a9e1",
"PackingSizeName": "sample string 6",
"ProductName": "sample string 7",
"packingSize": "sample string 8",
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "c44b95b0-7985-4e72-8926-53b5946e9aa2",
"CreatedDate": "2025-12-10T21:39:22.7636494-06:00",
"EditedBy": "01be8827-ca3c-4bee-860f-c2fa457f158b",
"EditedDate": "2025-12-10T21:39:22.7636494-06:00",
"IsActive": true,
"IsDelete": true
}
],
"CreatedBy": "4131cef7-9444-404a-8ba7-724d6dae8dc9",
"CreatedDate": "2025-12-10T21:39:22.7636494-06:00",
"EditedBy": "294a96d6-42ee-4b18-a6f8-1f38f2f29e9c",
"EditedDate": "2025-12-10T21:39:22.7636494-06:00",
"IsActive": true,
"IsDelete": true
}
application/xml, text/xml
Sample:
<StoreRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core2.Model">
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">4131cef7-9444-404a-8ba7-724d6dae8dc9</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:22.7636494-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">294a96d6-42ee-4b18-a6f8-1f38f2f29e9c</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:22.7636494-06:00</EditedDate>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsActive>
<IsDelete xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsDelete>
<CompanyId>4</CompanyId>
<CompanyNameId>sample string 10</CompanyNameId>
<PaymentTermId>7</PaymentTermId>
<PaymentTermIdString>sample string 9</PaymentTermIdString>
<ProductPricelist>
<ProductPricing>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">c44b95b0-7985-4e72-8926-53b5946e9aa2</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:22.7636494-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">01be8827-ca3c-4bee-860f-c2fa457f158b</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:22.7636494-06:00</EditedDate>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsActive>
<IsDelete xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsDelete>
<PackingSizeId>54f3dbad-3373-4cd6-a45e-bdbaf1184411</PackingSizeId>
<PackingSizeName>sample string 6</PackingSizeName>
<PricePerPack>4</PricePerPack>
<ProductId>df5132dd-bd81-4766-8362-d936b6f020af</ProductId>
<ProductName>sample string 7</ProductName>
<ProductPricingId>96a228a8-0f83-47bb-ad15-a6d0a3cbc269</ProductPricingId>
<StoreRegistrationId>b5ac7d90-4f90-44fb-9c23-17d32192a9e1</StoreRegistrationId>
<packingSize>sample string 8</packingSize>
<response xmlns:d4p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d4p1:Error>sample string 1</d4p1:Error>
<d4p1:Success>sample string 2</d4p1:Success>
</response>
</ProductPricing>
<ProductPricing>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">c44b95b0-7985-4e72-8926-53b5946e9aa2</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:22.7636494-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">01be8827-ca3c-4bee-860f-c2fa457f158b</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:22.7636494-06:00</EditedDate>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsActive>
<IsDelete xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsDelete>
<PackingSizeId>54f3dbad-3373-4cd6-a45e-bdbaf1184411</PackingSizeId>
<PackingSizeName>sample string 6</PackingSizeName>
<PricePerPack>4</PricePerPack>
<ProductId>df5132dd-bd81-4766-8362-d936b6f020af</ProductId>
<ProductName>sample string 7</ProductName>
<ProductPricingId>96a228a8-0f83-47bb-ad15-a6d0a3cbc269</ProductPricingId>
<StoreRegistrationId>b5ac7d90-4f90-44fb-9c23-17d32192a9e1</StoreRegistrationId>
<packingSize>sample string 8</packingSize>
<response xmlns:d4p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d4p1:Error>sample string 1</d4p1:Error>
<d4p1:Success>sample string 2</d4p1:Success>
</response>
</ProductPricing>
</ProductPricelist>
<StoreAddress>sample string 8</StoreAddress>
<StoreAreaId>3</StoreAreaId>
<StoreAreaIdString>sample string 11</StoreAreaIdString>
<StoreContactNumber>sample string 6</StoreContactNumber>
<StoreContactPerson>sample string 5</StoreContactPerson>
<StoreName>sample string 2</StoreName>
<StoreRegistrationId>5cb3a303-51d3-4a31-8017-fd40b4481607</StoreRegistrationId>
<response xmlns:d2p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d2p1:Error>sample string 1</d2p1:Error>
<d2p1:Success>sample string 2</d2p1:Success>
</response>
</StoreRegistration>
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.