ResponseStatusCode
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Identification of the ResponseStatusCode |
code | string | true | Code of the ResponseStatusCode |
name | string | true | Name of the ResponseStatusCode |
JSON representation
{ "id": 1, "code": "1", "name": "Success" }