POST api/RegistroAgenda_Google
Request Information
URI Parameters
None.
Body Parameters
TB_RelAgendaProveedor| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| access_token | string |
None. |
|
| refresh_token | string |
None. |
|
| scope | string |
None. |
|
| expiry_date | string |
None. |
|
| idProveedor | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "234616ce-9a1f-45af-9488-f46f8aad64e2",
"access_token": "sample string 1",
"refresh_token": "sample string 2",
"scope": "sample string 3",
"expiry_date": "sample string 4",
"idProveedor": "2454bff0-93fd-46c5-b105-9936700396c6"
}
application/xml, text/xml
Sample:
<TB_RelAgendaProveedor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiRadar"> <Id>234616ce-9a1f-45af-9488-f46f8aad64e2</Id> <access_token>sample string 1</access_token> <expiry_date>sample string 4</expiry_date> <idProveedor>2454bff0-93fd-46c5-b105-9936700396c6</idProveedor> <refresh_token>sample string 2</refresh_token> <scope>sample string 3</scope> </TB_RelAgendaProveedor>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiRadar"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>