...
Supported Methods |
|
---|---|
Endpoint Location |
|
Endpoint Parameters | |
:library_group_id | Replace the :library_group_id portion of the endpoint path with the id # of your library group |
Mandatory Body | These must appear in the body of the POST in an element named `data ` |
type | String - This should be the value |
articleId | Integer - The Third Iron ID of the article. Only one ID can be supplied. |
requesterLibraryId | Integer - This is the Third Iron ID of your library, to indicate from where the fulfillment request is arriving. |
requesterEmail | String - This is the email address to which you would like the fulfillment response to arrive. |
lenderLibraryId | Integer - This is the library ID from which you would like to attempt to borrow the article. This typically should be captured by using the “Check the availability of an article in a library group” endpoint documented above. |
customReference | String - Empty string, or a value if you would like to store a unique identifier for your fulfillment request. |
...