POST {version}/Mitsubishi/App/CheckGtins

Checks the availability of the gtins.

Request Information

URI Parameters

Parameters description
NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

The view model that contains gtins.

GtinViewModel
Parameters description
NameDescriptionTypeAdditional 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
Parameters description
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.