GET api/Customer/GetExtraCharge?Token={Token}
Documentation for 'GetExtraCharge'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| table | Documentation for 'table'. |
Define this parameter in the request body. |
| Token | Documentation for 'Token'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"headingvalue": "sample string 2",
"headingNameColor": "sample string 3",
"headingNameStyle": "sample string 4",
"ContentList": [
{
"$id": "2",
"tagName": "sample string 1",
"tagValue": "sample string 2",
"tagNameColor": "sample string 3",
"Style": "sample string 4",
"tagIconPath": "sample string 5"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]