POST api/SignedUrl/SggsSignedUrl
Request Information
URI Parameters
None.
Body Parameters
AudioRequestSggs| Name | Description | Type | Additional information |
|---|---|---|---|
| AppName | string |
None. |
|
| UserCode | string |
None. |
|
| Token | string |
None. |
|
| AngNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppName": "sample string 1",
"UserCode": "sample string 2",
"Token": "sample string 3",
"AngNumber": 4
}
Response Information
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.