POST Object/RemoveSeal

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OBJECTID": "sample string 1",
  "SEALID": "sample string 2"
}

application/xml, text/xml

Sample:
<SealAndObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OBJECTID>sample string 1</OBJECTID>
  <SEALID>sample string 2</SEALID>
</SealAndObject>

application/x-www-form-urlencoded

Sample:

Sample not available.