POST api/Values/BussinessTypeGetData
Request Information
URI Parameters
None.
Body Parameters
Bussiness_Type_Master_Property| Name | Description | Type | Additional information |
|---|---|---|---|
| bussiness_type_id | integer |
None. |
|
| bussiness_type_name | string |
None. |
|
| remarks | string |
None. |
|
| sequence_no | integer |
None. |
|
| active | integer |
None. |
|
| add_by | integer |
None. |
|
| edit_by | integer |
None. |
|
| add_date | date |
None. |
|
| edit_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"bussiness_type_id": 1,
"bussiness_type_name": "sample string 2",
"remarks": "sample string 3",
"sequence_no": 4,
"active": 5,
"add_by": 6,
"edit_by": 7,
"add_date": "2026-01-02T11:05:24.2056246-08:00",
"edit_date": "2026-01-02T11:05:24.2056246-08:00"
}
application/xml, text/xml
Sample:
<Bussiness_Type_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master"> <active>5</active> <add_by>6</add_by> <add_date>2026-01-02T11:05:24.2056246-08:00</add_date> <bussiness_type_id>1</bussiness_type_id> <bussiness_type_name>sample string 2</bussiness_type_name> <edit_by>7</edit_by> <edit_date>2026-01-02T11:05:24.2056246-08:00</edit_date> <remarks>sample string 3</remarks> <sequence_no>4</sequence_no> </Bussiness_Type_Master_Property>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Bussiness_Type_Master_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| msg | string |
None. |
|
| data | Collection of Bussiness_Type_Master_Property |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"msg": "sample string 2",
"data": [
{
"bussiness_type_id": 1,
"bussiness_type_name": "sample string 2",
"remarks": "sample string 3",
"sequence_no": 4,
"active": 5,
"add_by": 6,
"edit_by": 7,
"add_date": "2026-01-02T11:05:24.2136226-08:00",
"edit_date": "2026-01-02T11:05:24.2136226-08:00"
},
{
"bussiness_type_id": 1,
"bussiness_type_name": "sample string 2",
"remarks": "sample string 3",
"sequence_no": 4,
"active": 5,
"add_by": 6,
"edit_by": 7,
"add_date": "2026-01-02T11:05:24.2136226-08:00",
"edit_date": "2026-01-02T11:05:24.2136226-08:00"
}
]
}
application/xml, text/xml
Sample:
<Bussiness_Type_Master_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.FunctionClasses.Response">
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master">
<d2p1:Bussiness_Type_Master_Property>
<d2p1:active>5</d2p1:active>
<d2p1:add_by>6</d2p1:add_by>
<d2p1:add_date>2026-01-02T11:05:24.2136226-08:00</d2p1:add_date>
<d2p1:bussiness_type_id>1</d2p1:bussiness_type_id>
<d2p1:bussiness_type_name>sample string 2</d2p1:bussiness_type_name>
<d2p1:edit_by>7</d2p1:edit_by>
<d2p1:edit_date>2026-01-02T11:05:24.2136226-08:00</d2p1:edit_date>
<d2p1:remarks>sample string 3</d2p1:remarks>
<d2p1:sequence_no>4</d2p1:sequence_no>
</d2p1:Bussiness_Type_Master_Property>
<d2p1:Bussiness_Type_Master_Property>
<d2p1:active>5</d2p1:active>
<d2p1:add_by>6</d2p1:add_by>
<d2p1:add_date>2026-01-02T11:05:24.2136226-08:00</d2p1:add_date>
<d2p1:bussiness_type_id>1</d2p1:bussiness_type_id>
<d2p1:bussiness_type_name>sample string 2</d2p1:bussiness_type_name>
<d2p1:edit_by>7</d2p1:edit_by>
<d2p1:edit_date>2026-01-02T11:05:24.2136226-08:00</d2p1:edit_date>
<d2p1:remarks>sample string 3</d2p1:remarks>
<d2p1:sequence_no>4</d2p1:sequence_no>
</d2p1:Bussiness_Type_Master_Property>
</data>
<msg>sample string 2</msg>
<success>true</success>
</Bussiness_Type_Master_Response>