GET api/Enquiry/GetEnquirySource?Token={Token}
Documentation for 'GetEnquirySource'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dtSource | Documentation for 'dtSource'. |
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",
"SourceID": 1,
"EnquirySourceName": "sample string 2",
"Token": "sample string 3",
"Source_Category_Id": 4,
"Source_Category": "sample string 5"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]