POST api/PostLogVC
Request Information
URI Parameters
None.
Body Parameters
TB_LogVC| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| Proceso | string |
None. |
|
| Post | Object |
None. |
|
| Resp | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "a763eecf-7ad8-4350-ba80-6c1018fcf276",
"Proceso": "sample string 2",
"Post": {},
"Resp": {}
}
application/xml, text/xml
Sample:
<TB_LogVC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <Post /> <Proceso>sample string 2</Proceso> <Resp /> <id>a763eecf-7ad8-4350-ba80-6c1018fcf276</id> </TB_LogVC>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>