POST api/ProyectoPS
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
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />