POST api/PaymentMethods

Request Information

URI Parameters

None.

Body Parameters

Collection of PaymentMethod
NameDescriptionTypeAdditional information
ExaminationRoomKey

string

None.

CountryPaymentMethod

integer

None.

AccountKey

string

None.

PaymentMethodKey

string

None.

PaymentTypeKey

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ExaminationRoomKey": "sample string 1",
    "CountryPaymentMethod": 2,
    "AccountKey": "sample string 3",
    "PaymentMethodKey": "sample string 4",
    "PaymentTypeKey": "sample string 5"
  },
  {
    "ExaminationRoomKey": "sample string 1",
    "CountryPaymentMethod": 2,
    "AccountKey": "sample string 3",
    "PaymentMethodKey": "sample string 4",
    "PaymentTypeKey": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Salesforce.Gateway.Model">
  <PaymentMethod>
    <AccountKey>sample string 3</AccountKey>
    <CountryPaymentMethod>2</CountryPaymentMethod>
    <ExaminationRoomKey>sample string 1</ExaminationRoomKey>
    <PaymentMethodKey>sample string 4</PaymentMethodKey>
    <PaymentTypeKey>sample string 5</PaymentTypeKey>
  </PaymentMethod>
  <PaymentMethod>
    <AccountKey>sample string 3</AccountKey>
    <CountryPaymentMethod>2</CountryPaymentMethod>
    <ExaminationRoomKey>sample string 1</ExaminationRoomKey>
    <PaymentMethodKey>sample string 4</PaymentMethodKey>
    <PaymentTypeKey>sample string 5</PaymentTypeKey>
  </PaymentMethod>
</ArrayOfPaymentMethod>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.