Status codes provide extra information when a request is made to the MTAPI. The response code will be provided when a request has been successfully completed.
...
Response Headers
{
"cache-control": "no-cache",
"content-length": "123",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 20 Apr 2021 11:28:03 GMT",
"expires": "-1",
"mtapistatus": "-1",
"pragma": "no-cache",
"server": "Microsoft-IIS/8.5",
"x-aspnet-version": "4.0.30319",
"x-powered-by": "ASP.NET"
}
...
Feedback Controller (606000-606999)
...
A null InvalidFeedbackDTO was provided.
FeedbackNotFound InvalidFeedbackDTO = 606000InvalidServiceId = 606001Adding a new feedback survey failed.
AddFeedbackFailed = 606001Get feedback by service id failed.
GetFeedbackFailed = 606002Get feedback count by service id failed.
GetFeedbackByCountFailed = 606003
File Attachments Controller (607000-607999)
...