POST Susuerte/Payer/UpdatePayer
Request Information
URI Parameters
None.
Body Parameters
RequestUpdatePayerM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdToken | string |
None. |
|
| idcontact | string |
None. |
|
| emailcontact | string |
None. |
|
| telephonecontact | string |
None. |
|
| TipoIdentificacion | string |
None. |
|
| Sexo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdToken": "sample string 1",
"idcontact": "sample string 2",
"emailcontact": "sample string 3",
"telephonecontact": "sample string 4",
"TipoIdentificacion": "sample string 5",
"Sexo": "sample string 6"
}
application/xml, text/xml
Sample:
<RequestUpdatePayerM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_SUSUERTE.Models"> <IdToken>sample string 1</IdToken> <Sexo>sample string 6</Sexo> <TipoIdentificacion>sample string 5</TipoIdentificacion> <emailcontact>sample string 3</emailcontact> <idcontact>sample string 2</idcontact> <telephonecontact>sample string 4</telephonecontact> </RequestUpdatePayerM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseGeneric| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponseData | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 200,
"ResponseMessage": "sample string 1",
"ResponseData": {}
}
application/xml, text/xml
Sample:
<SavingModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_SUSUERTE.Models"> <ResponseCode>OK</ResponseCode> <ResponseData /> <ResponseMessage>sample string 1</ResponseMessage> </SavingModels.ResponseGeneric>