POST api/SetGH_HarasSP
Request Information
URI Parameters
None.
Body Parameters
param_SetGH_HarasSP| Name | Description | Type | Additional information |
|---|---|---|---|
| accion | string |
None. |
|
| id | integer |
None. |
|
| codigo | string |
None. |
|
| descripcion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"accion": "sample string 1",
"id": 2,
"codigo": "sample string 3",
"descripcion": "sample string 4"
}
application/xml, text/xml
Sample:
<Clases.param_SetGH_HarasSP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_geship.Models.GesHip_DB"> <accion>sample string 1</accion> <codigo>sample string 3</codigo> <descripcion>sample string 4</descripcion> <id>2</id> </Clases.param_SetGH_HarasSP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SetGH_HarasSP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": 1,
"Error": "sample string 1"
},
{
"Code": 1,
"Error": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfSetGH_HarasSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_geship.Models.GesHip_DB">
<SetGH_HarasSP_Result>
<Code>1</Code>
<Error>sample string 1</Error>
</SetGH_HarasSP_Result>
<SetGH_HarasSP_Result>
<Code>1</Code>
<Error>sample string 1</Error>
</SetGH_HarasSP_Result>
</ArrayOfSetGH_HarasSP_Result>