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": "6509b670-3312-4c95-9b73-2aeb0d050230",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "81fd17f1-a711-41b0-898e-87a42909c972",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "b22c0909-e25f-418e-a524-c6dbe362bef3",
"Key": "sample string 1"
},
"Topic": {
"Id": "c64cfb35-d72b-41a9-b3a3-043ec31177de",
"Key": "sample string 1"
},
"Target": {
"Id": "a174f51a-b781-4ef7-9137-d348225e81b3",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"19b5a65c-d330-45ed-b56a-7b37325b737a",
"a6a0f33f-36b8-4fe1-92d8-a50d3a2cdfac"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "c2435a7f-e186-478a-9d67-6fe2a06309ba",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}