Skip to content

Latest commit

 

History

History
111 lines (68 loc) · 3.55 KB

ContractsApi.md

File metadata and controls

111 lines (68 loc) · 3.55 KB

ContractsApi

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

inventoryLinksContractByLinkidAndContractidGet

Get active Contract by ContractID

Get active Contract by ContractID

Example

TelstraTPN inventoryLinksContractByLinkidAndContractidGet linkid=value contractid=value

Parameters

Name Type Description Notes
linkid string Unique identifier representing a specific link
contractid string Unique identifier representing a specific contract

Return type

InventoryLinksContractResponse

Authorization

auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

inventoryLinksContractByLinkidAndContractidPut

Update active Contract by ContractID

Update active Contract by ContractID

Example

TelstraTPN inventoryLinksContractByLinkidAndContractidPut linkid=value contractid=value

Parameters

Name Type Description Notes
linkid string Unique identifier representing a specific link
contractid string Unique identifier representing a specific contract
body InventoryLinksContractRequest [optional]

Return type

InventoryLinksContractResponse33

Authorization

auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

inventoryLinksContractByLinkidPost

Create new Contract on specified link

Create new Contract on specified link

Example

TelstraTPN inventoryLinksContractByLinkidPost linkid=value

Parameters

Name Type Description Notes
linkid string Unique identifier representing a specific link
body InventoryLinksContractRequest37 [optional]

Return type

array[InventoryLinksContractResponse38]

Authorization

auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]