POST api/v1/UniversalMeta/GetPlaygameScript
Request Information
URI Parameters
None.
Body Parameters
PlaygameScript| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| company_id | integer |
None. |
|
| js_script_data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"company_id": 2,
"js_script_data": "sample string 3"
}
application/xml, text/xml
Sample:
<PlaygameScript xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UniversalMetaPages.Models.Entities"> <Id>1</Id> <company_id>2</company_id> <js_script_data>sample string 3</js_script_data> </PlaygameScript>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |