GET v1/inboundReceipt/flagTypeList/{inboundReceiptID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inboundReceiptID

integer

Required

Body Parameters

None.

Response Information

Resource Description

FlagTypeModel
NameDescriptionTypeAdditional 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.

Response 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
}