Get a Contract By Reference
Retrieves a contract based on the contract reference. Returns the contract Id and the contract reference.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ContractsByReference | Required |
ContractReference | String | Contract reference. | Required |
Example
- Request
- Response
https://webservice.bigchange.com/v01/services.ashx?action=contractsbyreference
{
"Code": 0,
"Result": [
{
"Item1": "%%TODO%%",
"Item2": "Set",
"Item3": ""
}
]
}