All URIs are relative to **
Method | HTTP request | Description |
---|---|---|
inventoryLinksContractByLinkidAndContractidGet | GET /1.0.0/inventory/links/{linkid}/contract/{contractid} | Get active Contract by ContractID |
inventoryLinksContractByLinkidAndContractidPut | PUT /1.0.0/inventory/links/{linkid}/contract/{contractid} | Update active Contract by ContractID |
inventoryLinksContractByLinkidPost | POST /1.0.0/inventory/links/{linkid}/contract | Create new Contract on specified link |
Get active Contract by ContractID
Get active Contract by ContractID
TelstraTPN inventoryLinksContractByLinkidAndContractidGet linkid=value contractid=value
Name | Type | Description | Notes |
---|---|---|---|
linkid | string | Unique identifier representing a specific link | |
contractid | string | Unique identifier representing a specific contract |
InventoryLinksContractResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Update active Contract by ContractID
Update active Contract by ContractID
TelstraTPN inventoryLinksContractByLinkidAndContractidPut linkid=value contractid=value
Name | Type | Description | Notes |
---|---|---|---|
linkid | string | Unique identifier representing a specific link | |
contractid | string | Unique identifier representing a specific contract | |
body | InventoryLinksContractRequest | [optional] |
InventoryLinksContractResponse33
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Create new Contract on specified link
Create new Contract on specified link
TelstraTPN inventoryLinksContractByLinkidPost linkid=value
Name | Type | Description | Notes |
---|---|---|---|
linkid | string | Unique identifier representing a specific link | |
body | InventoryLinksContractRequest37 | [optional] |
array[InventoryLinksContractResponse38]
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]