GET odata/CostEstimateAssignment_Tables
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CostEstimateAssignment_TablesName | Description | Type | Additional information |
---|---|---|---|
CEATID | integer |
None. |
|
ClientCode | string |
String length: inclusive between 0 and 20 |
|
PolicyCode | string |
String length: inclusive between 0 and 50 |
|
CompCode | string |
String length: inclusive between 0 and 10 |
|
Key1Text | string |
String length: inclusive between 0 and 500 |
|
Key1Num | decimal number |
None. |
|
Key2Text | string |
String length: inclusive between 0 and 500 |
|
Key2Num | decimal number |
None. |
|
Key3Text | string |
String length: inclusive between 0 and 500 |
|
Key3Num | decimal number |
None. |
|
Key4Text | string |
String length: inclusive between 0 and 500 |
|
Key4Num | decimal number |
None. |
|
Key5Text | string |
String length: inclusive between 0 and 500 |
|
Key5Num | decimal number |
None. |
|
Key6Text | string |
String length: inclusive between 0 and 500 |
|
Key6Num | decimal number |
None. |
|
Key7Text | string |
String length: inclusive between 0 and 500 |
|
Key7Num | decimal number |
None. |
|
Key8Text | string |
String length: inclusive between 0 and 500 |
|
Key8Num | decimal number |
None. |
|
Amount | decimal number |
None. |
|
TableName | string |
String length: inclusive between 0 and 100 |
|
TableDesc | string |
String length: inclusive between 0 and 300 |
|
DefArgs | string |
String length: inclusive between 0 and 300 |
|
ID | integer |
None. |
|
Item | Object |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "CEATID": 1, "ClientCode": "sample string 2", "PolicyCode": "sample string 3", "CompCode": "sample string 4", "Key1Text": "sample string 5", "Key1Num": 1.0, "Key2Text": "sample string 6", "Key2Num": 1.0, "Key3Text": "sample string 7", "Key3Num": 1.0, "Key4Text": "sample string 8", "Key4Num": 1.0, "Key5Text": "sample string 9", "Key5Num": 1.0, "Key6Text": "sample string 10", "Key6Num": 1.0, "Key7Text": "sample string 11", "Key7Num": 1.0, "Key8Text": "sample string 12", "Key8Num": 1.0, "Amount": 1.0, "TableName": "sample string 13", "TableDesc": "sample string 14", "DefArgs": "sample string 15", "ID": 16 } ]
application/xml, text/xml
Sample:
<ArrayOfCostEstimateAssignment_Tables xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <CostEstimateAssignment_Tables i:nil="true" /> <CostEstimateAssignment_Tables> <Amount>1</Amount> <CEATID>1</CEATID> <ClientCode>sample string 2</ClientCode> <CompCode>sample string 4</CompCode> <DefArgs>sample string 15</DefArgs> <ID>16</ID> <Key1Num>1</Key1Num> <Key1Text>sample string 5</Key1Text> <Key2Num>1</Key2Num> <Key2Text>sample string 6</Key2Text> <Key3Num>1</Key3Num> <Key3Text>sample string 7</Key3Text> <Key4Num>1</Key4Num> <Key4Text>sample string 8</Key4Text> <Key5Num>1</Key5Num> <Key5Text>sample string 9</Key5Text> <Key6Num>1</Key6Num> <Key6Text>sample string 10</Key6Text> <Key7Num>1</Key7Num> <Key7Text>sample string 11</Key7Text> <Key8Num>1</Key8Num> <Key8Text>sample string 12</Key8Text> <PolicyCode>sample string 3</PolicyCode> <TableDesc>sample string 14</TableDesc> <TableName>sample string 13</TableName> </CostEstimateAssignment_Tables> </ArrayOfCostEstimateAssignment_Tables>