POST api/Tyremanagement/ADD_tyremaster_allocate
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TYRE_ID": 1,
"Tyrenumber": "sample string 2",
"TYRE_IDLE_KMS": "sample string 3",
"TYRE_CURRENT_RUN_KMS": "sample string 4",
"TYRE_CURRENT_VEHICLENO": "sample string 5",
"TYRE_POSITION": "sample string 6",
"CategoryId": "sample string 7",
"TYRE_Issuedate": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true