POST CloseCheck

Request Information

URI Parameters

None.

Body Parameters

CloseCheckRequest
NameDescriptionTypeAdditional information
Key

string

None.

Guid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Key": "sample string 1",
  "Guid": "sample string 2"
}

application/xml, text/xml

Sample:
<CloseCheckRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yemek10.HesUp.Entity.Models">
  <Guid>sample string 2</Guid>
  <Key>sample string 1</Key>
</CloseCheckRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GeneralResult
NameDescriptionTypeAdditional information
Result

ResultType

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": 0,
  "ErrorMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<GeneralResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yemek10.HesUp.Entity.Models">
  <ErrorMessage>sample string 1</ErrorMessage>
  <Result>False</Result>
</GeneralResult>