GET api/TablesManagement/GetAllBodyMain
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BodyMain| Name | Description | Type | Additional information |
|---|---|---|---|
| body_main_code | integer |
None. |
|
| body_main_name | string |
Required String length: inclusive between 0 and 30 |
|
| active | string |
Required Matching regular expression pattern: ^[yn]{1}$ String length: inclusive between 0 and 1 |
Response Formats
application/json, text/json
Sample:
[
{
"body_main_code": 1,
"body_main_name": "sample string 2",
"active": "sample string 3"
},
{
"body_main_code": 1,
"body_main_name": "sample string 2",
"active": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfBodyMain xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
<BodyMain>
<active>sample string 3</active>
<body_main_code>1</body_main_code>
<body_main_name>sample string 2</body_main_name>
</BodyMain>
<BodyMain>
<active>sample string 3</active>
<body_main_code>1</body_main_code>
<body_main_name>sample string 2</body_main_name>
</BodyMain>
</ArrayOfBodyMain>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.