POST v2/repair/saveMaterial/{parentBarcode}/{componentBarcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentBarcode | string |
Required |
|
| componentBarcode | string |
Required |
Body Parameters
Collection of FlagTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FlagTypeID |
Unique identifier of the Flag Type |
integer |
None. |
| FlagType |
Description of the Flag Type |
string |
None. |
| IsActive |
Indicates if Flag Type is active |
boolean |
None. |
| IsSystem |
Indicates if Flag Type is a system Flag Type |
boolean |
None. |
| IsCleared | boolean |
None. |
|
| IsDefault | boolean |
None. |
|
| IsRepair | boolean |
None. |
|
| IsAdmin | boolean |
None. |
|
| IsRepairComponent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"flagTypeID": 1,
"flagType": "sample string 2",
"isActive": true,
"isSystem": true,
"isCleared": true,
"isDefault": true,
"isRepair": true,
"isAdmin": true,
"isRepairComponent": true
},
{
"flagTypeID": 1,
"flagType": "sample string 2",
"isActive": true,
"isSystem": true,
"isCleared": true,
"isDefault": true,
"isRepair": true,
"isAdmin": true,
"isRepairComponent": true
}
]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.