POST Operator/Activate_Special_Offer?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Activate_Special_Offer| Name | Description | Type | Additional information |
|---|---|---|---|
| SPECIAL_OFFER_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SPECIAL_OFFER_ID": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Special_Offer| Name | Description | Type | Additional information |
|---|---|---|---|
| My_Result | Special_Offer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"My_Result": {
"REQUESTS_COUNT": 1,
"SPECIAL_OFFER_ID": 2,
"SUPPLIER_ID": 3,
"CAR_TYPE_ID": 4,
"CAR_MODEL_ID": 5,
"CATEGORY_ID": 6,
"CAR_YEAR": 7,
"DESCRIPTION": "sample string 8",
"SERIAL_NUMBER": "sample string 9",
"ADDRESS_ID": 1,
"CREATE_DATE": "sample string 10",
"CREATE_OPERATOR": "sample string 11",
"CREATE_OPERATOR_ID": 1,
"STATUS": 12,
"CAR_TYPE_NAME": "sample string 13",
"CAR_MODEL_NAME": "sample string 14",
"CATEGORY_NAME": "sample string 15",
"CAR_TYPE_DESCRIPTION": "sample string 16",
"SUPPLIER_NAME": "sample string 17",
"OE_NUMBER_DESCRIPTION": "sample string 18",
"BRAND_NAME_DESCRIPTION": "sample string 19",
"BRAND_NUMBER_DESCRIPTION": "sample string 20",
"QUANTITY": "sample string 21"
},
"ExceptionMsg": "sample string 1"
}