POST api/Associations
Request Information
URI Parameters
None.
Body Parameters
Association| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| AdultShortDistanceUserRate | decimal number |
None. |
|
| AdultLongDistanceUserRate | decimal number |
None. |
|
| ChildShortDistanceThreshold | decimal number |
None. |
|
| ChildLongDistanceThreshold | decimal number |
None. |
|
| StreetAddress1 | string |
None. |
|
| StreesAddress2 | string |
None. |
|
| Suburb | string |
None. |
|
| City | string |
None. |
|
| Province | integer |
None. |
|
| Country | integer |
None. |
|
| PostalCode | string |
None. |
|
| TelephoneNumber | string |
None. |
|
| Type | integer |
None. |
|
| Abbreviation | string |
None. |
|
| Long_Address | string |
None. |
|
| id | integer |
None. |
|
| isLongDistance | boolean |
None. |
|
| ChildLongDistanceUserRate | decimal number |
None. |
|
| ChildShortDistanceUserRate | decimal number |
None. |
|
| AdultShortDistanceThreshold | decimal number |
None. |
|
| AdultLongDistanceThreshold | decimal number |
None. |
|
| InfantShortDistanceUserRate | decimal number |
None. |
|
| InfantLongDistanceUserRate | decimal number |
None. |
|
| InfantLongDistanceThreshold | decimal number |
None. |
|
| IntantfShortDistanceThreshold | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"AdultShortDistanceUserRate": 2.1,
"AdultLongDistanceUserRate": 3.1,
"ChildShortDistanceThreshold": 4.1,
"ChildLongDistanceThreshold": 5.1,
"StreetAddress1": "sample string 6",
"StreesAddress2": "sample string 7",
"Suburb": "sample string 8",
"City": "sample string 9",
"Province": 10,
"Country": 11,
"PostalCode": "sample string 12",
"TelephoneNumber": "sample string 13",
"Type": 14,
"Abbreviation": "sample string 15",
"Long_Address": "sample string 16",
"id": 17,
"isLongDistance": true,
"ChildLongDistanceUserRate": 19.1,
"ChildShortDistanceUserRate": 20.1,
"AdultShortDistanceThreshold": 21.1,
"AdultLongDistanceThreshold": 22.1,
"InfantShortDistanceUserRate": 23.1,
"InfantLongDistanceUserRate": 24.1,
"InfantLongDistanceThreshold": 25.1,
"IntantfShortDistanceThreshold": 26.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Association| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| AdultShortDistanceUserRate | decimal number |
None. |
|
| AdultLongDistanceUserRate | decimal number |
None. |
|
| ChildShortDistanceThreshold | decimal number |
None. |
|
| ChildLongDistanceThreshold | decimal number |
None. |
|
| StreetAddress1 | string |
None. |
|
| StreesAddress2 | string |
None. |
|
| Suburb | string |
None. |
|
| City | string |
None. |
|
| Province | integer |
None. |
|
| Country | integer |
None. |
|
| PostalCode | string |
None. |
|
| TelephoneNumber | string |
None. |
|
| Type | integer |
None. |
|
| Abbreviation | string |
None. |
|
| Long_Address | string |
None. |
|
| id | integer |
None. |
|
| isLongDistance | boolean |
None. |
|
| ChildLongDistanceUserRate | decimal number |
None. |
|
| ChildShortDistanceUserRate | decimal number |
None. |
|
| AdultShortDistanceThreshold | decimal number |
None. |
|
| AdultLongDistanceThreshold | decimal number |
None. |
|
| InfantShortDistanceUserRate | decimal number |
None. |
|
| InfantLongDistanceUserRate | decimal number |
None. |
|
| InfantLongDistanceThreshold | decimal number |
None. |
|
| IntantfShortDistanceThreshold | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"AdultShortDistanceUserRate": 2.1,
"AdultLongDistanceUserRate": 3.1,
"ChildShortDistanceThreshold": 4.1,
"ChildLongDistanceThreshold": 5.1,
"StreetAddress1": "sample string 6",
"StreesAddress2": "sample string 7",
"Suburb": "sample string 8",
"City": "sample string 9",
"Province": 10,
"Country": 11,
"PostalCode": "sample string 12",
"TelephoneNumber": "sample string 13",
"Type": 14,
"Abbreviation": "sample string 15",
"Long_Address": "sample string 16",
"id": 17,
"isLongDistance": true,
"ChildLongDistanceUserRate": 19.1,
"ChildShortDistanceUserRate": 20.1,
"AdultShortDistanceThreshold": 21.1,
"AdultLongDistanceThreshold": 22.1,
"InfantShortDistanceUserRate": 23.1,
"InfantLongDistanceUserRate": 24.1,
"InfantLongDistanceThreshold": 25.1,
"IntantfShortDistanceThreshold": 26.1
}