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": "bf4f097c-9100-4518-8964-d6b53f3907e0",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "2d4d5078-b8af-474a-b860-f8059abe4f7f",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "11936e0c-c936-4cdc-9100-51fdd8714e7e",
"Key": "sample string 1"
},
"Topic": {
"Id": "b8c8d7f9-0432-4644-8112-0e3c188bdb54",
"Key": "sample string 1"
},
"Target": {
"Id": "857d0cfb-e79c-4319-9266-150cd5c0192e",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"ea5a29df-e499-4c9d-af77-a2fe81889b67",
"812ca072-7cdc-42cd-81ff-d4e6f9fefc6e"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "d9f5f71a-2693-407d-a455-118f72bf79f8",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}