Files
digifi-swagger/schemas/SMSResponse.json
2025-03-19 19:38:42 +01:00

24 lines
475 B
JSON

{
"type": "object",
"properties": {
"data": {
"type": "string",
"example": ""
},
"statusCode": {
"type": "integer",
"example": 200
},
"IsSuccessful": {
"type": "boolean",
"example": true
},
"errorMessage": {
"type": [
"string",
"null"
],
"example": null
}
}
}