POST api/v3/Mps/company/{CompanyId}/tagnumber?ApplicationName={ApplicationName}&ApiKey={ApiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | string |
Required |
|
| ApplicationName | string |
Required |
|
| ApiKey | string |
Required |
Body Parameters
Collection of CustomerAccount_V3| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | string |
Required Max length: 6 Min length: 6 String length: inclusive between 6 and 6 |
|
| TagNumber | string |
Required Max length: 15 Min length: 1 String length: inclusive between 1 and 15 |
|
| AccountNumber | string |
Required Max length: 20 Min length: 1 String length: inclusive between 1 and 20 |
|
| AccountType | integer |
None. |
|
| ExitFee | decimal number |
None. |
|
| CustomerName | string |
Required Max length: 50 Min length: 2 |
|
| Color | string |
String length: inclusive between 0 and 20 |
|
| Make | string |
String length: inclusive between 0 and 20 |
|
| Plate | string |
String length: inclusive between 0 and 8 |
|
| AlternateColor | string |
String length: inclusive between 0 and 20 |
|
| AlternateMake | string |
String length: inclusive between 0 and 20 |
|
| AlternatePlate | string |
String length: inclusive between 0 and 8 |
|
| BalanceDue | decimal number |
None. |
|
| AccountStatus | byte |
Range: inclusive between 1 and 2 |
|
| PaymentStatus | byte |
Range: inclusive between 1 and 3 |
|
| BalanceDueDate | date |
None. |
|
| MTDAmount | decimal number |
None. |
|
| MTDPeriod | string |
String length: inclusive between 0 and 10 |
|
| PhoneNumber | string |
String length: inclusive between 0 and 15 |
|
| MonthlyCardNumber | integer |
Range: inclusive between 1 and 2147483647 |
|
| RFIDNumber | integer |
Range: inclusive between 1 and 1E+18 |
|
| VehicleSize | byte |
Range: inclusive between 0 and 255 |
|
| RateDescription | string |
String length: inclusive between 0 and 30 |
|
| AllowCharge | boolean |
Required Range: inclusive between 0 and 1 |
|
| LastPaymentDate | date |
None. |
|
| LastPaymentAmount | decimal number |
None. |
|
| LastPaymentWhere | string |
String length: inclusive between 0 and 100 |
|
| VinNumber | string |
String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
[
{
"LocationId": "sample string 1",
"TagNumber": "sample string 2",
"AccountNumber": "sample string 3",
"AccountType": 1,
"ExitFee": 1.0,
"CustomerName": "sample string 4",
"Color": "sample string 5",
"Make": "sample string 6",
"Plate": "sample string 7",
"AlternateColor": "sample string 8",
"AlternateMake": "sample string 9",
"AlternatePlate": "sample string 10",
"BalanceDue": 1.0,
"AccountStatus": 64,
"PaymentStatus": 64,
"BalanceDueDate": "2025-12-12T22:31:59.7650652-05:00",
"MTDAmount": 1.0,
"MTDPeriod": "sample string 11",
"PhoneNumber": "sample string 12",
"MonthlyCardNumber": 1,
"RFIDNumber": 1,
"VehicleSize": 64,
"RateDescription": "sample string 13",
"AllowCharge": true,
"LastPaymentDate": "2025-12-12T22:31:59.7650652-05:00",
"LastPaymentAmount": 1.0,
"LastPaymentWhere": "sample string 14",
"VinNumber": "sample string 15"
},
{
"LocationId": "sample string 1",
"TagNumber": "sample string 2",
"AccountNumber": "sample string 3",
"AccountType": 1,
"ExitFee": 1.0,
"CustomerName": "sample string 4",
"Color": "sample string 5",
"Make": "sample string 6",
"Plate": "sample string 7",
"AlternateColor": "sample string 8",
"AlternateMake": "sample string 9",
"AlternatePlate": "sample string 10",
"BalanceDue": 1.0,
"AccountStatus": 64,
"PaymentStatus": 64,
"BalanceDueDate": "2025-12-12T22:31:59.7650652-05:00",
"MTDAmount": 1.0,
"MTDPeriod": "sample string 11",
"PhoneNumber": "sample string 12",
"MonthlyCardNumber": 1,
"RFIDNumber": 1,
"VehicleSize": 64,
"RateDescription": "sample string 13",
"AllowCharge": true,
"LastPaymentDate": "2025-12-12T22:31:59.7650652-05:00",
"LastPaymentAmount": 1.0,
"LastPaymentWhere": "sample string 14",
"VinNumber": "sample string 15"
}
]
application/xml, text/xml
<ArrayOfCustomerAccount_V3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPSWebApi.Models">
<CustomerAccount_V3>
<AccountNumber>sample string 3</AccountNumber>
<AccountStatus>64</AccountStatus>
<AccountType>1</AccountType>
<AllowCharge>true</AllowCharge>
<AlternateColor>sample string 8</AlternateColor>
<AlternateMake>sample string 9</AlternateMake>
<AlternatePlate>sample string 10</AlternatePlate>
<BalanceDue>1</BalanceDue>
<BalanceDueDate>2025-12-12T22:31:59.7650652-05:00</BalanceDueDate>
<Color>sample string 5</Color>
<CustomerName>sample string 4</CustomerName>
<ExitFee>1</ExitFee>
<LastPaymentAmount>1</LastPaymentAmount>
<LastPaymentDate>2025-12-12T22:31:59.7650652-05:00</LastPaymentDate>
<LastPaymentWhere>sample string 14</LastPaymentWhere>
<LocationId>sample string 1</LocationId>
<MTDAmount>1</MTDAmount>
<MTDPeriod>sample string 11</MTDPeriod>
<Make>sample string 6</Make>
<MonthlyCardNumber>1</MonthlyCardNumber>
<PaymentStatus>64</PaymentStatus>
<PhoneNumber>sample string 12</PhoneNumber>
<Plate>sample string 7</Plate>
<RFIDNumber>1</RFIDNumber>
<RateDescription>sample string 13</RateDescription>
<TagNumber>sample string 2</TagNumber>
<VehicleSize>64</VehicleSize>
<VinNumber>sample string 15</VinNumber>
</CustomerAccount_V3>
<CustomerAccount_V3>
<AccountNumber>sample string 3</AccountNumber>
<AccountStatus>64</AccountStatus>
<AccountType>1</AccountType>
<AllowCharge>true</AllowCharge>
<AlternateColor>sample string 8</AlternateColor>
<AlternateMake>sample string 9</AlternateMake>
<AlternatePlate>sample string 10</AlternatePlate>
<BalanceDue>1</BalanceDue>
<BalanceDueDate>2025-12-12T22:31:59.7650652-05:00</BalanceDueDate>
<Color>sample string 5</Color>
<CustomerName>sample string 4</CustomerName>
<ExitFee>1</ExitFee>
<LastPaymentAmount>1</LastPaymentAmount>
<LastPaymentDate>2025-12-12T22:31:59.7650652-05:00</LastPaymentDate>
<LastPaymentWhere>sample string 14</LastPaymentWhere>
<LocationId>sample string 1</LocationId>
<MTDAmount>1</MTDAmount>
<MTDPeriod>sample string 11</MTDPeriod>
<Make>sample string 6</Make>
<MonthlyCardNumber>1</MonthlyCardNumber>
<PaymentStatus>64</PaymentStatus>
<PhoneNumber>sample string 12</PhoneNumber>
<Plate>sample string 7</Plate>
<RFIDNumber>1</RFIDNumber>
<RateDescription>sample string 13</RateDescription>
<TagNumber>sample string 2</TagNumber>
<VehicleSize>64</VehicleSize>
<VinNumber>sample string 15</VinNumber>
</CustomerAccount_V3>
</ArrayOfCustomerAccount_V3>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |