Promotion_edit - Ourdus/Ourdus GitHub Wiki

Request

{
  "description": "string",
  "end_date": "2021-02-16T11:41:08.529Z",
  "id": 0,
  "image": "string",
  "name": "string",
  "start_date": "2021-02-16T11:41:08.529Z"
}

Response

Success

{
  "success": true,
  "response": {
    "id": 1,
    "name": "string",
    "description": "string",
    "start_date": "2021-02-16T11:41:08.529",
    "end_date": "2021-02-16T11:41:08.529",
    "image": "string"
  },
  "apiError": null
}

Fail

{
"success": false,
"response": null,
"apiError": {
    "message": "error message",
    "status": 404
}}