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": "86e1a49f-a0e7-446c-a024-55d22cf23247",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "392b99b9-6078-41ff-80fd-3152a37f4d0a",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "76232087-a58e-4f0d-a5a0-85f23b23ddc4",
"Key": "sample string 1"
},
"Topic": {
"Id": "4262acef-472a-431a-96fe-2cef400c2e2a",
"Key": "sample string 1"
},
"Target": {
"Id": "c98fb6d3-3d5f-4c98-8ead-835b92120823",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"d63e6557-b792-4f25-be1e-de1a0ce353fe",
"2d8c0e03-de0b-416e-9114-58e580764040"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "9b16cd0b-299a-4e8d-9335-a0e1cbd6f9c9",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}