POST api/Store/Create
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": "b6d52b09-8bd9-4b75-b815-f9f057d6c2f7",
"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": "1f16a42d-40f0-40bb-90f8-879784e8646b",
"ProductId": "9898d2ca-fd6d-4f18-9c95-b6766c93f049",
"PackingSizeId": "4594915a-9f24-42dd-86e4-7e1a61ffdfef",
"PricePerPack": 4.0,
"StoreRegistrationId": "e4647c02-3613-4db3-b28d-6d5ff13bf121",
"PackingSizeName": "sample string 6",
"ProductName": "sample string 7",
"packingSize": "sample string 8",
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "17729c2d-2dc4-40de-81b8-602416170e88",
"CreatedDate": "2026-02-01T08:55:05.3926478-06:00",
"EditedBy": "c0833d1e-0608-438f-bdc6-7ab212175b23",
"EditedDate": "2026-02-01T08:55:05.3926478-06:00",
"IsActive": true,
"IsDelete": true
},
{
"ProductPricingId": "1f16a42d-40f0-40bb-90f8-879784e8646b",
"ProductId": "9898d2ca-fd6d-4f18-9c95-b6766c93f049",
"PackingSizeId": "4594915a-9f24-42dd-86e4-7e1a61ffdfef",
"PricePerPack": 4.0,
"StoreRegistrationId": "e4647c02-3613-4db3-b28d-6d5ff13bf121",
"PackingSizeName": "sample string 6",
"ProductName": "sample string 7",
"packingSize": "sample string 8",
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "17729c2d-2dc4-40de-81b8-602416170e88",
"CreatedDate": "2026-02-01T08:55:05.3926478-06:00",
"EditedBy": "c0833d1e-0608-438f-bdc6-7ab212175b23",
"EditedDate": "2026-02-01T08:55:05.3926478-06:00",
"IsActive": true,
"IsDelete": true
}
],
"CreatedBy": "82a78785-8be6-4c50-85d4-00d7e9089040",
"CreatedDate": "2026-02-01T08:55:05.3926478-06:00",
"EditedBy": "6df69284-4667-4b30-8801-f43d40fb987d",
"EditedDate": "2026-02-01T08:55:05.3926478-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">82a78785-8be6-4c50-85d4-00d7e9089040</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:55:05.3926478-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">6df69284-4667-4b30-8801-f43d40fb987d</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:55:05.3926478-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">17729c2d-2dc4-40de-81b8-602416170e88</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:55:05.3926478-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">c0833d1e-0608-438f-bdc6-7ab212175b23</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:55:05.3926478-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>4594915a-9f24-42dd-86e4-7e1a61ffdfef</PackingSizeId>
<PackingSizeName>sample string 6</PackingSizeName>
<PricePerPack>4</PricePerPack>
<ProductId>9898d2ca-fd6d-4f18-9c95-b6766c93f049</ProductId>
<ProductName>sample string 7</ProductName>
<ProductPricingId>1f16a42d-40f0-40bb-90f8-879784e8646b</ProductPricingId>
<StoreRegistrationId>e4647c02-3613-4db3-b28d-6d5ff13bf121</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">17729c2d-2dc4-40de-81b8-602416170e88</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:55:05.3926478-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">c0833d1e-0608-438f-bdc6-7ab212175b23</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:55:05.3926478-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>4594915a-9f24-42dd-86e4-7e1a61ffdfef</PackingSizeId>
<PackingSizeName>sample string 6</PackingSizeName>
<PricePerPack>4</PricePerPack>
<ProductId>9898d2ca-fd6d-4f18-9c95-b6766c93f049</ProductId>
<ProductName>sample string 7</ProductName>
<ProductPricingId>1f16a42d-40f0-40bb-90f8-879784e8646b</ProductPricingId>
<StoreRegistrationId>e4647c02-3613-4db3-b28d-6d5ff13bf121</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>b6d52b09-8bd9-4b75-b815-f9f057d6c2f7</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.