GET api/Order/GetSenderData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOfSenderViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | Collection of SenderViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": [
{
"FOptID": 1,
"FSectionID": 2,
"FSectionName": "sample string 3",
"FOptName": "sample string 4"
},
{
"FOptID": 1,
"FSectionID": 2,
"FSectionName": "sample string 3",
"FOptName": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<MessageModelOfArrayOfSenderViewModelKI6_SDWR9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
<Msg>sample string 3</Msg>
<Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
<d2p1:SenderViewModel>
<d2p1:FOptID>1</d2p1:FOptID>
<d2p1:FOptName>sample string 4</d2p1:FOptName>
<d2p1:FSectionID>2</d2p1:FSectionID>
<d2p1:FSectionName>sample string 3</d2p1:FSectionName>
</d2p1:SenderViewModel>
<d2p1:SenderViewModel>
<d2p1:FOptID>1</d2p1:FOptID>
<d2p1:FOptName>sample string 4</d2p1:FOptName>
<d2p1:FSectionID>2</d2p1:FSectionID>
<d2p1:FSectionName>sample string 3</d2p1:FSectionName>
</d2p1:SenderViewModel>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfArrayOfSenderViewModelKI6_SDWR9>