| POST | /signup/application/session/existing |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Username | body | string | No | |
| Password | body | string | No | |
| IpAddress | body | string | No | |
| UserAgent | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| OpCode | form | int | No | |
| ErrorText | form | string | No | |
| Outcome | form | string | No | |
| Token | form | string | No | |
| StatusToken | form | string | No | |
| ExistingApplicationStatus | form | string | No | |
| DisplayName | form | string | No | |
| DefinitionId | form | long? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /signup/application/session/existing HTTP/1.1
Host: cdnapidev.greysheet.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"Username":"String","Password":"String","IpAddress":"String","UserAgent":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"OpCode":0,"ErrorText":"String","Outcome":"String","Token":"String","StatusToken":"String","ExistingApplicationStatus":"String","DisplayName":"String","DefinitionId":0}