POST {version}/Mitsubishi/App/CheckGtins
Checks the availability of the gtins.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
The view model that contains gtins.
GtinViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Gtins |
Gets or sets the gtins. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Gtins": "sample string 1"
}
application/xml, text/xml
Sample:
<GtinViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CPWebApi.Areas.Mitsubishi.ViewModels"> <Gtins>sample string 1</Gtins> </GtinViewModel>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |