POST api/ThirdPartyFunction/ThirdPartyDashboard
Request Information
URI Parameters
None.
Body Parameters
ThirdPartyDashboard_Input| Name | Description | Type | Additional information | 
|---|---|---|---|
| Merchant_Code | string | 
                             None.  | 
                |
| Token | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Merchant_Code": "sample string 1",
  "Token": "sample string 2"
}
        multipart/form-data
            Sample:
        
{"Merchant_Code":"sample string 1","Token":"sample string 2"}
        application/xml, text/xml
            Sample:
        <ThirdPartyDashboard_Input xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Merchant_Code>sample string 1</Merchant_Code> <Token>sample string 2</Token> </ThirdPartyDashboard_Input>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | 
                             None.  | 
                |
| Content | HttpContent | 
                             None.  | 
                |
| StatusCode | HttpStatusCode | 
                             None.  | 
                |
| ReasonPhrase | string | 
                             None.  | 
                |
| Headers | Collection of Object | 
                             None.  | 
                |
| RequestMessage | HttpRequestMessage | 
                             None.  | 
                |
| IsSuccessStatusCode | boolean | 
                             None.  |