GET api/Masters/Getcompanyoffer
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of viewcompanyoffer| Name | Description | Type | Additional information |
|---|---|---|---|
| rid | string |
None. |
|
| cmpname | string |
None. |
|
| itemname | string |
None. |
|
| offer | string |
None. |
|
| imgname | string |
None. |
|
| puramt | string |
None. |
|
| note | string |
None. |
|
| orderid | string |
None. |
|
| custid | string |
None. |
|
| mobile | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"rid": "sample string 1",
"cmpname": "sample string 2",
"itemname": "sample string 3",
"offer": "sample string 4",
"imgname": "sample string 5",
"puramt": "sample string 6",
"note": "sample string 7",
"orderid": "sample string 8",
"custid": "sample string 9",
"mobile": "sample string 10"
},
{
"rid": "sample string 1",
"cmpname": "sample string 2",
"itemname": "sample string 3",
"offer": "sample string 4",
"imgname": "sample string 5",
"puramt": "sample string 6",
"note": "sample string 7",
"orderid": "sample string 8",
"custid": "sample string 9",
"mobile": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfviewcompanyoffer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models">
<viewcompanyoffer>
<cmpname>sample string 2</cmpname>
<custid>sample string 9</custid>
<imgname>sample string 5</imgname>
<itemname>sample string 3</itemname>
<mobile>sample string 10</mobile>
<note>sample string 7</note>
<offer>sample string 4</offer>
<orderid>sample string 8</orderid>
<puramt>sample string 6</puramt>
<rid>sample string 1</rid>
</viewcompanyoffer>
<viewcompanyoffer>
<cmpname>sample string 2</cmpname>
<custid>sample string 9</custid>
<imgname>sample string 5</imgname>
<itemname>sample string 3</itemname>
<mobile>sample string 10</mobile>
<note>sample string 7</note>
<offer>sample string 4</offer>
<orderid>sample string 8</orderid>
<puramt>sample string 6</puramt>
<rid>sample string 1</rid>
</viewcompanyoffer>
</ArrayOfviewcompanyoffer>