POST api/DeAllocate/GetAllId
Request Information
URI Parameters
None.
Body Parameters
Mdl_AllocateData| Name | Description | Type | Additional information |
|---|---|---|---|
| Mnf_ID | integer |
None. |
|
| Model_ID | integer |
None. |
|
| Variant_Id | integer |
None. |
|
| User_Id | string |
None. |
|
| Variant | string |
None. |
|
| Mnf_Name | string |
None. |
|
| Model_Name | string |
None. |
|
| R_Year | integer |
None. |
|
| No_Of_Record | integer |
None. |
|
| GroupBy | integer |
None. |
|
| Condition | string |
None. |
|
| Caller_To | string |
None. |
|
| Swift_To_Caller | string |
None. |
|
| Is_From_INH | string |
None. |
|
| Type_Of_Insurance_Id | integer |
None. |
|
| Allocation_For_Id | integer |
None. |
|
| Record_Type | integer |
None. |
|
| Group_By_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mnf_ID": 1,
"Model_ID": 2,
"Variant_Id": 3,
"User_Id": "sample string 4",
"Variant": "sample string 5",
"Mnf_Name": "sample string 6",
"Model_Name": "sample string 7",
"R_Year": 8,
"No_Of_Record": 9,
"GroupBy": 10,
"Condition": "sample string 11",
"Caller_To": "sample string 12",
"Swift_To_Caller": "sample string 13",
"Is_From_INH": "sample string 14",
"Type_Of_Insurance_Id": 15,
"Allocation_For_Id": 16,
"Record_Type": 17,
"Group_By_Id": 18
}
application/xml, text/xml
Sample:
<Mdl_AllocateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Allocation_For_Id>16</Allocation_For_Id> <Caller_To>sample string 12</Caller_To> <Condition>sample string 11</Condition> <GroupBy>10</GroupBy> <Group_By_Id>18</Group_By_Id> <Is_From_INH>sample string 14</Is_From_INH> <Mnf_ID>1</Mnf_ID> <Mnf_Name>sample string 6</Mnf_Name> <Model_ID>2</Model_ID> <Model_Name>sample string 7</Model_Name> <No_Of_Record>9</No_Of_Record> <R_Year>8</R_Year> <Record_Type>17</Record_Type> <Swift_To_Caller>sample string 13</Swift_To_Caller> <Type_Of_Insurance_Id>15</Type_Of_Insurance_Id> <User_Id>sample string 4</User_Id> <Variant>sample string 5</Variant> <Variant_Id>3</Variant_Id> </Mdl_AllocateData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.