POST api/Pricing/Create
Request Information
URI Parameters
None.
Body Parameters
Collection of Pricing| Name | Description | Type | Additional information |
|---|---|---|---|
| PricingId | globally unique identifier |
None. |
|
| PricingDate | date |
None. |
|
| ItemName | string |
None. |
|
| UOM | string |
None. |
|
| Price | decimal number |
None. |
|
| response | Response |
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:
[
{
"PricingId": "557f3340-4d8e-45ac-9dd8-172e0c78abb3",
"PricingDate": "2026-03-23T11:26:22.8581787-05:00",
"ItemName": "sample string 3",
"UOM": "sample string 4",
"Price": 5.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "2f2282a3-4add-4541-906d-5f69039468b5",
"CreatedDate": "2026-03-23T11:26:22.8581787-05:00",
"EditedBy": "fb2b0550-6e3a-48e7-bafa-2396bbf26a76",
"EditedDate": "2026-03-23T11:26:22.8581787-05:00",
"IsActive": true,
"IsDelete": true
},
{
"PricingId": "557f3340-4d8e-45ac-9dd8-172e0c78abb3",
"PricingDate": "2026-03-23T11:26:22.8581787-05:00",
"ItemName": "sample string 3",
"UOM": "sample string 4",
"Price": 5.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "2f2282a3-4add-4541-906d-5f69039468b5",
"CreatedDate": "2026-03-23T11:26:22.8581787-05:00",
"EditedBy": "fb2b0550-6e3a-48e7-bafa-2396bbf26a76",
"EditedDate": "2026-03-23T11:26:22.8581787-05:00",
"IsActive": true,
"IsDelete": true
}
]
application/xml, text/xml
Sample:
<ArrayOfPricing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core2.Model">
<Pricing>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2f2282a3-4add-4541-906d-5f69039468b5</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-03-23T11:26:22.8581787-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">fb2b0550-6e3a-48e7-bafa-2396bbf26a76</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-03-23T11:26:22.8581787-05: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>
<ItemName>sample string 3</ItemName>
<Price>5</Price>
<PricingDate>2026-03-23T11:26:22.8581787-05:00</PricingDate>
<PricingId>557f3340-4d8e-45ac-9dd8-172e0c78abb3</PricingId>
<UOM>sample string 4</UOM>
<response xmlns:d3p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d3p1:Error>sample string 1</d3p1:Error>
<d3p1:Success>sample string 2</d3p1:Success>
</response>
</Pricing>
<Pricing>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2f2282a3-4add-4541-906d-5f69039468b5</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-03-23T11:26:22.8581787-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">fb2b0550-6e3a-48e7-bafa-2396bbf26a76</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-03-23T11:26:22.8581787-05: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>
<ItemName>sample string 3</ItemName>
<Price>5</Price>
<PricingDate>2026-03-23T11:26:22.8581787-05:00</PricingDate>
<PricingId>557f3340-4d8e-45ac-9dd8-172e0c78abb3</PricingId>
<UOM>sample string 4</UOM>
<response xmlns:d3p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d3p1:Error>sample string 1</d3p1:Error>
<d3p1:Success>sample string 2</d3p1:Success>
</response>
</Pricing>
</ArrayOfPricing>
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.