POST product/property

Adds a property.

Request Information

URI

https://ofd-api.blueprintcpq.net/product/property

URI Parameters

None.

Body Parameters

The value.

AddProperty
NameDescriptionTypeAdditional information
Property

globally unique identifier

None.

Product

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Property": "1abc7100-45ec-41b3-a645-9b6c70de62d7",
  "Product": "06d3ff26-a34f-4ffd-b1ac-07dcdf6f72f2"
}

text/html

Sample:
{"Property":"1abc7100-45ec-41b3-a645-9b6c70de62d7","Product":"06d3ff26-a34f-4ffd-b1ac-07dcdf6f72f2"}

application/xml, text/xml

Sample:
<AddProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels">
  <Product>06d3ff26-a34f-4ffd-b1ac-07dcdf6f72f2</Product>
  <Property>1abc7100-45ec-41b3-a645-9b6c70de62d7</Property>
</AddProperty>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

True if it succeeds, false if it fails.

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>