POST api/Prospectsget
Request Information
URI Parameters
None.
Body Parameters
Collection of Prospectsheader| Name | Description | Type | Additional information |
|---|---|---|---|
| MID | integer |
None. |
|
| DATE | date |
None. |
|
| ORDER_TYPE | string |
None. |
|
| SALES_PERSON | string |
None. |
|
| STOCK_CODE | string |
None. |
|
| REMARKS | string |
None. |
|
| RATE | decimal number |
None. |
|
| PCS | decimal number |
None. |
|
| AMOUNT | decimal number |
None. |
|
| ITEM_CURRENCY | string |
None. |
|
| ACCODE | string |
None. |
|
| PRP_POST | string |
None. |
|
| COMP_NAME | string |
None. |
|
| PROSP_ORIGIN | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"MID": 1,
"DATE": "2025-12-16T07:34:15.5607856+04:00",
"ORDER_TYPE": "sample string 3",
"SALES_PERSON": "sample string 4",
"STOCK_CODE": "sample string 5",
"REMARKS": "sample string 6",
"RATE": 7.1,
"PCS": 8.1,
"AMOUNT": 9.1,
"ITEM_CURRENCY": "sample string 10",
"ACCODE": "sample string 11",
"PRP_POST": "sample string 12",
"COMP_NAME": "sample string 13",
"PROSP_ORIGIN": "sample string 14"
},
{
"MID": 1,
"DATE": "2025-12-16T07:34:15.5607856+04:00",
"ORDER_TYPE": "sample string 3",
"SALES_PERSON": "sample string 4",
"STOCK_CODE": "sample string 5",
"REMARKS": "sample string 6",
"RATE": 7.1,
"PCS": 8.1,
"AMOUNT": 9.1,
"ITEM_CURRENCY": "sample string 10",
"ACCODE": "sample string 11",
"PRP_POST": "sample string 12",
"COMP_NAME": "sample string 13",
"PROSP_ORIGIN": "sample string 14"
}
]
text/html
Sample:
[{"MID":1,"DATE":"2025-12-16T07:34:15.5607856+04:00","ORDER_TYPE":"sample string 3","SALES_PERSON":"sample string 4","STOCK_CODE":"sample string 5","REMARKS":"sample string 6","RATE":7.1,"PCS":8.1,"AMOUNT":9.1,"ITEM_CURRENCY":"sample string 10","ACCODE":"sample string 11","PRP_POST":"sample string 12","COMP_NAME":"sample string 13","PROSP_ORIGIN":"sample string 14"},{"MID":1,"DATE":"2025-12-16T07:34:15.5607856+04:00","ORDER_TYPE":"sample string 3","SALES_PERSON":"sample string 4","STOCK_CODE":"sample string 5","REMARKS":"sample string 6","RATE":7.1,"PCS":8.1,"AMOUNT":9.1,"ITEM_CURRENCY":"sample string 10","ACCODE":"sample string 11","PRP_POST":"sample string 12","COMP_NAME":"sample string 13","PROSP_ORIGIN":"sample string 14"}]
application/xml, text/xml
Sample:
<ArrayOfProspectsheader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.SBSprospects">
<Prospectsheader>
<ACCODE>sample string 11</ACCODE>
<AMOUNT>9.1</AMOUNT>
<COMP_NAME>sample string 13</COMP_NAME>
<DATE>2025-12-16T07:34:15.5607856+04:00</DATE>
<ITEM_CURRENCY>sample string 10</ITEM_CURRENCY>
<MID>1</MID>
<ORDER_TYPE>sample string 3</ORDER_TYPE>
<PCS>8.1</PCS>
<PROSP_ORIGIN>sample string 14</PROSP_ORIGIN>
<PRP_POST>sample string 12</PRP_POST>
<RATE>7.1</RATE>
<REMARKS>sample string 6</REMARKS>
<SALES_PERSON>sample string 4</SALES_PERSON>
<STOCK_CODE>sample string 5</STOCK_CODE>
</Prospectsheader>
<Prospectsheader>
<ACCODE>sample string 11</ACCODE>
<AMOUNT>9.1</AMOUNT>
<COMP_NAME>sample string 13</COMP_NAME>
<DATE>2025-12-16T07:34:15.5607856+04:00</DATE>
<ITEM_CURRENCY>sample string 10</ITEM_CURRENCY>
<MID>1</MID>
<ORDER_TYPE>sample string 3</ORDER_TYPE>
<PCS>8.1</PCS>
<PROSP_ORIGIN>sample string 14</PROSP_ORIGIN>
<PRP_POST>sample string 12</PRP_POST>
<RATE>7.1</RATE>
<REMARKS>sample string 6</REMARKS>
<SALES_PERSON>sample string 4</SALES_PERSON>
<STOCK_CODE>sample string 5</STOCK_CODE>
</Prospectsheader>
</ArrayOfProspectsheader>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>