POST api/Technician/Add_Exis_Productspsr
Request Information
URI Parameters
None.
Body Parameters
Add_Exis_ProductRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| customer_name | string |
None. |
|
| customer_mno | string |
None. |
|
| t_name | string |
None. |
|
| t_mno | string |
None. |
|
| product_name | string |
None. |
|
| product_exi | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"customer_name": "sample string 1",
"customer_mno": "sample string 2",
"t_name": "sample string 3",
"t_mno": "sample string 4",
"product_name": "sample string 5",
"product_exi": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.