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": "2025-12-16T23:49:49.13093-04:00",
  "Serial": "sample string 3",
  "IdKey": "c73c0ce5-144e-44e2-b8c0-2a7ce9525665"
}

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>2025-12-16T23:49:49.13093-04:00</ClosureTime>
  <IdKey>c73c0ce5-144e-44e2-b8c0-2a7ce9525665</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/" />