POST Advanced/InsertCCM
Request Information
URI Parameters
None.
Body Parameters
SintiaAdvanceCCM| Name | Description | Type | Additional information |
|---|---|---|---|
| DespachoId | integer |
None. |
|
| ID | integer |
None. |
|
| IDDT | string |
None. |
|
| NART | decimal number |
None. |
|
| CCCM | string |
None. |
|
| MCCM | string |
None. |
|
| DESARROLLO | decimal number |
None. |
|
| CCCMNART | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DespachoId": 1,
"ID": 2,
"IDDT": "sample string 3",
"NART": 1.1,
"CCCM": "sample string 4",
"MCCM": "sample string 5",
"DESARROLLO": 1.1,
"CCCMNART": "sample string 6"
}
application/xml, text/xml
Sample:
<SintiaAdvanceCCM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alpha.AutomatizadorMaria.Modelo.View"> <CCCM>sample string 4</CCCM> <CCCMNART>sample string 6</CCCMNART> <DESARROLLO>1.1</DESARROLLO> <DespachoId>1</DespachoId> <ID>2</ID> <IDDT>sample string 3</IDDT> <MCCM>sample string 5</MCCM> <NART>1.1</NART> </SintiaAdvanceCCM>
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.