GET api/ceDetails/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ceDetailName | Description | Type | Additional information |
---|---|---|---|
policyid | integer |
None. |
|
policycode | string |
None. |
|
allownote | string |
None. |
|
defaultnote | string |
None. |
|
gcefiletype | string |
None. |
|
gceapprovalneeded | string |
None. |
|
addnewprompt | string |
None. |
|
addnewmsg | string |
None. |
|
policymatrixfile | string |
None. |
|
defaultitemizeamtpct | decimal number |
None. |
|
defaultitemizetype | integer |
None. |
|
gcesinglemarriedonly | integer |
None. |
|
hidetaxquestions | integer |
None. |
|
hasbuscodes | string |
None. |
|
hashhcities | string |
None. |
|
customapprovermessage | string |
None. |
|
permmove | string |
None. |
|
hypooption | string |
None. |
|
defaultCurrency | string |
None. |
|
shortterm | string |
None. |
|
clientID | integer |
None. |
|
partialyear | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "policyid": 1, "policycode": "sample string 2", "allownote": "sample string 3", "defaultnote": "sample string 4", "gcefiletype": "sample string 5", "gceapprovalneeded": "sample string 6", "addnewprompt": "sample string 7", "addnewmsg": "sample string 8", "policymatrixfile": "sample string 9", "defaultitemizeamtpct": 1.0, "defaultitemizetype": 1, "gcesinglemarriedonly": 1, "hidetaxquestions": 1, "hasbuscodes": "sample string 10", "hashhcities": "sample string 11", "customapprovermessage": "sample string 12", "permmove": "sample string 13", "hypooption": "sample string 14", "defaultCurrency": "sample string 15", "shortterm": "sample string 16", "clientID": 1, "partialyear": "sample string 17" }
application/xml, text/xml
Sample:
<ceDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <addnewmsg>sample string 8</addnewmsg> <addnewprompt>sample string 7</addnewprompt> <allownote>sample string 3</allownote> <clientID>1</clientID> <customapprovermessage>sample string 12</customapprovermessage> <defaultCurrency>sample string 15</defaultCurrency> <defaultitemizeamtpct>1</defaultitemizeamtpct> <defaultitemizetype>1</defaultitemizetype> <defaultnote>sample string 4</defaultnote> <gceapprovalneeded>sample string 6</gceapprovalneeded> <gcefiletype>sample string 5</gcefiletype> <gcesinglemarriedonly>1</gcesinglemarriedonly> <hasbuscodes>sample string 10</hasbuscodes> <hashhcities>sample string 11</hashhcities> <hidetaxquestions>1</hidetaxquestions> <hypooption>sample string 14</hypooption> <partialyear>sample string 17</partialyear> <permmove>sample string 13</permmove> <policycode>sample string 2</policycode> <policyid>1</policyid> <policymatrixfile>sample string 9</policymatrixfile> <shortterm>sample string 16</shortterm> </ceDetail>