POST api/OnBoardingMerchantMappingWithPozitivePayment/ReapplyOnBoardingMerchant
Request Information
URI Parameters
None.
Body Parameters
OnBoardingMerchantLastStage| Name | Description | Type | Additional information |
|---|---|---|---|
| intOnBoardingMerchantId | integer |
None. |
|
| intUserId | integer |
None. |
|
| strStage | string |
None. |
|
| strStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intOnBoardingMerchantId": 1,
"intUserId": 2,
"strStage": "sample string 3",
"strStatus": "sample string 4"
}
application/xml, text/xml
Sample:
<OnBoardingMerchantLastStage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <intOnBoardingMerchantId>1</intOnBoardingMerchantId> <intUserId>2</intUserId> <strStage>sample string 3</strStage> <strStatus>sample string 4</strStatus> </OnBoardingMerchantLastStage>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.