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": "75c2e1a3-2d87-45be-918a-7fab32bc42dc",
"PricingDate": "2026-07-16T06:01:03.8382283-05:00",
"ItemName": "sample string 3",
"UOM": "sample string 4",
"Price": 5.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "087a0848-ce60-43de-a765-94558e743698",
"CreatedDate": "2026-07-16T06:01:03.8382283-05:00",
"EditedBy": "adac5bc3-04b4-4527-a851-a58aa0b6e4ce",
"EditedDate": "2026-07-16T06:01:03.8382283-05:00",
"IsActive": true,
"IsDelete": true
},
{
"PricingId": "75c2e1a3-2d87-45be-918a-7fab32bc42dc",
"PricingDate": "2026-07-16T06:01:03.8382283-05:00",
"ItemName": "sample string 3",
"UOM": "sample string 4",
"Price": 5.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "087a0848-ce60-43de-a765-94558e743698",
"CreatedDate": "2026-07-16T06:01:03.8382283-05:00",
"EditedBy": "adac5bc3-04b4-4527-a851-a58aa0b6e4ce",
"EditedDate": "2026-07-16T06:01:03.8382283-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">087a0848-ce60-43de-a765-94558e743698</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T06:01:03.8382283-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">adac5bc3-04b4-4527-a851-a58aa0b6e4ce</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T06:01:03.8382283-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-07-16T06:01:03.8382283-05:00</PricingDate>
<PricingId>75c2e1a3-2d87-45be-918a-7fab32bc42dc</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">087a0848-ce60-43de-a765-94558e743698</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T06:01:03.8382283-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">adac5bc3-04b4-4527-a851-a58aa0b6e4ce</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T06:01:03.8382283-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-07-16T06:01:03.8382283-05:00</PricingDate>
<PricingId>75c2e1a3-2d87-45be-918a-7fab32bc42dc</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.