This web-service return a list of meta data for the current logged in .
Method type
GET
Base URL
https://<hostname>/PublicPurchaseApi/api/Purchase/MetaDataDefinition
Available Parameter
No parameters
Schemas
This method uses Swagger to publish the schemas
Response codes:
The following codes can be retuned:
•200 "Success" will return a list of meta data for the current logged in user.
[
{
"key": "string",
"Name": "String",
"Datatype": "String",
"Maxlength": 0
}
]
•401 "Unautorized"
•500 "Server Error"