POST api/ServiceDetails
Request Information
URI Parameters
None.
Body Parameters
ServiceDetailName | Description | Type | Additional information |
---|---|---|---|
ClientID | integer |
None. |
|
Service | string |
Required String length: inclusive between 0 and 50 |
|
PNode | string |
Required String length: inclusive between 0 and 50 |
|
CNode | string |
String length: inclusive between 0 and 50 |
|
ServiceID | integer |
None. |
|
dllObject | string |
String length: inclusive between 0 and 50 |
|
Process | string |
String length: inclusive between 0 and 50 |
|
Arguments | string |
String length: inclusive between 0 and 150 |
|
ServiceIDOrder | string |
String length: inclusive between 0 and 2 |
|
ClientService | string |
String length: inclusive between 0 and 50 |
|
ID | integer |
None. |
Request Formats
application/json, text/json
{ "ClientID": 1, "Service": "sample string 2", "PNode": "sample string 3", "CNode": "sample string 4", "ServiceID": 1, "dllObject": "sample string 5", "Process": "sample string 6", "Arguments": "sample string 7", "ServiceIDOrder": "sample string 8", "ClientService": "sample string 9", "ID": 10 }
application/xml, text/xml
<ServiceDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <Arguments>sample string 7</Arguments> <CNode>sample string 4</CNode> <ClientID>1</ClientID> <ClientService>sample string 9</ClientService> <ID>10</ID> <PNode>sample string 3</PNode> <Process>sample string 6</Process> <Service>sample string 2</Service> <ServiceID>1</ServiceID> <ServiceIDOrder>sample string 8</ServiceIDOrder> <dllObject>sample string 5</dllObject> </ServiceDetail>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
ServiceDetailName | Description | Type | Additional information |
---|---|---|---|
ClientID | integer |
None. |
|
Service | string |
Required String length: inclusive between 0 and 50 |
|
PNode | string |
Required String length: inclusive between 0 and 50 |
|
CNode | string |
String length: inclusive between 0 and 50 |
|
ServiceID | integer |
None. |
|
dllObject | string |
String length: inclusive between 0 and 50 |
|
Process | string |
String length: inclusive between 0 and 50 |
|
Arguments | string |
String length: inclusive between 0 and 150 |
|
ServiceIDOrder | string |
String length: inclusive between 0 and 2 |
|
ClientService | string |
String length: inclusive between 0 and 50 |
|
ID | integer |
None. |
Response Formats
application/json, text/json
{ "ClientID": 1, "Service": "sample string 2", "PNode": "sample string 3", "CNode": "sample string 4", "ServiceID": 1, "dllObject": "sample string 5", "Process": "sample string 6", "Arguments": "sample string 7", "ServiceIDOrder": "sample string 8", "ClientService": "sample string 9", "ID": 10 }
application/xml, text/xml
<ServiceDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <Arguments>sample string 7</Arguments> <CNode>sample string 4</CNode> <ClientID>1</ClientID> <ClientService>sample string 9</ClientService> <ID>10</ID> <PNode>sample string 3</PNode> <Process>sample string 6</Process> <Service>sample string 2</Service> <ServiceID>1</ServiceID> <ServiceIDOrder>sample string 8</ServiceIDOrder> <dllObject>sample string 5</dllObject> </ServiceDetail>