GET Supplier
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ButtonsListName | Description | Type | Additional information |
---|---|---|---|
data | ButtonObj |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "all": { "label": "sample string 1", "tooltip": "sample string 2" }, "approved": { "label": "sample string 1", "tooltip": "sample string 2" }, "posted": { "label": "sample string 1", "tooltip": "sample string 2" }, "notCompliant": { "label": "sample string 1", "tooltip": "sample string 2" }, "paid": { "label": "sample string 1", "tooltip": "sample string 2" }, "blank": { "label": "sample string 1", "tooltip": "sample string 2" } } }
application/xml, text/xml
Sample:
<ButtonsList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/licuas_providers.Models"> <data> <all> <label>sample string 1</label> <tooltip>sample string 2</tooltip> </all> <approved> <label>sample string 1</label> <tooltip>sample string 2</tooltip> </approved> <blank> <label>sample string 1</label> <tooltip>sample string 2</tooltip> </blank> <notCompliant> <label>sample string 1</label> <tooltip>sample string 2</tooltip> </notCompliant> <paid> <label>sample string 1</label> <tooltip>sample string 2</tooltip> </paid> <posted> <label>sample string 1</label> <tooltip>sample string 2</tooltip> </posted> </data> </ButtonsList>