POST api/storageCards/ConnectDebitOrder?debitOrderId={debitOrderId}&debitOrderSellerBranchId={debitOrderSellerBranchId}&storageCardId={storageCardId}

Connects a storage card to a debit order.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
debitOrderId

The ID of the debit order.

integer

Required

debitOrderSellerBranchId

The ID of the debit order seller branch.

integer

Required

storageCardId

The ID of the storage card.

globally unique identifier

Required

Body Parameters

None.

Remarks

None.

Example

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.