Forum Discussion

jamalWebDev's avatar
jamalWebDev
Occasional Visitor
2 years ago

Structuring models

Hello everyone, I want to structure the models in this way. Example:
```
Request

       Order

             -> Status
            -> Create
            -> Cancel

```
Within these schemas, I simply describe the parameters of a POST or GET request. I will be grateful for the information

No RepliesBe the first to reply