GET api/ProductIsbn/api/ProductIsbn/{isbn}
Is curent isbn avaliable to use.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isbn |
Isbn |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Information if current isbn is used
ApiResponseOfGetIsProductIsbnAvailableResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | GetIsProductIsbnAvailableResponse |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"IsIsbnAvailable": true,
"Product": {
"ProductId": "2cb7cd2f-00d5-4423-a8d3-870f1a21059e",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "b163805b-7fdc-495d-8d02-f574b50d8e6c",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "36605612-28c3-4e6b-bd35-cf1ff24c1e8c",
"Key": "sample string 1"
},
"Topic": {
"Id": "e52e212a-eff7-4503-8c59-af66e19758aa",
"Key": "sample string 1"
},
"Target": {
"Id": "e92188af-9e4f-4175-a6fc-c68263ad0951",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"9934c517-6000-4f56-8624-3a60b169c676",
"65f97619-ae19-45a7-8551-c123907ac834"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "a9273796-4f82-4413-8aa7-6780b5494d97",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}