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": "735c8bef-421a-4e0c-8086-73bec015d4e9",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "309d89cd-5620-4d15-a0fd-57af224b5359",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "2bfc18e1-4be1-4953-b092-0c1131a1f5b9",
"Key": "sample string 1"
},
"Topic": {
"Id": "b3c7b082-5181-4af4-b916-e1f0500930af",
"Key": "sample string 1"
},
"Target": {
"Id": "0aee0a45-237e-4840-80b8-8f4134892838",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"44f89d84-066b-4a50-866e-0225118f0203",
"26eb8a4e-6482-4095-8ec7-89641c3e51d2"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "bb1bec5e-0288-4b8d-af0c-f03ac2bdcb64",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}