POST api/CarsCategories/Insert
Request Information
URI Parameters
None.
Body Parameters
CarCatInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Categ_Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Categ_Name": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfCarCatInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | CarCatInsertModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"Categ_Name": "sample string 1"
}
}