POST api/Values/PostInt_Slab
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Int_Slab| Name | Description | Type | Additional information |
|---|---|---|---|
| Int_Slab_Data | Collection of Int_Slab_List |
None. |
|
| Message_Data | Collection of Message_List |
None. |
Response Formats
application/json, text/json
Sample:
{
"Int_Slab_Data": [
{
"Scheme_Name": "sample string 1",
"Period": "sample string 2",
"General": "sample string 3",
"Senior": "sample string 4",
"Super_Senior": "sample string 5",
"Remarks": "sample string 6"
},
{
"Scheme_Name": "sample string 1",
"Period": "sample string 2",
"General": "sample string 3",
"Senior": "sample string 4",
"Super_Senior": "sample string 5",
"Remarks": "sample string 6"
}
],
"Message_Data": [
{
"MessageID": "sample string 1"
},
{
"MessageID": "sample string 1"
}
]
}
application/xml, text/xml
Sample:
<Int_Slab xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ABFL_Mob_Sync.Models">
<Int_Slab_Data>
<Int_Slab_List>
<General>sample string 3</General>
<Period>sample string 2</Period>
<Remarks>sample string 6</Remarks>
<Scheme_Name>sample string 1</Scheme_Name>
<Senior>sample string 4</Senior>
<Super_Senior>sample string 5</Super_Senior>
</Int_Slab_List>
<Int_Slab_List>
<General>sample string 3</General>
<Period>sample string 2</Period>
<Remarks>sample string 6</Remarks>
<Scheme_Name>sample string 1</Scheme_Name>
<Senior>sample string 4</Senior>
<Super_Senior>sample string 5</Super_Senior>
</Int_Slab_List>
</Int_Slab_Data>
<Message_Data>
<Message_List>
<MessageID>sample string 1</MessageID>
</Message_List>
<Message_List>
<MessageID>sample string 1</MessageID>
</Message_List>
</Message_Data>
</Int_Slab>