POST api/{orgKey}/TollTags/update
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
Body Parameters
TollTagModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TollTagKey | integer |
None. |
|
| OrganozationModel | OrganizationModel |
None. |
|
| TollTagServiceProviderState | TollTagServiceProviderState |
None. |
|
| TollTagNumber | string |
None. |
|
| TollTagsCreatedBy | TollTagContactModel |
None. |
|
| TollTagsCreateDate | date |
None. |
|
| TollTagsUpdatedBy | TollTagContactModel |
None. |
|
| TollTagsUpdateDate | date |
None. |
|
| Status | StatusModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"tollTagKey": 1,
"organozationModel": {
"siteTemplate": {
"templateKey": 1,
"templateHeadingColor": "sample string 2",
"templateSidebarColor": "sample string 3",
"templateTextColor": "sample string 4"
},
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"addressCity": "sample string 3",
"addressState": "sample string 4",
"addressZipCode": "sample string 5"
},
"emails": [
{
"userKey": 1,
"emailType": "sample string 1",
"emailTypeKey": 64,
"contactEmailAddress": "sample string 3",
"contactEmailKey": 4,
"contactKey": 5
},
{
"userKey": 1,
"emailType": "sample string 1",
"emailTypeKey": 64,
"contactEmailAddress": "sample string 3",
"contactEmailKey": 4,
"contactKey": 5
}
],
"orgKey": 1,
"orgTimeZone": "sample string 2",
"name": "sample string 3",
"contactPhoneNumber": "sample string 4",
"logoURI": "sample string 5",
"logoFileName": "sample string 6",
"alternateEmail": "sample string 7",
"email": "sample string 8",
"templateKey": 1
},
"tollTagServiceProviderState": {
"tollTagServiceProviderStateKey": 1,
"tollTagServiceProvider": {
"tollTagServiceProviderKey": 64,
"tollTagServiceProviderName": "sample string 2",
"tollTagServiceProviderCreateDate": "2026-01-29T20:38:19.0169927+00:00",
"statusKey": 64
},
"state": {
"stateCode": "sample string 1",
"stateName": "sample string 2"
},
"statusKey": 64
},
"tollTagNumber": "sample string 2",
"tollTagsCreatedBy": {
"employeeKey": 1,
"userContact": {
"key": 1,
"firstName": "sample string 2",
"lastName": "sample string 3",
"middleName": "sample string 4"
}
},
"tollTagsCreateDate": "2026-01-29T20:38:19.0169927+00:00",
"tollTagsUpdatedBy": {
"employeeKey": 1,
"userContact": {
"key": 1,
"firstName": "sample string 2",
"lastName": "sample string 3",
"middleName": "sample string 4"
}
},
"tollTagsUpdateDate": "2026-01-29T20:38:19.0169927+00:00",
"status": {
"statusKey": 64,
"statusName": "sample string 2"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-29T20:38:19.0169927+00:00"
}