POST api/TblUsedRepairProduct/AddRepairProduct

Request Information

URI Parameters

None.

Body Parameters

tbl_UsedRepairProduct
NameDescriptionTypeAdditional information
PDetailsId

integer

None.

ProductId

integer

None.

Quantity

integer

None.

Remark

string

None.

RegisterId

integer

None.

ComplaintId

integer

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PDetailsId": 1,
  "ProductId": 1,
  "Quantity": 1,
  "Remark": "sample string 2",
  "RegisterId": 1,
  "ComplaintId": 1,
  "CreatedDate": "2026-02-05T19:48:28.3948255+05:30"
}

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 'tbl_UsedRepairProduct'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.