POST api/Enquiry/GetSubResponseType?Token={Token}
Documentation for 'GetSubResponseType'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dtSubFollowupType | Documentation for 'dtSubFollowupType'. |
Define this parameter in the request body. |
| Token | Documentation for 'Token'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"FollowupTypeID": 1,
"FollowupType": "sample string 2",
"FollowupTypeId_Category_Stage": "sample string 3",
"Token": "sample string 4",
"MainFollowupTypeID": 5,
"MainFollowupTypeName": "sample string 6"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]