POST api/ubicacion/ZPSFMPROJECTMAINTAIN
Request Information
URI Parameters
None.
Body Parameters
Collection of HEADER| Name | Description | Type | Additional information |
|---|---|---|---|
| DEFINICION | string |
Required String length: inclusive between 0 and 24 |
|
| DESCRIPCION | string |
Required String length: inclusive between 0 and 40 |
|
| SOCIEDAD | string |
Required String length: inclusive between 0 and 4 |
|
| CENTRO | string |
Required String length: inclusive between 0 and 4 |
|
| CTO_BENEF | string |
Required String length: inclusive between 0 and 10 |
|
| HD_DETAILS | Collection of HD_DETAIL |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"DEFINICION": "sample string 1",
"DESCRIPCION": "sample string 2",
"SOCIEDAD": "sample string 3",
"CENTRO": "sample string 4",
"CTO_BENEF": "sample string 5",
"HD_DETAILS": [
{
"NIVEL": "sample string 1",
"ELEMENTO_PEP": "sample string 2",
"DESCRIPCION_ESTRUCTURA": "sample string 3"
},
{
"NIVEL": "sample string 1",
"ELEMENTO_PEP": "sample string 2",
"DESCRIPCION_ESTRUCTURA": "sample string 3"
}
]
},
{
"DEFINICION": "sample string 1",
"DESCRIPCION": "sample string 2",
"SOCIEDAD": "sample string 3",
"CENTRO": "sample string 4",
"CTO_BENEF": "sample string 5",
"HD_DETAILS": [
{
"NIVEL": "sample string 1",
"ELEMENTO_PEP": "sample string 2",
"DESCRIPCION_ESTRUCTURA": "sample string 3"
},
{
"NIVEL": "sample string 1",
"ELEMENTO_PEP": "sample string 2",
"DESCRIPCION_ESTRUCTURA": "sample string 3"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfHEADER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO">
<HEADER>
<CENTRO>sample string 4</CENTRO>
<CTO_BENEF>sample string 5</CTO_BENEF>
<DEFINICION>sample string 1</DEFINICION>
<DESCRIPCION>sample string 2</DESCRIPCION>
<HD_DETAILS>
<HD_DETAIL>
<DESCRIPCION_ESTRUCTURA>sample string 3</DESCRIPCION_ESTRUCTURA>
<ELEMENTO_PEP>sample string 2</ELEMENTO_PEP>
<NIVEL>sample string 1</NIVEL>
</HD_DETAIL>
<HD_DETAIL>
<DESCRIPCION_ESTRUCTURA>sample string 3</DESCRIPCION_ESTRUCTURA>
<ELEMENTO_PEP>sample string 2</ELEMENTO_PEP>
<NIVEL>sample string 1</NIVEL>
</HD_DETAIL>
</HD_DETAILS>
<SOCIEDAD>sample string 3</SOCIEDAD>
</HEADER>
<HEADER>
<CENTRO>sample string 4</CENTRO>
<CTO_BENEF>sample string 5</CTO_BENEF>
<DEFINICION>sample string 1</DEFINICION>
<DESCRIPCION>sample string 2</DESCRIPCION>
<HD_DETAILS>
<HD_DETAIL>
<DESCRIPCION_ESTRUCTURA>sample string 3</DESCRIPCION_ESTRUCTURA>
<ELEMENTO_PEP>sample string 2</ELEMENTO_PEP>
<NIVEL>sample string 1</NIVEL>
</HD_DETAIL>
<HD_DETAIL>
<DESCRIPCION_ESTRUCTURA>sample string 3</DESCRIPCION_ESTRUCTURA>
<ELEMENTO_PEP>sample string 2</ELEMENTO_PEP>
<NIVEL>sample string 1</NIVEL>
</HD_DETAIL>
</HD_DETAILS>
<SOCIEDAD>sample string 3</SOCIEDAD>
</HEADER>
</ArrayOfHEADER>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.