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