GET api/IC_CUSTOMER_HISTORY/getCenterExpencesGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ModelExpencesName | Description | Type | Additional information |
---|---|---|---|
GROUP_ID | string |
None. |
|
GROUP_NAME | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "GROUP_ID": "sample string 1", "GROUP_NAME": "sample string 2" }
application/xml, text/xml
Sample:
<ModelExpences xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <GROUP_ID>sample string 1</GROUP_ID> <GROUP_NAME>sample string 2</GROUP_NAME> </ModelExpences>