POST services/api/ecom/v1/Get_ToMailTypeList
Request Information
URI Parameters
None.
Body Parameters
EcoBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of EcomToMailType_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TypeName | string |
None. |
|
| TypeCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"TypeName": "sample string 2",
"TypeCode": "sample string 3"
},
{
"Id": 1,
"TypeName": "sample string 2",
"TypeCode": "sample string 3"
}
]