POST api/Persona/Ordenamiento
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Lista | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idClienteOrden": 1,
"idCliente": 2,
"idResponsable": 3,
"orden": 4,
"ChangeTracker": {
"$id": "3",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfClienteOrden xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<ClienteOrden z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<idCliente>2</idCliente>
<idClienteOrden>1</idClienteOrden>
<idResponsable>3</idResponsable>
<orden>4</orden>
</ClienteOrden>
<ClienteOrden z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
<ClienteOrden z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfClienteOrden>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>