Please enable JavaScript to view this site.

WebOffice Public Purchase API

Navigation: Public Purchase service

Retrieve Purchase Metadata (GET)

Scroll Prev Top Next More

This web-service return a list of meta data for the current logged in .

Method type

GET

Base URL

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"