GET api/HelpdeskNumber
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RapidAPIOfHelpDesk_tblName | Description | Type | Additional information |
---|---|---|---|
Status_Code | integer |
None. |
|
Message | string |
None. |
|
Data | Collection of HelpDesk_tbl |
None. |
Response Formats
application/json, text/json
Sample:
{ "status_Code": 1, "message": "sample string 2", "data": [ { "id": 1, "helpDeskNo": "sample string 2" }, { "id": 1, "helpDeskNo": "sample string 2" } ] }