POST api/CrearTerminal

Request Information

URI Parameters

None.

Body Parameters

NewTerminal
NameDescriptionTypeAdditional information
IdTerminal

string

None.

ClosureTime

date

None.

Serial

string

None.

IdKey

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "IdTerminal": "sample string 1",
  "ClosureTime": "2026-03-16T14:16:34.6776108-04:00",
  "Serial": "sample string 3",
  "IdKey": "9f324470-dff0-4cc6-8c92-740cde1dc511"
}

application/xml, text/xml

Sample:
<NewTerminal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brady__Api_.Models.Request.AffiliateBllController">
  <ClosureTime>2026-03-16T14:16:34.6776108-04:00</ClosureTime>
  <IdKey>9f324470-dff0-4cc6-8c92-740cde1dc511</IdKey>
  <IdTerminal>sample string 1</IdTerminal>
  <Serial>sample string 3</Serial>
</NewTerminal>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewTerminal'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />