POST api/Servicios?servicio={servicio}&resultadoConsultaDocumentosSicas={resultadoConsultaDocumentosSicas}&db={db}&coleccion={coleccion}&objectId={objectId}&tipoDeVista={tipoDeVista}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| servicio | string |
Required |
|
| resultadoConsultaDocumentosSicas | string |
Default value is |
|
| db | string |
Default value is |
|
| coleccion | string |
Default value is |
|
| objectId | string |
Default value is |
|
| tipoDeVista | string |
Default value is |
|
| token | string |
Default value is |
Body Parameters
XElement| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstAttribute | XAttribute |
None. |
|
| HasAttributes | boolean |
None. |
|
| HasElements | boolean |
None. |
|
| IsEmpty | boolean |
None. |
|
| LastAttribute | XAttribute |
None. |
|
| Name | XName |
None. |
|
| NodeType | XmlNodeType |
None. |
|
| Value | string |
None. |
|
| FirstNode | XNode |
None. |
|
| LastNode | XNode |
None. |
|
| NextNode | XNode |
None. |
|
| PreviousNode | XNode |
None. |
|
| BaseUri | string |
None. |
|
| Document | XDocument |
None. |
|
| Parent | XElement |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>