POST api/Pricing/Create

Request Information

URI Parameters

None.

Body Parameters

Collection of Pricing
NameDescriptionTypeAdditional 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": "8d28e7d0-7486-441b-99c0-051918b90606",
    "PricingDate": "2025-12-10T21:39:11.1948857-06:00",
    "ItemName": "sample string 3",
    "UOM": "sample string 4",
    "Price": 5.0,
    "response": {
      "Error": "sample string 1",
      "Success": "sample string 2"
    },
    "CreatedBy": "70969326-8786-4987-9131-5558439da631",
    "CreatedDate": "2025-12-10T21:39:11.1958866-06:00",
    "EditedBy": "edd6b9bc-097e-4a5b-8082-2e1caa0460b1",
    "EditedDate": "2025-12-10T21:39:11.1958866-06:00",
    "IsActive": true,
    "IsDelete": true
  },
  {
    "PricingId": "8d28e7d0-7486-441b-99c0-051918b90606",
    "PricingDate": "2025-12-10T21:39:11.1948857-06:00",
    "ItemName": "sample string 3",
    "UOM": "sample string 4",
    "Price": 5.0,
    "response": {
      "Error": "sample string 1",
      "Success": "sample string 2"
    },
    "CreatedBy": "70969326-8786-4987-9131-5558439da631",
    "CreatedDate": "2025-12-10T21:39:11.1958866-06:00",
    "EditedBy": "edd6b9bc-097e-4a5b-8082-2e1caa0460b1",
    "EditedDate": "2025-12-10T21:39:11.1958866-06: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">70969326-8786-4987-9131-5558439da631</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:11.1958866-06:00</CreatedDate>
    <EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">edd6b9bc-097e-4a5b-8082-2e1caa0460b1</EditedBy>
    <EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:11.1958866-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>
    <ItemName>sample string 3</ItemName>
    <Price>5</Price>
    <PricingDate>2025-12-10T21:39:11.1948857-06:00</PricingDate>
    <PricingId>8d28e7d0-7486-441b-99c0-051918b90606</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">70969326-8786-4987-9131-5558439da631</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:11.1958866-06:00</CreatedDate>
    <EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">edd6b9bc-097e-4a5b-8082-2e1caa0460b1</EditedBy>
    <EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:39:11.1958866-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>
    <ItemName>sample string 3</ItemName>
    <Price>5</Price>
    <PricingDate>2025-12-10T21:39:11.1948857-06:00</PricingDate>
    <PricingId>8d28e7d0-7486-441b-99c0-051918b90606</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.