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": "64067cc2-56d2-4505-9c80-860abb11713d",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "bb5a7a94-5b99-4c87-950e-0f91628b2adb",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "8a2c11a2-d557-45ea-b707-08a93a4267cd",
"Key": "sample string 1"
},
"Topic": {
"Id": "261b0cc2-5381-47e0-b543-bf73edd9ef92",
"Key": "sample string 1"
},
"Target": {
"Id": "ed5cd844-33a8-4a79-bda8-13569ec195e7",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"6198c0a1-4dbc-4724-ba35-e48dfe407561",
"4483c155-4a68-45f8-8346-1a11080e495a"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "157c9a96-c147-4327-9ded-a076677c979f",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}