POST v6/flagType/save

Request Information

URI Parameters

None.

Body Parameters

FlagTypeModelv6
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.