GET api/Partner/ListPartnerService?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PartnerService| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceName | string |
None. |
|
| NavisionName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"serviceName": "sample string 1",
"navisionName": "sample string 2"
},
{
"serviceName": "sample string 1",
"navisionName": "sample string 2"
}
]