POST v6/flagType/save
Request Information
URI Parameters
None.
Body Parameters
FlagTypeModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| FlagTypeId | integer |
None. |
|
| FlagType | string |
None. |
|
| ExternalId | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsAdmin | boolean |
None. |
|
| IsInspection | boolean |
None. |
|
| IsReceiving | boolean |
None. |
|
| IsRefurbishment | boolean |
None. |
|
| IsRepair | boolean |
None. |
|
| IsrepairComponent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"flagTypeId": 1,
"flagType": "sample string 2",
"externalId": "sample string 3",
"isActive": true,
"isAdmin": true,
"isInspection": true,
"isReceiving": true,
"isRefurbishment": true,
"isRepair": true,
"isrepairComponent": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.