Create Produk Hukum

To create the data in the specified collection with the specified parameters. When a JSON object is saved, the object properties are automatically added to the collection you specified.

Method : POST

URL : /produk-hukum

Body : Form Data

FieldTypeRequired
produkString✔️
tahunString✔️
attachmentFile/PDF✔️

Response : 200 OK

{
"message": "Success add produk hukum",
"status": 200
}

Response : 422 UNPROCESSABLE CONTENT

{
"error": {
"produk": ["Nama produk hukum tidak boleh kosong"],
"tahun": ["Tahun produk hukum tidak boleh kosong"],
"attachment": ["Attachment tidak boleh kosong"]
}
}

Response : 500 ERROR

Internal Server Error