Import Profile

Import Embedded Item Information

GET /api/.../importprofile/{id}/embeddeditem

Return Import Embedded Item Information.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the Import Profile.

Response Information

Example
application/json, text/json
{
        "HoldingsTagNumber": "222",
        "AssignedBranch": "a",
        "AssignedCollection": "a",
        "Barcode": "a",
        "CallNumberPrefix": "a",
        "CallNumberSuffix": "a",
        "ClassificationNumber": "a",
        "CopyNumber": "a",
        "CutterNumber": "a",
        "DisplayInPAC": "a",
        "FineCode": "a",
        "FreeTextBlock": "a",
        "FundingSource": "a",
        "Holdable": "a",
        "CircStatus": "a",
        "LoanableOutsideSystem": "a",
        "LoanPeriodCode": "a",
        "LibraryAssignedBlock": "a",
        "MaterialType": "a",
        "NameOfPiece": "a",
        "NonCirculating": "a",
        "NonPublicNote": "a",
        "OwningBranch": "a",
        "PhysicalCondition": "a",
        "POLISegmentID": "a",
        "Price": "a",
        "PublicNote": "a",
        "RenewalLimit": "a",
        "ShelfLocation": "a",
        "ShelvingScheme": "a",
        "StatisticalCode": "a",
        "TemporaryShelfLocation": "a",
        "VolumeNumber": "a"
}

HTTP Response Codes

Code Description
200 OK. Success
400 Error occurred.