POST api/storageCards/ConnectDebitOrder?debitOrderId={debitOrderId}&debitOrderSellerBranchId={debitOrderSellerBranchId}&storageCardId={storageCardId}
Connects a storage card to a debit order.
Request Information
URI Parameters
| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.