POST api/Values/customerService

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Service
NameDescriptionTypeAdditional information
mServiceId

integer

None.

mCancelDate

string

None.

mServiceType

string

None.

mInitialRate

string

None.

mRegularRate

string

None.

mFrequencyRef

string

None.

mDropStr

string

None.

mLastServiceDate

string

None.

mSchedOption

string

None.

mScheduleStart

string

None.

mSchedDayOfMonth

string

None.

mSchedDayOfMonthCount

string

None.

mSchedDayOfMonthWeekday

string

None.

mFreq

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "mServiceId": 1,
    "mCancelDate": "sample string 2",
    "mServiceType": "sample string 3",
    "mInitialRate": "sample string 4",
    "mRegularRate": "sample string 5",
    "mFrequencyRef": "sample string 6",
    "mDropStr": "sample string 7",
    "mLastServiceDate": "sample string 8",
    "mSchedOption": "sample string 9",
    "mScheduleStart": "sample string 10",
    "mSchedDayOfMonth": "sample string 11",
    "mSchedDayOfMonthCount": "sample string 12",
    "mSchedDayOfMonthWeekday": "sample string 13",
    "mFreq": "sample string 14"
  },
  {
    "mServiceId": 1,
    "mCancelDate": "sample string 2",
    "mServiceType": "sample string 3",
    "mInitialRate": "sample string 4",
    "mRegularRate": "sample string 5",
    "mFrequencyRef": "sample string 6",
    "mDropStr": "sample string 7",
    "mLastServiceDate": "sample string 8",
    "mSchedOption": "sample string 9",
    "mScheduleStart": "sample string 10",
    "mSchedDayOfMonth": "sample string 11",
    "mSchedDayOfMonthCount": "sample string 12",
    "mSchedDayOfMonthWeekday": "sample string 13",
    "mFreq": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PublicWebService.Models">
  <Service>
    <mCancelDate>sample string 2</mCancelDate>
    <mDropStr>sample string 7</mDropStr>
    <mFreq>sample string 14</mFreq>
    <mFrequencyRef>sample string 6</mFrequencyRef>
    <mInitialRate>sample string 4</mInitialRate>
    <mLastServiceDate>sample string 8</mLastServiceDate>
    <mRegularRate>sample string 5</mRegularRate>
    <mSchedDayOfMonth>sample string 11</mSchedDayOfMonth>
    <mSchedDayOfMonthCount>sample string 12</mSchedDayOfMonthCount>
    <mSchedDayOfMonthWeekday>sample string 13</mSchedDayOfMonthWeekday>
    <mSchedOption>sample string 9</mSchedOption>
    <mScheduleStart>sample string 10</mScheduleStart>
    <mServiceId>1</mServiceId>
    <mServiceType>sample string 3</mServiceType>
  </Service>
  <Service>
    <mCancelDate>sample string 2</mCancelDate>
    <mDropStr>sample string 7</mDropStr>
    <mFreq>sample string 14</mFreq>
    <mFrequencyRef>sample string 6</mFrequencyRef>
    <mInitialRate>sample string 4</mInitialRate>
    <mLastServiceDate>sample string 8</mLastServiceDate>
    <mRegularRate>sample string 5</mRegularRate>
    <mSchedDayOfMonth>sample string 11</mSchedDayOfMonth>
    <mSchedDayOfMonthCount>sample string 12</mSchedDayOfMonthCount>
    <mSchedDayOfMonthWeekday>sample string 13</mSchedDayOfMonthWeekday>
    <mSchedOption>sample string 9</mSchedOption>
    <mScheduleStart>sample string 10</mScheduleStart>
    <mServiceId>1</mServiceId>
    <mServiceType>sample string 3</mServiceType>
  </Service>
</ArrayOfService>