© 2024 Clarivate
GET /api/.../serialissues/{id}/claim
Returns the issue record's claim details with claim history and supplier information.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the serial issue record. |
{
"ClaimId": 3902,
"SupplierID": 61,
"ClaimReasonID": 1,
"VendorTitleNumber": null,
"Response": null,
"PONumber": null,
"Reminder": false,
"CALDate": "2011-05-11T00:00:00-04:00",
"CycleNumber": "5 of 5",
"ClmNote": null,
"ClaimHistory": [
{
"ClaimId": 3902,
"HistoryDate": "2012-01-21T08:00:01.303-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed",
"Quantity": 1,
"ClmCycleNum": 5,
"ClmActionID": 1
},
{
"ClaimId": 3902,
"HistoryDate": "2012-01-20T08:00:01.213-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed",
"Quantity": 1,
"ClmCycleNum": 4,
"ClmActionID": 1
},
{
"ClaimId": 3902,
"HistoryDate": "2012-01-19T08:00:01.55-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed",
"Quantity": 1,
"ClmCycleNum": 3,
"ClmActionID": 1
},
{
"ClaimId": 3902,
"HistoryDate": "2012-01-18T08:00:01.047-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed",
"Quantity": 1,
"ClmCycleNum": 2,
"ClmActionID": 1
},
{
"ClaimId": 3902,
"HistoryDate": "2012-01-17T08:00:01.257-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed (Initial)",
"Quantity": 1,
"ClmCycleNum": 1,
"ClmActionID": 2
}
],
"Supplier": {
"SupplierID": 61,
"CreationDate": "2005-05-16T15:03:37.88-04:00",
"CreatorID": 1,
"DataFormatsAccepted": null,
"DefJobber": null,
"ElecCommFlag": false,
"EncLimPerItem": 0,
"EncLimPerOrder": 0,
"EncLimTotEnc": 0,
"ExchangePartner": false,
"ExpLimPerItem": 0,
"ExpLimPerOrder": 0,
"ExpLimTotExp": 0,
"LBAcctNumber": "12345678901234567",
"ModifierID": 1,
"RecordName": "BLACKCAT",
"Rounding": 0,
"SupplierName": "BLACK CAT PRESS",
"SupplierSAN": null,
"SupplierSANSuf": null,
"SupplierSANPre": null,
"TotCurrEnc": 0,
"TotExp": 0,
"OrganizationID": 103,
"Note": null,
"LastTransaction": "2018-05-02T10:34:34.61-04:00",
"DiscRate": 0,
"PlanNote": "plan name",
"MaxClaims": 1,
"ClmWtPer1": 1,
"ClmWtPer2": 0,
"ClmWtPer3": 0,
"ClmWtPer4": 0,
"ClmWtPer5": 0,
"ClmNoticeInd": true,
"CanNoticeInd": true,
"AutoCancelInd": true,
"CanWtPer": 1,
"DeliveryOptionId": 2,
"CurrencyID": 1,
"ExternalID": "0000039286"
}
}
Code | Description |
---|---|
200 | OK. Success |
400 | Bad request |
Permission IDs found here.
CR_AccessSerials_Allow (), CR_SerialIssuesStandingOrderParts_Access (based on owner ID)