POST api/RekazWebhooks/Branches/SaveBulk

Request Information

URI Parameters

None.

Body Parameters

Collection of BranchMappingItem
NameDescriptionTypeAdditional information
RekazBranchId

string

None.

LocalBranchId

integer

None.

LocalBranchName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "RekazBranchId": "sample string 1",
    "LocalBranchId": 2,
    "LocalBranchName": "sample string 3"
  },
  {
    "RekazBranchId": "sample string 1",
    "LocalBranchId": 2,
    "LocalBranchName": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBranchMappingItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nitcotek.API.DAL.Repositories">
  <BranchMappingItem>
    <LocalBranchId>2</LocalBranchId>
    <LocalBranchName>sample string 3</LocalBranchName>
    <RekazBranchId>sample string 1</RekazBranchId>
  </BranchMappingItem>
  <BranchMappingItem>
    <LocalBranchId>2</LocalBranchId>
    <LocalBranchName>sample string 3</LocalBranchName>
    <RekazBranchId>sample string 1</RekazBranchId>
  </BranchMappingItem>
</ArrayOfBranchMappingItem>

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.