POST api/Tyremanagement/ADD_tyremaster_allocate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'tryesave'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true