POST api/TestComm/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
clsCommSMSInputData| Name | Description | Type | Additional information |
|---|---|---|---|
| Telefono | string |
None. |
|
| Mensaje | string |
None. |
|
| Key | string |
None. |
|
| UserName | string |
None. |
|
| GPSX | string |
None. |
|
| GPSY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Telefono": "sample string 1",
"Mensaje": "sample string 2",
"Key": "sample string 3",
"UserName": "sample string 4",
"GPSX": "sample string 5",
"GPSY": "sample string 6"
}
application/xml, text/xml
Sample:
<TestCommController.clsCommSMSInputData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BARTeCParKar.Controllers"> <GPSX xmlns="http://schemas.datacontract.org/2004/07/BARTeCParKar">sample string 5</GPSX> <GPSY xmlns="http://schemas.datacontract.org/2004/07/BARTeCParKar">sample string 6</GPSY> <UserName xmlns="http://schemas.datacontract.org/2004/07/BARTeCParKar">sample string 4</UserName> <Key>sample string 3</Key> <Mensaje>sample string 2</Mensaje> <Telefono>sample string 1</Telefono> </TestCommController.clsCommSMSInputData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
clsOutputBaseData| Name | Description | Type | Additional information |
|---|---|---|---|
| Estatus | boolean |
None. |
|
| RespCode | string |
None. |
|
| RespText | string |
None. |
|
| RespTimestamp | string |
None. |
Response Formats
application/json
Sample:
{
"Estatus": true,
"RespCode": "sample string 2",
"RespText": "sample string 3",
"RespTimestamp": "2026-04-17 06:55:46.924"
}
text/json
Sample:
{
"Estatus": true,
"RespCode": "sample string 2",
"RespText": "sample string 3",
"RespTimestamp": "2026-04-17 06:55:46.930"
}
application/xml, text/xml
Sample:
<clsOutputBaseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BARTeCParKar"> <Estatus>true</Estatus> <RespCode>sample string 2</RespCode> <RespText>sample string 3</RespText> </clsOutputBaseData>