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": "c780de50-f8ae-491e-a226-bef6ca749af1",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "5653d2f0-8a07-476d-99f9-8f7c16b2c25f",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "2bb06da3-6ec4-40ba-9719-598acda9147e",
"Key": "sample string 1"
},
"Topic": {
"Id": "1546f7e7-9139-43da-9e9b-60dfe6cee34f",
"Key": "sample string 1"
},
"Target": {
"Id": "0e5498fa-285c-4a69-a9c7-60ac8e25cc39",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"ab45a7c9-a035-4928-8edd-1abdfeb6f95f",
"17ecdc90-040d-4e08-a672-c00a6d4ad129"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "17cb960f-351e-4f8d-97be-4004dae922e8",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}