POST Advanced/DatosGlobalesCCM
Request Information
URI Parameters
None.
Body Parameters
SintiaAdvanceDatosGlobalesCCM| Name | Description | Type | Additional information |
|---|---|---|---|
| NART | integer |
None. |
|
| DespachoId | integer |
None. |
|
| IDDT | string |
None. |
|
| MCCM | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NART": 1,
"DespachoId": 1,
"IDDT": "sample string 2",
"MCCM": "sample string 3"
}
application/xml, text/xml
Sample:
<SintiaAdvanceDatosGlobalesCCM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alpha.AutomatizadorMaria.Modelo.View"> <DespachoId>1</DespachoId> <IDDT>sample string 2</IDDT> <MCCM>sample string 3</MCCM> <NART>1</NART> </SintiaAdvanceDatosGlobalesCCM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SintiaAdvanceResultado| Name | Description | Type | Additional information |
|---|---|---|---|
| Exito | boolean |
None. |
|
| Descripcion | string |
None. |
|
| o | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.