> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/basic-types/apiresponse.md).

# APIResponse

The APIResponse model indicates if the API Call is a Success or not

| Field     | Type     | Description                  |
| --------- | -------- | ---------------------------- |
| `Code`    | `sbyte`  | Status code (0 = OK)         |
| `Message` | `string` | Status Message(Success = OK) |
