POST api/ProyectoPS/PostValidate

Request Information

URI Parameters

None.

Body Parameters

Collection of Proyecto_PS_Insert
NameDescriptionTypeAdditional information
PROPSproyecto

integer

None.

PROPSps

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "PROPSproyecto": 1,
    "PROPSps": "sample string 2"
  },
  {
    "PROPSproyecto": 1,
    "PROPSps": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProyecto_PS_Insert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Dynamics.Entidades.PAP">
  <Proyecto_PS_Insert>
    <PROPSproyecto>1</PROPSproyecto>
    <PROPSps>sample string 2</PROPSps>
  </Proyecto_PS_Insert>
  <Proyecto_PS_Insert>
    <PROPSproyecto>1</PROPSproyecto>
    <PROPSps>sample string 2</PROPSps>
  </Proyecto_PS_Insert>
</ArrayOfProyecto_PS_Insert>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.