POST api/RekazWebhooks/Services/SaveBulk

Request Information

URI Parameters

None.

Body Parameters

Collection of ServiceMappingItem
NameDescriptionTypeAdditional information
RekazPriceId

string

None.

LocalServiceCode

string

None.

LocalServiceName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "RekazPriceId": "sample string 1",
    "LocalServiceCode": "sample string 2",
    "LocalServiceName": "sample string 3"
  },
  {
    "RekazPriceId": "sample string 1",
    "LocalServiceCode": "sample string 2",
    "LocalServiceName": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfServiceMappingItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nitcotek.API.DAL.Repositories">
  <ServiceMappingItem>
    <LocalServiceCode>sample string 2</LocalServiceCode>
    <LocalServiceName>sample string 3</LocalServiceName>
    <RekazPriceId>sample string 1</RekazPriceId>
  </ServiceMappingItem>
  <ServiceMappingItem>
    <LocalServiceCode>sample string 2</LocalServiceCode>
    <LocalServiceName>sample string 3</LocalServiceName>
    <RekazPriceId>sample string 1</RekazPriceId>
  </ServiceMappingItem>
</ArrayOfServiceMappingItem>

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.