Get Attribute Details
- 1 Minute to read
- DarkLight
Get Attribute Details
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
To get attribute details of a product, mention the following in the postman and then click Send.
GET
Query Params | |
---|---|
Key | Value |
AttributeId | Guid |
Headers
Authorization: Specify required Auth Token in the header.
Response 200 OK
{
"PartyId": "47f66d9f-9429-48ad-8f2a-267dcd67a346",
"Description": "Please detail the packaging components and the material weight in the table below",
"HelpText": "Enter each component of the packaging material, sold to the consumer and the weight of each component",
"AllowMultiple": true,
"IsIdentifier": false,
"IsLanguageInvariant": false,
"Options": [],
"FormatType": "ComplexValue",
"ComplexChildren": [
{
"AttributeId": "c84e8595-5af2-40fc-bdf6-1909cb10694a",
"Required": true
},
{
"AttributeId": "c2025f3c-1895-4a04-8771-77490047b4ea",
"Required": true
}
],
"id": "ef1bdb7b-dc09-464c-bc68-1c167a04b4a2",
"DataOwner": "64895097-0bab-4e84-a67e-c24a5e5d4e24",
"AuditInfo": {
"ContextId": "0HLOT0CJ4K3BH:00000002",
"CreateDate": "2019-06-12T19:14:14.6837515Z",
"CreatorId": "d946ce82-88e8-453e-9a77-e056b33082ea",
"CreatorName": "Service User",
"LastModifiedDate": "2019-08-12T15:48:12.135546Z",
"PrincipleId": "d946ce82-88e8-453e-9a77-e056b33082ea",
"PrincipleName": "Service User"
},
"Partition": "ef1bdb7b-dc09-464c-bc68-1c167a04b4a2",
"Type": "Attribute"
}
Was this article helpful?