POST api/v3/Mps/company/{CompanyId}/monthlyrate?ApplicationName={ApplicationName}&ApiKey={ApiKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CompanyId

string

Required

ApplicationName

string

Required

ApiKey

string

Required

Body Parameters

Collection of MonthlyRate
NameDescriptionTypeAdditional information
LocationId

string

Required

Max length: 6

Min length: 6

String length: inclusive between 6 and 6

Price

decimal number

None.

FromDate

date

None.

ToDate

date

None.

AccountNumber

string

Required

Max length: 1

Min length: 10

String length: inclusive between 1 and 6

Request Formats

application/json, text/json

Sample:
[
  {
    "LocationId": "sample string 1",
    "Price": 2.0,
    "FromDate": "2025-12-12T22:31:58.2494372-05:00",
    "ToDate": "2025-12-12T22:31:58.2494372-05:00",
    "AccountNumber": "sample string 4"
  },
  {
    "LocationId": "sample string 1",
    "Price": 2.0,
    "FromDate": "2025-12-12T22:31:58.2494372-05:00",
    "ToDate": "2025-12-12T22:31:58.2494372-05:00",
    "AccountNumber": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMonthlyRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPSWebApi.Models">
  <MonthlyRate>
    <AccountNumber>sample string 4</AccountNumber>
    <FromDate>2025-12-12T22:31:58.2494372-05:00</FromDate>
    <LocationId>sample string 1</LocationId>
    <Price>2</Price>
    <ToDate>2025-12-12T22:31:58.2494372-05:00</ToDate>
  </MonthlyRate>
  <MonthlyRate>
    <AccountNumber>sample string 4</AccountNumber>
    <FromDate>2025-12-12T22:31:58.2494372-05:00</FromDate>
    <LocationId>sample string 1</LocationId>
    <Price>2</Price>
    <ToDate>2025-12-12T22:31:58.2494372-05:00</ToDate>
  </MonthlyRate>
</ArrayOfMonthlyRate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.