POST api/presupuesto/presupuestoEnviarSap
Request Information
URI Parameters
None.
Body Parameters
ItemPresupuestoEnviarSapName | Description | Type | Additional information |
---|---|---|---|
ProyectoCode | string |
Required |
|
Usuario | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProyectoCode": "sample string 1", "Usuario": "sample string 2" }
application/xml, text/xml
Sample:
<ItemPresupuestoEnviarSap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models.Presupuesto"> <ProyectoCode>sample string 1</ProyectoCode> <Usuario>sample string 2</Usuario> </ItemPresupuestoEnviarSap>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.