POST api/ProyectoPS/PostValidate
Request Information
URI Parameters
None.
Body Parameters
Collection of Proyecto_PS_InsertName | Description | Type | Additional 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:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |