POST api/InstitucionesAPI
Request Information
URI Parameters
None.
Body Parameters
InstitucionesAPIName | Description | Type | Additional information |
---|---|---|---|
idInstitucion | integer |
None. |
|
string |
Required String length: inclusive between 0 and 254 |
||
nombreInstitucion | string |
Required String length: inclusive between 0 and 250 |
|
motivoUsoAPI | string |
None. |
|
fechaGeneracionAPIKey | date |
Required Data type: DateTime |
|
apiKey | string |
Required |
|
TransaccionesAPI | Collection of TransaccionesAPI |
None. |
Request Formats
application/json, text/json
Sample:
{ "idInstitucion": 1, "email": "sample string 2", "nombreInstitucion": "sample string 3", "motivoUsoAPI": "sample string 4", "fechaGeneracionAPIKey": "2024-12-22T23:18:27.5054866+00:00", "apiKey": "sample string 6" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InstitucionesAPIName | Description | Type | Additional information |
---|---|---|---|
idInstitucion | integer |
None. |
|
string |
Required String length: inclusive between 0 and 254 |
||
nombreInstitucion | string |
Required String length: inclusive between 0 and 250 |
|
motivoUsoAPI | string |
None. |
|
fechaGeneracionAPIKey | date |
Required Data type: DateTime |
|
apiKey | string |
Required |
|
TransaccionesAPI | Collection of TransaccionesAPI |
None. |
Response Formats
application/json, text/json
Sample:
{ "idInstitucion": 1, "email": "sample string 2", "nombreInstitucion": "sample string 3", "motivoUsoAPI": "sample string 4", "fechaGeneracionAPIKey": "2024-12-22T23:18:27.5367442+00:00", "apiKey": "sample string 6" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.