POST api/TblUsedServiceProduct/AddServiceProduct
Request Information
URI Parameters
None.
Body Parameters
tbl_UsedServiceProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| PDetailsId | integer |
None. |
|
| ProductId | integer |
None. |
|
| Quantity | integer |
None. |
|
| Remark | string |
None. |
|
| RegisterId | integer |
None. |
|
| ServiceId | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PDetailsId": 1,
"ProductId": 1,
"Quantity": 1,
"Remark": "sample string 2",
"RegisterId": 1,
"ServiceId": 1,
"CreatedDate": "2026-02-05T19:47:36.501298+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |