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": "97a4a87f-f80b-45ba-8175-0407e65c1a81",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "5232486c-a04c-4e82-8ed7-feddfd85917e",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "e0d642c0-158c-4322-81c9-d94ed780e946",
"Key": "sample string 1"
},
"Topic": {
"Id": "bff53ce1-dc8d-453d-9d52-3cdd58479020",
"Key": "sample string 1"
},
"Target": {
"Id": "02dae603-14e6-4e50-9478-492432330338",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"22bbfd27-046a-4048-9818-ea970a87b268",
"7b123f8f-c51a-4bce-96d9-29c48381c83f"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "05e87978-b562-46f4-8106-0bc6d9b9b078",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}