POST api/Gc?gcZone_Id={gcZone_Id}&store_Token={store_Token}&UserName={UserName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gcZone_Id | integer |
Required |
|
| store_Token | string |
Required |
|
| UserName | string |
Required |
Body Parameters
PGManager| Name | Description | Type | Additional information |
|---|---|---|---|
| DBConnPG | NpgsqlConnection |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBConnPG": null
}
application/xml, text/xml
Sample:
<PGManager xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnection" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>