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": "ac606563-ebe0-44c6-8ab1-41af94ac518a",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "a31c58e8-a97e-44d9-ab86-64f4d8408441",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "d06122c9-8e47-4bd6-a09b-1a126aef5850",
"Key": "sample string 1"
},
"Topic": {
"Id": "2ed24bc6-3bf9-4404-b718-3ec547e97180",
"Key": "sample string 1"
},
"Target": {
"Id": "3918f3fe-3244-46c3-898b-41b4c8edd4a0",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"SubProductIds": [
"180ac5bc-d267-48a7-b046-cbff419e67cc",
"b7f370e3-dea2-4265-869f-07ad6543a06b"
],
"IsSubscriptionProduct": true,
"ProductPim": {
"ProductPimId": "57d17246-9f0d-4bb4-82b3-5de526545c02",
"PimMediaTypeName": "sample string 2",
"PimMediaTypeNo": "sample string 3",
"PimCategory": "sample string 4",
"PimSubCategory": "sample string 5"
}
}
},
"Errors": [
"sample string 1",
"sample string 2"
]
}