POST v2/repairComponent/save
Request Information
URI Parameters
None.
Body Parameters
OperationRepairComponentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FlagTypeID | integer |
None. |
|
| Barcode | string |
None. |
|
| OldComponentBarcode | string |
None. |
|
| ComponentBarcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"flagTypeID": 1,
"barcode": "sample string 2",
"oldComponentBarcode": "sample string 3",
"componentBarcode": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.