POST v1/test/tc?tc={tc}&ad={ad}&soyad={soyad}&yil={yil}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tc | integer |
Required |
|
ad | string |
Required |
|
soyad | string |
Required |
|
yil | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseMetaResultModelOfObjectName | Description | Type | Additional information |
---|---|---|---|
response | Object |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": {}, "meta": { "status_code": 1, "status_message": "sample string 2" } }