All URIs are relative to https://penapi.pacnetconnect.com
Method | HTTP request | Description |
---|---|---|
InventoryLinkPost | Post /1.0.0/inventory/link | Create Link and initial Contract |
InventoryLinksByLinkidGet | Get /1.0.0/inventory/links/{linkid} | Get details of specified link |
InventoryLinksCustomerByCustomeruuidGet | Get /1.0.0/inventory/links/customer/{customeruuid} | Get active Links |
InventoryLinksHistoryByLinkidGet | Get /1.0.0/inventory/links/history/{linkid} | Get Link history |
InventoryLinkResponse InventoryLinkPost(ctx, optional) Create Link and initial Contract
Create Link and initial Contract
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
body | InventoryLinkRequest |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InventoryLinksResponse InventoryLinksByLinkidGet(ctx, linkid) Get details of specified link
Get details of specified link
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
linkid | string | Unique identifier representing a specific link |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Link InventoryLinksCustomerByCustomeruuidGet(ctx, customeruuid) Get active Links
Get active Links
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
customeruuid | string | Unique identifier representing a specific customer |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InventoryLinksHistoryResponse InventoryLinksHistoryByLinkidGet(ctx, linkid) Get Link history
Get Link history
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
linkid | string | Unique identifier representing a specific link |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]