PUT api/ms/voucher/customermapping/{voucherId}

Add Customer Mapping

Request Information

URI Parameters

NameDescriptionTypeAdditional information
voucherId

integer

Required

Body Parameters

Collection of m_voucher_mappings
NameDescriptionTypeAdditional information
CustomerId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CustomerId": 1
  },
  {
    "CustomerId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfm_voucher_mappings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KFA.Modules.Models.Mainsystem">
  <m_voucher_mappings>
    <CustomerId>1</CustomerId>
  </m_voucher_mappings>
  <m_voucher_mappings>
    <CustomerId>1</CustomerId>
  </m_voucher_mappings>
</ArrayOfm_voucher_mappings>

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.