POST Admin/Delete_Car_Type?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Car_TypeName | Description | Type | Additional information |
---|---|---|---|
CAR_TYPE_ID | integer |
None. |
|
CAR_TYPE_CODE | string |
None. |
|
CAR_TYPE_NAME | string |
None. |
|
CAR_TYPE_DESCRIPTION | string |
None. |
|
BELONG_TO | boolean |
None. |
|
Models | Collection of Car_Model |
None. |
Request Formats
application/json, text/json
Sample:
{ "CAR_TYPE_ID": 1, "CAR_TYPE_CODE": "sample string 2", "CAR_TYPE_NAME": "sample string 3", "CAR_TYPE_DESCRIPTION": "sample string 4", "BELONG_TO": true, "Models": [ { "CAR_MODEL_ID": 1, "CAR_TYPE_ID": 2, "CAR_MODEL_CODE": "sample string 3", "CAR_MODEL_NAME": "sample string 4", "CAR_MODEL_DESCRIPTION": "sample string 5", "CAR_TYPE_NAME": "sample string 6" }, { "CAR_MODEL_ID": 1, "CAR_TYPE_ID": 2, "CAR_MODEL_CODE": "sample string 3", "CAR_MODEL_NAME": "sample string 4", "CAR_MODEL_DESCRIPTION": "sample string 5", "CAR_TYPE_NAME": "sample string 6" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Car_TypeName | Description | Type | Additional information |
---|---|---|---|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ExceptionMsg": "sample string 1" }