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-08-31T15:10:29.3623514-04:00",
  "Serial": "sample string 3",
  "IdKey": "35c9d298-c47e-4146-973b-af93e54deb9a"
}

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-08-31T15:10:29.3623514-04:00</ClosureTime>
  <IdKey>35c9d298-c47e-4146-973b-af93e54deb9a</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/" />