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": "5a31f56c-8119-4718-a2b5-bb8aa669c868",
"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": "8231dc83-1f9e-4a35-9bfb-c0e31992cbba",
"ProductId": "79e0fb1e-8738-4fd4-84a4-14b67f75f749",
"PackingSizeId": "38575bb4-796f-4c4c-a453-4b3d1ac1ceac",
"PricePerPack": 4.0,
"StoreRegistrationId": "0431d9f7-ff32-4da8-9489-df1bec525a26",
"PackingSizeName": "sample string 6",
"ProductName": "sample string 7",
"packingSize": "sample string 8",
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "045d9781-2552-49ec-ba5d-1b4df5e8a947",
"CreatedDate": "2026-02-01T08:56:38.0675355-06:00",
"EditedBy": "411c1937-6987-4ca6-969b-0ba5157650b4",
"EditedDate": "2026-02-01T08:56:38.0675355-06:00",
"IsActive": true,
"IsDelete": true
},
{
"ProductPricingId": "8231dc83-1f9e-4a35-9bfb-c0e31992cbba",
"ProductId": "79e0fb1e-8738-4fd4-84a4-14b67f75f749",
"PackingSizeId": "38575bb4-796f-4c4c-a453-4b3d1ac1ceac",
"PricePerPack": 4.0,
"StoreRegistrationId": "0431d9f7-ff32-4da8-9489-df1bec525a26",
"PackingSizeName": "sample string 6",
"ProductName": "sample string 7",
"packingSize": "sample string 8",
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "045d9781-2552-49ec-ba5d-1b4df5e8a947",
"CreatedDate": "2026-02-01T08:56:38.0675355-06:00",
"EditedBy": "411c1937-6987-4ca6-969b-0ba5157650b4",
"EditedDate": "2026-02-01T08:56:38.0675355-06:00",
"IsActive": true,
"IsDelete": true
}
],
"CreatedBy": "57b051a1-c5a0-49b2-a538-c15661e9917e",
"CreatedDate": "2026-02-01T08:56:38.0675355-06:00",
"EditedBy": "2afd0467-d034-4305-8dfb-cfb3986066c1",
"EditedDate": "2026-02-01T08:56:38.0675355-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">57b051a1-c5a0-49b2-a538-c15661e9917e</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:56:38.0675355-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2afd0467-d034-4305-8dfb-cfb3986066c1</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:56:38.0675355-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">045d9781-2552-49ec-ba5d-1b4df5e8a947</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:56:38.0675355-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">411c1937-6987-4ca6-969b-0ba5157650b4</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:56:38.0675355-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>38575bb4-796f-4c4c-a453-4b3d1ac1ceac</PackingSizeId>
<PackingSizeName>sample string 6</PackingSizeName>
<PricePerPack>4</PricePerPack>
<ProductId>79e0fb1e-8738-4fd4-84a4-14b67f75f749</ProductId>
<ProductName>sample string 7</ProductName>
<ProductPricingId>8231dc83-1f9e-4a35-9bfb-c0e31992cbba</ProductPricingId>
<StoreRegistrationId>0431d9f7-ff32-4da8-9489-df1bec525a26</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">045d9781-2552-49ec-ba5d-1b4df5e8a947</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:56:38.0675355-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">411c1937-6987-4ca6-969b-0ba5157650b4</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:56:38.0675355-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>38575bb4-796f-4c4c-a453-4b3d1ac1ceac</PackingSizeId>
<PackingSizeName>sample string 6</PackingSizeName>
<PricePerPack>4</PricePerPack>
<ProductId>79e0fb1e-8738-4fd4-84a4-14b67f75f749</ProductId>
<ProductName>sample string 7</ProductName>
<ProductPricingId>8231dc83-1f9e-4a35-9bfb-c0e31992cbba</ProductPricingId>
<StoreRegistrationId>0431d9f7-ff32-4da8-9489-df1bec525a26</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>5a31f56c-8119-4718-a2b5-bb8aa669c868</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.