ResponseStatusCode

Structure

FieldTypeRequiredDescription
idint trueIdentification of the ResponseStatusCode
codestringtrueCode of the ResponseStatusCode
namestringtrueName of the ResponseStatusCode

JSON representation

{
    "id": 1,
	"code": "1",
	"name": "Success"
}